advpack: Fix the documentation for RegisterOCX.
[wine] / dlls / msi /
2006-04-12  Juan Langmsi: Fix possible crash bugs in error path.
2006-04-11  Mike McCormackmsi: Add some more MsiFormatRecord tests.
2006-04-07  Mike McCormackmsi: Use a debug channel to turn on transform debugging.
2006-04-07  Mike McCormackmsi: Remove broken volume management code.
2006-04-07  Mike McCormackmsi: Fix a logic error.
2006-04-07  Mike McCormackmsi: Avoid accessing a null pointer.
2006-04-07  Mike McCormackmsi: Check the correct pointer after allocating memory.
2006-04-07  Mike McCormackmsi: Fix possible free of uninitialized pointer.
2006-04-06  Mike McCormackmsi: Avoid a crash if a parameter is NULL.
2006-04-03  Mike McCormackmsi: Improve the string table hash.
2006-04-03  Antonio Codazzimsi: Italian language support.
2006-04-03  Antonio Codazzimsi: Esperanto language support.
2006-03-22  Mike McCormackmsi: Add stub for the RegisterComPlus and UnregisterCom...
2006-03-22  Mike McCormackmsi: Don't crash when logging a record with only one...
2006-03-22  Mike McCormackmsi: Show "hidden dialogs" but hide them initially.
2006-03-22  Mike McCormackmsi: Implement custom action type 17.
2006-03-21  Mike McCormackmsi: Improve handling of short paths.
2006-03-20  Mike McCormackmsi: Set the InstallerLocation value when registering...
2006-03-20  Robert Shearmanmsi: Optimise WHERE operations.
2006-03-20  Robert Shearmanmsi: Add a test for MsiFormatRecord with integer fields.
2006-03-15  András Kovácsmsi: Added Hungarian translation.
2006-03-09  Mike McCormackmsi: Remove some unnecessary indent.
2006-03-09  Mike McCormackmsi: Make sure to run tests for MsiEvaluateCondition.
2006-02-24  Ulrich Czekallamsi: When evaluating conditions, if the condition is...
2006-02-22  Robert Shearmanmsi: Fix heap overflow in ITERATE_CreateShortcuts.
2006-02-22  Robert Shearmanmsi: Init size before passing to RegEnumValue.
2006-02-22  Robert Shearmanmsi: Always set a value for intype in ready_volume.
2006-02-22  Robert Shearmanmsi: Fix heap overflow in save_string_table.
2006-02-22  Ulrich Czekallamsi: Implement MsiSourceListAddSource.
2006-02-07  Robert Shearmanmsi: Fix bison warnings by providing precedence rules...
2006-02-06  Fatih Aşıcımsi: Turkish translation.
2006-01-30  Mike McCormackmsi: Add an implementation of MsiGetDatabaseState.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Robert Shearmanmsi: Move the firing of control events to MSI_ProcessMe...
2006-01-23  Robert Shearmanmsi: Call ui_actiondata for more actions.
2006-01-23  Robert Shearmanmsi: Support msidbControlAttributesSunken.
2006-01-23  Robert Shearmanmsi: Only print fixme for progress attribute once.
2006-01-16  Mike McCormackmsi: Eliminate a fixed length buffer.
2006-01-13  Jeremy Whitemsi: gcc 2.95 compatibility fix.
2006-01-11  Mike McCormackmsi: Make the MSI SelectionTree control do something...
2006-01-11  Mike McCormackmsi: Remove the font when setting a control's text.
2006-01-10  Mike McCormackmsi: Count the number of columns requested and allocate...
2006-01-10  Mike McCormackmsi: Don't crash if there's no script present when...
2006-01-10  Mike McCormackmsi: Fixed the prototype of MsiDatabaseIsTablePersistent.
2006-01-06  Mike McCormackmsi: Unload riched20 after its window is destroyed.
2006-01-06  Mike McCormackmsi: Make radio buttons grey out correctly when disabled.
2006-01-06  Mike McCormackmsi: Clean trailing and leading spaces from path segments.
2006-01-04  Mike McCormackmsi: Apply any MSI transforms specified by the TRANSFOR...
2006-01-04  Mike McCormackmsi: Add a stub for MsiGetLastErrorRecord.
2006-01-04  Mike McCormackmsi: Fixes for the MaskedEdit control.
2006-01-03  Marcus Meissnermsi: Report the commandline that failed to start in...
2006-01-03  Mike McCormackmsi: Subclass the Richedit control.
2006-01-03  Mike McCormackMSI: Improve the MsiGetMode stub a little.
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2006-01-03  Francois GougetSmall documentation tweaks to avoid winapi_check warnings.
2005-12-31  Mike McCormackmsi: Change some FIXME messages to comments.
2005-12-31  Mike McCormackmsi: Define the property "Intel" if we're running on...
2005-12-31  Mike McCormackmsi: Add stub actions for CCPSearch and RMCCPSearch.
2005-12-21  Bill Medlandmsi: Prevent array underflow in MsiFormat when measurin...
2005-12-20  Bill Medlandmsi: Use a default dialog font if nothing is specified.
2005-12-19  Magnus Olsenmsi: Fixed deformat_environment to not cut off string.
2005-12-05  Christian Gmeinermsi: Implemented DllCanUnloadNow.
2005-12-05  Huw Daviesmsi: Fix MsiProvideQualifiedComponentW spec file entry.
2005-11-30  Robert ShearmanThe buffer sizes in the documentation for MsiDecomposeD...
2005-11-28  Mike McCormackIf a source directory doesn't exist, use the install...
2005-11-28  Mike McCormackHandle the ^ character in MaskEdit controls.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-24  Mike McCormackMake all source directories at the root of the install.
2005-11-21  YunSong HwangUpdate Korean translations.
2005-11-21  Mike McCormackLoop around calling RegQueryValue until we have a big...
2005-11-15  Mike McCormackConvert MsiEnumComponentQualifiers to use msi_strcpy_to...
2005-11-15  Mike McCormackFix function prototype and spec file entry for
2005-11-15  Mike McCormackOnly return ERROR_MORE_DATA if there's a buffer to...
2005-11-15  Mike McCormackSet the Installed property if the product is already...
2005-11-14  Mike McCormackEmpty strings are not equal to any number, so all compa...
2005-11-14  YunSong HwangAdd Korean translations.
2005-11-14  Mike McCormackFix comparison of empty properties to numbers and add...
2005-11-11  Steven EdwardsPartly implement MsiMessageBox[A/W] on top of MessageBo...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-10  Aric StewartUse MsiDecomposeDescriptorW in MsiProvideQualifiedCompo...
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-11-09  Mike McCormackMake sure we only CoUninitialize after successfully...
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.
next