Added keyboard data format.
[wine] / dlls / msi /
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-12  Juan LangLog missing environment vars for easier debugging.
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-04-11  José Manuel Ferrer... Spanish translations updated.
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-30  Aric StewartMake sure the GUID of the typelib we are registering...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-25  Mike McCormackUse strdup, implement MsiDatabaseImportA.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Mike McCormackReplace instances of HeapAlloc/MultiByteToWideChar...
2005-03-24  Aric StewartIf running in UI mode, then display the UI mode dialogs...
2005-03-24  Mike McCormackMake sure there's only one place we allocate dialog...
2005-03-24  Mike McCormackClean up registry functions.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Marcus MeissnerFixed MsiDatabaseImportA, MsiDatabaseImportW, and
2005-03-22  Jakob ErikssonWindows 98 doesn't like it when we delete the tempfile.
2005-03-22  Aric StewartTest package creation.
2005-03-22  Hans LeidekkerDutch resource translation.
2005-03-19  Mike McCormack- test cases for summary information
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-10  Juan LangFix a regression in AppSearch.
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-03-08  Ulrich CzekallaAllocate space for terminating null.
2005-03-08  Ulrich CzekallaFix a memory leak.
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...
next