winex11: Ignore the alpha if all pixels are 0.
[wine] / dlls / msi /
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.
2007-07-24  Andrew Talbotmsi: Cast-qual warning fix.
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  Juan Langmsi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERAT...
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-07-19  James Hawkinsmsi: Add more tests for the ALTER command.
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-07-18  James Hawkinsmsi: Only double the size if the remote call is from...
2007-07-18  James HawkinsRevert "msi: Only call a custom action remotely if...
2007-07-17  James Hawkinsmsi: Only call a custom action remotely if the type...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-07-16  Paul Vriensmsi/tests: Don't create a directory that's not needed.
2007-07-13  James Hawkinsmsi: Add a test for running an ADMIN install.
2007-07-13  James Hawkinsmsi: Add a test for installing from different current...
2007-07-13  James Hawkinsmsi: Fix compilation in MSVC.
2007-07-13  James Hawkinsmsi: Fix three tests that were failing in Windows.
2007-07-13  James Hawkinsmsi: Fix automation.c compile for MSVC.
2007-07-13  James Hawkinsmsi: Reload properties as they may have been changed...
2007-07-13  James Hawkinsmsi: Fix a copy and paste error.
2007-07-12  Alexandre Julliardmsi/tests: Comment out call to function that is still...
2007-07-11  James Hawkinsmsi: Add tests for adding properties with a transform...
2007-07-11  James Hawkinsmsi: Add tests for adding properties in a transform.
2007-07-11  James Hawkinsmsi: Fix current _Property table tests and add more...
2007-07-11  James Hawkinsmsi: Check for NULL transform, as there may be no trans...
2007-07-10  James Hawkinsmsi: Handle adding columns in transforms.
2007-07-10  James Hawkinsmsi: Test adding columns with data in a transform.
2007-07-10  James Hawkinsmsi: Delete msifile after the tests.
2007-07-10  James Hawkinsmsi: Match the changes made by the hand-generated and...
2007-07-06  James Hawkinsmsi: Enable remote custom actions.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiEvaluateCondition.
2007-07-06  James Hawkinsmsi: Forward MsiFormatRecordA to MsiFormatRecordW.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiFormatRecordW.
2007-07-06  James Hawkinsmsi: Fix use of BSTRs.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetInstallLevel.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetLanguage.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetMode.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetSourcePath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSequence.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiDoAction.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiProcessMessage.
2007-07-03  James Hawkinsmsi: Read the components state directly from the registry.
2007-07-03  James Hawkinsmsi: Return INSTALLSTATE_BADCONFIG if we can't decode...
2007-07-03  James Hawkinsmsi: Return INSTALLSTATE_ADVERTISED if the component...
2007-07-03  James Hawkinsmsi: Open the correct key and return INSTALLSTATE_ADVER...
2007-07-03  James Hawkinsmsi: Add tests for MsiQueryFeatureState.
2007-07-03  James Hawkinsmsi: Set the WindowsInstaller value in RegisterProduct...
next