winex11: Ignore the alpha if all pixels are 0.
[wine] / dlls / msi /
2007-12-14  James Hawkinsmsi: Close the file handle returned by FindFirstFile.
2007-12-13  Lionel Debrouxmsi: Fix memory leaks (found by Smatch).
2007-12-13  Lionel Debrouxmsi: Fix missing alloc check.
2007-12-12  James Hawkinsmsi: Free the cabinet string on error.
2007-12-12  James Hawkinsmsi: Properly release the record.
2007-12-12  James Hawkinsmsi: Free the user sid string.
2007-12-12  James Hawkinsmsi: Free the deformatted string.
2007-12-08  James Hawkinsmsi: Handle the CompLocator table in the AppSearch...
2007-12-08  James Hawkinsmsi: Reimplement MsiGetProductCode.
2007-12-08  James Hawkinsmsi: Remove two tests that depend on the sort order...
2007-12-07  James Hawkinsmsi: Add tests for MsiGetProductCode.
2007-12-05  James Hawkinsmsi: Reimplement MsiGetComponentPath.
2007-12-05  James Hawkinsmsi: Add tests for MsiGetComponentPath.
2007-12-04  James Hawkinsmsi: Test the CompLocator subset of the AppSearch action.
2007-12-03  James Hawkinsmsi: Add a stub implementation of MsiEnumComponentCostsW.
2007-12-03  James Hawkinsmsi: Implement the Version property of the Installer...
2007-12-03  James Hawkinsmsi: Test the CCPSearch action.
2007-12-03  James Hawkinsmsi: Use a hash table for reordering rows in a WHERE...
2007-11-29  James Hawkinsmsi: Don't check for the media or cabinet if the cabine...
2007-11-29  James Hawkinsmsi: Make sure attr is valid before checking for the...
2007-11-28  Anatoly Lyutinmsi: Fix invalid SQL query.
2007-11-26  James Hawkinsmsi: Downgrade an ERR to a WARN.
2007-11-26  James Hawkinsmsi: Fix the condition of a FIXME.
2007-11-26  James Hawkinsmsi: Downgrade an ERR to a WARN.
2007-11-26  James Hawkinsmsi: Downgrade a FIXME to a WARN.
2007-11-26  James Hawkinsmsi: Only check the volume label if it's different...
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-26  James Hawkinsmsi: Set the file contents of the file hash test file...
2007-11-26  James Hawkinsmsi: Verify the szFilePath parameter of MsiGetFileHash.
2007-11-26  James Hawkinsmsi: Add tests for MsiGetFileHash and clean up the...
2007-11-20  Misha Koshelevmsi: automation: Fix ITypeInfo leak.
2007-11-20  Misha Koshelevmsi/tests: automation: Add missing VariantClear.
2007-11-20  Misha Koshelevmsi/tests: Close opened service handles.
2007-11-20  Misha Koshelevmsi: automation: Fix automation object reference counts...
2007-11-20  James Hawkinsmsi: Check the cabinet's full path for existence, not...
2007-11-19  James Hawkinsmsi: Don't check for a cabinet's existence if it's...
2007-11-15  James Hawkinsmsi: Don't ignore the error returned by ready_media.
2007-11-15  James Hawkinsmsi: Only check the presence of the cabinet if the...
2007-11-15  James Hawkinsmsi: Add tests for situations involving missing cabinets.
2007-11-15  James Hawkinsmsi: Simplify ready_media.
2007-11-13  James Hawkinsmsi: Fix the condition for checking a drive.
2007-11-13  James Hawkinsmsi: Set the file to NULL when running the directory...
2007-11-13  James Hawkinsmsi: Implement the VolumeSelectCombo control.
2007-11-13  James Hawkinsmsi: Test the Uninstall registry entries.
2007-11-13  James Hawkinsmsi: Delete the uninstall key when the product is removed.
2007-11-12  James Hawkinsmsi: Return a remote interface to the database in a...
2007-11-12  James Hawkinsmsi: Create the _Tables table when creating a database.
2007-11-12  James Hawkinsmsi: Test the default tables added by MsiOpenDatabase.
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...
next