wined3d: Load GLSL sampler uniforms at shader link time.
[wine] / dlls / msi /
2007-11-06  Alexandre JulliardMake some variables static.
2007-11-06  James Hawkinsmsi: Test that the install state is dependent on the...
2007-11-06  James Hawkinsmsi: Process the ADDSOURCE property when setting featur...
2007-11-06  James Hawkinsmsi: Test the install states of removed features.
2007-11-06  James Hawkinsmsi: Add a missing struct initialization.
2007-11-05  James Hawkinsmsi: Implement the CCPSearch standard action.
2007-11-05  James Hawkinsmsi: Explicitly check the returned value against -1...
2007-11-05  James Hawkinsmsi: Don't update a table entry when applying a transfo...
2007-11-05  James Hawkinsmsi: Fix the location used to write the user's environm...
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Use a magic constant to silence signedness compari...
2007-11-05  James Hawkinsmsi: MsiQueryProductState returns INSTALLSTATE, not...
2007-11-05  James Hawkinsmsi: MsiQueryFeatureState and MsiUseFeatureEx return...
2007-11-05  James Hawkinsmsi: MsiViewGetError returns MSIDBERROR, not UINT.
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Fix the sign of an index variable.
2007-11-05  James Hawkinsmsi: Remove a legacy error check.
2007-11-05  James Hawkinsmsi: Test and implement the MSIMODIFY_DELETE command.
2007-11-05  James Hawkinsmsi: Initialize a handle in case MsiGetSummaryInformati...
2007-11-05  James Hawkinsmsi: Fix the location used to read machine context...
2007-11-05  James Hawkinsmsi: szUserSid must be NULL if context is MSIINSTALLCON...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-05  James Hawkinsmsi: Reimplement MsiSourceListAddSourceEx to handle...
2007-11-05  James Hawkinsmsi: The options must include a source type.
2007-11-05  James Hawkinsmsi: An empty source is an invalid parameter.
2007-11-05  James Hawkinsmsi: Append a slash to network and url sources.
2007-11-05  James Hawkinsmsi: Validate the product code.
2007-11-05  James Hawkinsmsi: Return the error from OpenSourceKey.
2007-11-05  James Hawkinsmsi: Add tests for MsiSourceListAddSourceEx.
2007-11-05  James Hawkinsmsi: Don't create the product source key when adding...
2007-11-05  James Hawkinsmsi: Implement MsiSourceListAddSourceExA.
2007-11-05  James Hawkinsmsi: do_query is supposed to fail, so don't release...
2007-11-01  James Hawkinsmsi: A feature's requested action does not depend on...
2007-11-01  James Hawkinsmsi: Only unpublish the features if the entire product...
2007-11-01  James Hawkinsmsi: Properly register features.
2007-11-01  James Hawkinsmsi: Properly register and unregister components.
2007-11-01  James Hawkinsmsi: Remove a duplicated function.
2007-11-01  James Hawkinsmsi: Implement the MoveFiles standard action.
2007-11-01  James Hawkinsmsi: Test the MoveFiles standard action.
2007-10-26  James Hawkinsmsi: Use package_from_db instead of opening the package...
2007-10-26  James Hawkinsmsi: Output expected values on failing tests.
2007-10-26  James Hawkinsmsi: Define _WIN32_MSI to pull in new definitions.
2007-10-26  James Hawkinsmsi: Set the ROOTDRIVE property so the admin sequence...
2007-10-26  James Hawkinsmsi: Add missing newline to the adm_custom_action table.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  James Hawkinsmsi: Set media info strings to NULL after freeing them.
2007-10-23  James Hawkinsmsi: Include the null terminator when writing data...
2007-10-23  James Hawkinsmsi: Don't delete the table if the table deleted itself...
2007-10-23  James Hawkinsmsi: Release the record only after using the record...
2007-10-22  Mikolaj Zalewskimsi: Use BS_GROUPBOX for group boxes.
2007-10-19  Detlef Riekenbergmsi/tests: Do not leak a HKEY when RegQueryValueEx...
2007-10-18  Mikolaj Zalewskimsi: Make the WriteEnvironmentStrings handling of ...
2007-10-18  James Hawkinsmsi: Add handling for MSIMODIFY_INSERT for the streams...
2007-10-18  James Hawkinsmsi: Save nonpersistent strings as holes in the string...
2007-10-18  James Hawkinsmsi: Test adding nonpersistent strings to the string...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED if a matching row...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED when inserting duplic...
2007-10-17  Alexandre Julliardmsi: Avoid casting const pointers to non-const.
2007-10-17  Alexandre Julliardmsi: Properly clear the new table data when a column...
2007-10-17  Marcus Meissnermsi: Common Files is translated to current language.
2007-10-17  Marcus Meissnermsi: Marked two variables static.
2007-10-16  James Hawkinsmsi: Only double the returned size when szValueBuf...
2007-10-16  Daniel Nylandermsi: Add Swedish translation.
2007-10-04  Detlef Riekenbergmsi: Dump the database name in a FIXME.
2007-10-01  Alexandre Julliardmsi: Avoid accessing a freed object.
2007-09-28  Mikolaj Zalewskimsi: Add some already implemented function to the spec...
2007-09-18  Juan Langmsi: Initialize nested.
2007-09-18  Juan Langmsi: Make sure nested is initialized.
2007-09-18  Juan Langmsi: Don't crash if record has no fields.
2007-09-17  Alexandre Julliardmsi: We can now store binary files in the repository.
2007-08-27  Stefan Leichtermsi: Remove 'recursive registry key delete' function.
2007-08-21  Paul Vriensmsi/tests: Be verbose when GetProcAddress fails.
2007-08-13  Marcus Meissnermsi: Allocate 1 byte more buffer.
2007-08-13  James Hawkinsmsi: Add tests for the RemoveFiles standard action.
2007-08-10  Paul Vriensmsi/tests: Run tests again on win98 and NT4.
2007-08-10  James Hawkinsmsi: Implement the UnpublishFeatures standard action.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-08  James Hawkinsmsi: Implement the remaining contexts for MsiQueryCompo...
2007-08-07  James Hawkinsmsi: Implement the MSIINSTALLCONTEXT_MACHINE context...
2007-08-07  James Hawkinsmsi: Forward MsiQueryComponentStateA to MsiQueryCompone...
2007-08-07  James Hawkinsmsi: Add tests for MsiQueryComponentState.
2007-08-06  Francois Gougetmsi: Fix the MsiEnumProductsEx*(), MsiQueryComponentSta...
2007-08-06  James Hawkinsmsi: Fix the size allocated for the deferred custom...
2007-08-02  James Hawkinsmsi: Reimplement joins to allow joining any number...
2007-08-02  James Hawkinsmsi: Add tests for joining three tables.
2007-07-30  Paul Vriensmsi/registry: Use the return value of squash_guid.
2007-07-30  James Hawkinsmsi: Add a stub implementation of MsiSourceListEnumSour...
2007-07-30  James Hawkinsmsi: Treat an empty string and a NULL string as the...
2007-07-30  Misha Koshelevmsi: Use SysAllocString/SysFreeString for BSTR members...
2007-07-30  James Hawkinsmsi: Use a more unique property separator.
2007-07-30  James Hawkinsmsi: Keep track of the wildcard record index.
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-27  James Hawkinsmsi: Initialize the size parameter.
2007-07-27  James Hawkinsmsi: Add more tests for MSIMODIFY_UPDATE.
2007-07-25  James Hawkinsmsi: Use a different separator as a semi-colon may...
2007-07-24  James Hawkinsmsi: Add handling for the MSIMODIFY_UPDATE command.
2007-07-24  James Hawkinsmsi: Add tests for the MSIMODIFY_UPDATE command.
2007-07-24  James Hawkinsmsi: Properly delete the columns view.
next