Fixed an error in Swapchain_GetFrontBufferData.
[wine] / dlls / msi /
2005-11-05  Saulius KrasuckasWin9x returns MSIDBERROR_NOERROR.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-11-03  Mike McCormackAdd missing semicolons that caused compile trouble...
2005-11-02  Mike McCormackNULL and empty strings are the same in conditions.
2005-11-02  Mike McCormackStub implementation for MsiAdvertiseScriptA/W.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-11-02  Aric StewartForce files to install if the REINSTALL property is...
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-11-02  Mike McCormackImplement the RemoveFiles action.
2005-11-02  Mike McCormackStub implementation for MsiGetFileHashA/W.
2005-11-02  Mike McCormackUse an enumeration for file states.
2005-11-02  Mike McCormackDefine NONAMELESSUNION and NONAMELESSSTRUCT for older...
2005-10-31  Mike McCormackMake sure to unregister all the classes that were regis...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-31  Mike McCormackImprove MsiUseFeatureEx and MsiGetFeatureState a little...
2005-10-30  Mike McCormackAdd a stub for the AllocateRegistrySpace action.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-30  Mike McCormackAdd a read-only implementation of the SelectionTree...
2005-10-30  Mike McCormackSimplify register_progid() and remove a fixed length...
2005-10-30  Mike McCormackHandle MaskEdit masks containing dashes and other constant
2005-10-30  Mike McCormackUse msi_get_property_int() in a few more places.
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-10-30  Mike McCormackRemove unused package parameter of register_progid_base().
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-10-29  Mike McCormackDon't change the UI level during ExecuteAction.
2005-10-29  Mike McCormackImplement MsiGetFeatureUsageA and MsiUseFeature(Ex...
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-29  Mike McCormackExplicitly check for MSICONDITION_TRUE being returned...
2005-10-29  Mike McCormackSome installers don't call the CreateFolders action...
2005-10-29  Mike McCormackAdd a bunch of tests for MsiEvaluateCondition and make...
2005-10-29  Mike McCormackMake enter and escape trigger the default and cancel...
2005-10-29  Mike McCormackDeleted two buggy functions that incorrectly and ineffi...
2005-10-29  Mike McCormackRemove an incorrect comment and check for 0 being an...
2005-10-29  Mike McCormackExtract file directly to their target location, bypassi...
2005-10-29  Thomas WeidenmuellerPassing NULL as the last two parameters to ReadFile...
2005-10-29  Mike McCormackAdd an implementation for MsiGetShortcutTargetA/W.
2005-10-28  Mike McCormackFix a memory leak.
2005-10-28  Mike McCormackPut the UI update code for cabinet file into a separate...
2005-10-28  Mike McCormackReturn an error in MsiGetComponentPathW if passed a...
2005-10-28  Mike McCormackFix error handling in MsiEvaluateCondition.
2005-10-28  Mike McCormackTranslate INVALID_HANDLE_VALUE to zero for cabinet...
2005-10-28  Mike McCormackFix a memory leak in the cabinet extracting code.
2005-10-28  Mike McCormackFix MsiGetPropertyA/W spec declarations.
2005-10-28  Mike McCormackCreate component folders in the CreateFolders action.
2005-10-27  Mike McCormackIf an action fails, print out its name as well as the...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-10-27  Mike McCormackImplement transforms. This still includes some debuggi...
2005-10-27  Mike McCormackTidy up the RegisterProduct action a little.
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-10-26  Mike McCormackEnumerate the substorage transforms for any patches...
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-10-26  Mike McCormackSwitch back to using IPicture to load images. LoadImag...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-29  Mike McCormackAvoid UpdateWindow, it causes trouble with WS_EX_TRANSP...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Mike McCormackCreate a function to read a property as an integer.
2005-09-28  Mike McCormackAdd some more action stubs, remove forward declarations.
2005-09-28  Mike McCormackSplit command line parsing from MSI_InstallPackage...
2005-09-28  Mike McCormackAdd the progress control.
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-28  Mike McCormackDon't quote numbers in a query, as it doesn't parse...
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-26  Mike McCormackCreate a function to determine the table's row size...
2005-09-26  Mike McCormackFix various query related memory leaks.
2005-09-26  Mike McCormackMake a macro function for unimplemented actions.
2005-09-26  Mike McCormackFill out the stubs for MsiApplyTransformA/W a bit more.
2005-09-26  Mike McCormackFix handle leaks in the test cases.
2005-09-26  Mike McCormackMake sure to set the minimum size before allocating...
2005-09-25  Mike McCormackHandle copying of the install package to a temporary...
2005-09-25  Mike McCormackFix another memory leak.
2005-09-25  Mike McCormackStub implementation of the IsolateComponents action.
2005-09-23  Mike McCormackFix a memory leak.
2005-09-23  Mike McCormackAdd a stub implementation of the BindImage action.
2005-09-23  Mike McCormackStub implementation of the PatchFiles action.
2005-09-23  Mike McCormackImplement MsiGetShortcutTargetA.
2005-09-23  Mike McCormackStub implementation of the MoveFiles action.
2005-09-23  Dmitry TimoshkovCOLOR_3DFACE is a better choice for the dialog background.
2005-09-23  Mike McCormackStub implementation of the RemoveIniValues action.
2005-09-23  Mike McCormackTake advantage of the msi_get_deformatted_field functio...
2005-09-23  Mike McCormackAvoid using static variables in the InstallFiles action.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-22  Mike McCormackSkip the first character of a font identifier if it...
2005-09-22  Mike McCormackFix an error introduced when converting dialog lists...
2005-09-22  Mike McCormackSimplify the ProcessComponents action a little.
2005-09-22  Mike McCormackLoad a table's column information separately from the...
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-21  Mike McCormackDon't refcount tables.
2005-09-21  Mike McCormackSimplify the InstallValidate action a little.
2005-09-21  Mike McCormackMake sure not to free a a pointer that has been modified.
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Dmitry TimoshkovFix the usage of COLOR_xxx constants in the place of...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-20  Mike McCormackFix if's that are followed by semicolons.
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-19  Kimmo MyllyvirtaAdded Finnish resources.
2005-09-18  Alexander N. SørnesAdded Norwegian translations.
next