Add DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
[wine] / dlls / msi /
2005-03-04  Ulrich CzekallaAdd support for radio buttons.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Aric StewartText reformatting patch to clean up all the static...
2005-03-01  Juan LangDon't hardcode windows or system directories, correct...
2005-02-26  Dmitry TimoshkovRemove a temporary msi database file.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-25  Aric StewartImplement the action RegisterFonts.
2005-02-24  Aric StewartAdd the ExecuteAction handler.
2005-02-24  Aric StewartDo some basic work with registry component paths.
2005-02-24  Ulrich CzekallaPrevent accessing freed memory in failure case.
2005-02-23  Aric StewartMake sure formats like [\\]] and [\\[] work properly.
2005-02-23  José Manuel Ferrer... Added MSI Spanish resources.
2005-02-22  Mike McCormackMake sure strings are null terminated.
2005-02-22  Aric StewartUpdate the installed state for components during CostFi...
2005-02-22  Steven EdwardsCorrect typo.
2005-02-18  Aric StewartFixed problems with my code for finding the PackageCode.
2005-02-16  Jonathan ErnstAdd French resources.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-02-16  Mike McCormackAdd a border to the edit control, add some more controls.
2005-02-16  Mike McCormackFix up the summary information code a little.
2005-02-16  Aric StewartStubs for MsiUseFeature.
2005-02-16  Mike McCormackRemove const declaration from non-const function.
2005-02-16  Mike McCormackAllow MsiViewExecute to be called twice on the same...
2005-02-16  Mike McCormackImplement MsiDatabaseGetPrimaryKeys.
2005-02-16  Mike McCormackMsiGetComponentPath should allow null pointers for...
2005-02-15  Henning GerhardtAdd/updated German resources.
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Marcus MeissnerOutput some more informations.
2005-02-14  Mike McCormackImplement SQL delete query.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Mike McCormackUpdate headers, add MsiGetUserInfoA stub implementation.
2005-02-10  Aric StewartAdded stubs for MsiGetShortcutTargetA/W.
2005-02-10  Aric StewartAdd the RegisterUser action.
2005-02-09  Ulrich CzekallaHandle 0 length buffers in MSI_FormatRecordW.
2005-02-09  Aric StewartDo not track the temp files for custom actions based...
2005-02-09  Aric StewartImplement RegisterExtensionInfo and RegisterMIMEInfo.
2005-02-09  Mike McCormackHandle a number as a parameter for custom action 19.
2005-02-09  Aric StewartDo not limit properties to 256 characters when evaluati...
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-09  Mike McCormackFix a memory leak in MsiConfigureProductExW.
2005-02-08  Aric StewartMake a temp file for each dll saved for custom actions...
2005-02-08  Aric StewartAdd logic to be able to resolve the SourceDir based on
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-02-08  Mike McCormack- fix the dialog font
2005-02-08  Juan LangIdentifiers evaluate to true if they are non-empty...
2005-02-08  Mike McCormackImplement and document MsiLoadString.
2005-02-08  Mike HearnCorrectly ensure properties set from resolved directory...
2005-02-08  Juan LangIf a full path isn't specified, search across all fixed...
2005-02-03  Mike McCormack- implement checkboxes in dialogs
2005-02-03  Juan LangSimplify AppSearch error checking.
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-02-02  Aric StewartCleanup processing a bit more.
2005-02-02  Aric StewartFix a copy and paste error, check for a null value...
2005-02-02  Mike McCormackMsiEvaluateCondition returns an error when passed NULL...
2005-02-02  Aric StewartFinish up the framework by stubbing out all the remaini...
2005-02-01  Aric StewartContinued work to simplify the ProcessAction call,...
2005-02-01  Juan LangPartially implement AppSearch action.
2005-02-01  Aric StewartAdded some more suminfo stubs.
2005-01-31  Aric StewartA reworking of format.c to remove the recursion, clean...
2005-01-31  Aric StewartEliminate the giant if.. else if block from ACTION_Proc...
2005-01-31  Aric StewartSetting a record to an empty string is the same as...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-27  Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-27  Mike McCormack- implement MsiOpenPackageEx, and forward MsiOpenPackag...
2005-01-27  Mike McCormackTest different types of dodgy queries.
2005-01-27  Aric StewartImplement custom action type 19, Halt install and displ...
2005-01-27  Aric StewartMsiGetProperty does not return any error on missing...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-26  Mike McCormackFix MsiRecordSetString for NULL strings and update...
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25  Aric StewartUse the new registry functions in registry.c.
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-24  Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-24  Aric StewartThe new Insert fixes now properly require ?,? instead...
2005-01-24  Aric StewartAn implementation of MsiSummaryInfoGetPropertyW based...
2005-01-24  Mike McCormackIndentation and style cleanup.
2005-01-21  Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-21  Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-21  Mike McCormackLock record in MsiViewExecute, move stubs to end.
2005-01-20  Mike McCormackFix and test inserting records.
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2005-01-20  Mike McCormackFix a bug caused by freeing memory too soon in the...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-19  Aric StewartQuite a few fixes:
2005-01-19  Aric StewartDo a very basic first implementation of MsiConfigurePro...
2005-01-17  Aric StewartImplementations for SelfRegModules and PublishFeatures.
2005-01-17  Aric StewartFirst pass implement ion of MsiQueryProductState[A...
2005-01-14  Aric StewartActually start on an implemention for MsiGetComponentPa...
2005-01-14  Marcus MeissnerInitialize rc in create_component_directory().
2005-01-14  Aric StewartFirst implementation of the WriteIniValues action.
2005-01-14  Aric StewartCustom actions can have null in their target parameters...
2005-01-11  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-09  Mike McCormackImplement MsiRecordSetStreamA/W and add tests for recor...
2005-01-07  Aric StewartMake all custom type 1 actions happen in a seperate...
2005-01-06  Mike McCormackMsiCloseAllHandles only closes handles allocated in...
2005-01-06  Mike McCormackAdd test for records.
next