comctl32: Constify some variables.
[wine] / dlls / msi /
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-23  Andrew Talbotmsi: Replace inline static with static inline.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-06  Andrew Talbotmsi: Replace const pointer parameters with correct...
2007-03-05  Rob Shearmanmsi: Set the PackageCode property based on the "revisio...
2007-03-05  Rob Shearmanmsi: Rewrite the second loop in ACTION_FinishCustomActi...
2007-03-05  Rob Shearmanmsi: Set the Date, Time and VersionDatabase properties.
2007-03-05  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-02-26  James Hawkinsmsi: Overwrite an existing read-only file when copying...
2007-02-26  James Hawkinsmsi: Add tests for using markers in SELECT clauses.
2007-02-26  James Hawkinsmsi: Check for a NULL text entry, as it can be blank...
2007-02-26  James Hawkinsmsi: Free the custom action data after the thread funct...
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-02-19  Andrew Talbotmsi: Constify some variables.
2007-02-14  Steven Steinmsi: ValidateProductID action stub.
2007-02-14  Steven Steinmsi: Added "Default" control condition to msi_dialog_se...
2007-02-14  Mike McCormackmsi: Find pending custom actions by GUID.
2007-02-14  Alexandre Julliardcabinet: Fixed fd leak in case of error.
2007-02-13  Mike McCormackmsi: Remove an unused initializer.
2007-02-13  Misha Koshelevmsi: Conformance test, check that INSTALLUILEVEL flags...
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-02-12  Mike McCormackmsi: Simplify ACTION_FinishCustomActions.
2007-02-12  Mike McCormackmsi: Split process_handle() into two separate functions.
2007-02-09  Vitaly LipatovSome fixes in russian resources.
2007-02-08  James Hawkinsmsi: Don't skip files continued from a previous cabinet.
2007-02-08  Mike McCormackmsi: Register the typelib.
2007-02-07  Mike McCormackmsi: Add a test for the version method.
2007-02-07  Peter Oberndorfermsi: Clean up magic numbers.
2007-02-07  Peter Oberndorfermsi: Honor attributes for combobox.
2007-02-07  Peter Oberndorfermsi: Honor msidbControlAttributesSorted attribute for...
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2007-02-06  Peter Oberndorfermsi: Do not use a static variable to save the insertion...
2007-02-06  Peter Oberndorfermsi: Store value of the property with each listbox...
2007-02-06  Peter Oberndorfermsi: Do not store property for each listbox element...
2007-02-06  Peter Oberndorfermsi: Only insert entries into listbox if property value...
2007-02-06  Mike McCormackmsi: Test the dispid for CreateRecord.
2007-02-06  Mike McCormackmsi: Add the generated typelib to the resources.
2007-02-06  Mike McCormackmsi: Factor out code to calculate column offsets.
2007-02-06  Mike McCormackmsi: Add a test showing MsiGetProperty returns correct...
2007-02-06  Misha Koshelevmsi: InstallPackage check for UI level must not disrega...
2007-02-05  James Hawkinsmsi: Allow uncompressed files before compressed files...
2007-01-26  Mike McCormackmsi: Add a (mostly empty) typelib for the MsiServer...
2007-01-26  Mike McCormackmsi: Add todos around tests that aren't being run yet...
2007-01-26  Mike McCormackmsi: Fix a typo.
2007-01-26  Mike McCormackmsi: Allocate a buffer in WCHARs not CHARs.
2007-01-25  Mike McCormackmsi: Implement IDispatch->CreateInstance() for the...
2007-01-25  Mike McCormackmsi: Implement IClassFactory->QueryInterface() for...
2007-01-25  Mike McCormackmsi: Add a test for the IMsiServer interface.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Mike McCormackmsi: Register IMsiServer.
2007-01-15  Mikołaj Zalewskimsi: Add Polish translation.
2007-01-12  Andrew Talbotmsi: Declare some functions static.
2007-01-12  Andrew Talbotmsi: Remove unused variables.
2007-01-01  Paul Vriensmsi/tests: Remove test directory after the files have...
2006-12-19  James Hawkinsmsi: Enable cab compression and delete any resulting...
2006-12-19  James Hawkinsmsi: Run the install tests from a temporary directory.
2006-12-18  James Hawkinsmsi: Update the text control when the selection path...
2006-12-18  James Hawkinsmsi: Only cleanup event subscriptions of the dialog...
2006-12-14  Alexandre JulliardRevert "msi: Comparisons with null in conditions are...
2006-12-14  Alexandre Julliardmsi: Fix the condition test to not assume MsiNetAssembl...
2006-12-12  Andrew Talbotmsi/tests: Cast-qual warning fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Mike McCormackmsi: Add tests for comparison to empty strings.
2006-12-07  Mike McCormackmsi: Comparisons with null in conditions are special.
2006-12-06  Mike McCormackmsi: More tests for the SourceDir property.
2006-12-06  Mike McCormackmsi: Add some tests for the ALTER query.
2006-12-05  James Hawkinsmsi: Initialize sid_str to NULL.
2006-12-05  James Hawkinsmsi: Fail if stg is NULL.
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-12-05  Mike McCormackmsi: Add the names of features/components to debugging...
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-04  Mike McCormackmsi: Double quotes are not valid in queries.
2006-12-04  Mike McCormackmsi: Add tests for quoting in queries.
2006-12-04  James Hawkinsmsi: Add handling for the StartServices action.
2006-12-01  James Hawkinsmsi: Set the UserSID property.
2006-11-30  James Hawkinsmsi: Use mi->source if the source is not a full path.
2006-11-29  James Hawkinsmsi: Add handling for the InstallODBC action.
2006-11-29  James Hawkinsmsi: Don't fail if we can't remove an existing install...
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-11-29  Mike McCormackmsi: Update the UI in one place only in ACTION_ProcessC...
2006-11-29  Mike McCormackmsi: Advertise components of a feature that has the...
2006-11-29  Dmitry Timoshkovmsi: Synchronize msi exports with what PSDK has.
2006-11-28  Mike McCormackmsi: Use MSI_IterateRecords in ACTION_AppSearch.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSigna...
2006-11-27  Mike McCormackmsi: Use MSI_IterateRecords when cloning properties.
2006-11-27  Francois Gougetmsi: Add a Portuguese translation (contributed by Ameri...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-22  Mike McCormackmsi: Treat the SourceDir folder the same as TargetDir.
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-22  Mike McCormackmsi: Only wait for custom actions that don't have msidb...
2006-11-22  Mike McCormackmsi: Split process_action_return_value into two differe...
2006-11-22  Mike McCormackmsi: Remove an unused parameter.
2006-11-21  Mike McCormackmsi: Fix use of integer fields in MsiFormatRecord.
2006-11-21  Mike McCormackmsi: Test MsiRecordGetString on an integer record field...
2006-11-21  Mike McCormackmsi: Add a test for formatting records with strings.
next