Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / shlwapi /
2005-11-11  YunSong HwangAdd Korean translations.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-07  Uwe BonnesSemi-stub implementation for SHRegGetValue(A|W).
2005-10-31  Stefan LeichterStop PathIsValidCharW tests after 100 failing tests.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Alexander N. SørnesAdded Norwegian translations.
2005-09-26  Francois GougetFix .spec declarations for functinos with 64bit argumen...
2005-09-20  Dmitry TimoshkovFix the usage of COLOR_xxx constants in the place of...
2005-09-19  Alexandre JulliardTake into account -noname functions when checking for...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-06  Stefan LeichterAdded version resource to shlwapi.dll.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-15  Vincent BéronCorrect typo in format string.
2005-08-12  Huw DaviesImplement SHLoadRegUIStringW.
2005-08-12  Richard CohenBlame ExpandEnvironmentStringsA for the failing NT4...
2005-08-11  Huw DaviesImplement SHLoadIndirectString.
2005-08-10  Huw DaviesPartial implementation of DeleteMenuWrap.
2005-08-10  Huw DaviesImplement IUnknown_EnumObjects.
2005-08-09  Huw Davies_CreateAllAccessSecurityAttributes takes three parameters.
2005-08-09  Huw DaviesImplement and add tests for the FDSA functions.
2005-08-08  Huw DaviesIUnknown_SetSite calls IObjectWithSite_SetSite or
2005-08-08  Alexandre JulliardDon't prefix the functions DllInstall and DllGetVersion...
2005-08-08  Huw DaviesForward ordinals 457,458 to GetLongPathNameW,A.
2005-08-08  Huw DaviesFix call to GetMenuItemInfo and unicodify while we...
2005-07-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-14  Mike McCormackFixes for -Wmissing-declaration and -Wwrite-string...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Uwe BonnesTest cases for URL_UNESCAPE and small fix.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-03-21  Robert ShearmanFix SHCopyKey to treat string parameter correctly as...
2005-03-18  Jon GriffithsImplement @188,190,195,200,256,478,481.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-16  Jon GriffithsFix two failures and (hopefully) a crash with early...
2005-03-14  Jon GriffithsTests and small fix for PathMakePretty().
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Thomas WeidenmuellerForward to user32 when appropriate.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Paul VriensUse aliases for calls to ordinals.
2005-02-03  Paul VriensMore verbosity of errors.
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-01-31  Paul Vriens- new test
2005-01-25  Hans LeidekkerStrIsIntlEqual and IntlStrEqWorker may be absent.
2005-01-21  Paul Vriens- More verbose output of errors.
2005-01-18  Hans LeidekkerStub implementations for PathUnExpandEnvStringsSHRegEnu...
2005-01-17  Paul VriensUse a registry key for copying, that's known on every...
2005-01-17  Paul VriensChange the order of Src and Dst in CopyKey calls/functions.
2005-01-17  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-12  James Hawkins- use only stored result of Interlocked* in AddRef...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Jacek CabanGet rid of W->A calls.
2005-01-03  Jon GriffithsDocumentation fix.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
2005-01-03  Jon GriffithsConst correctness fix.
2005-01-03  Jon GriffithsUse Ascii functions explicitly.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-15  Stefan LeichterFixed tests of GetAcceptLanguagesA for win98.
2004-12-15  Jon GriffithsUse the A version of calls when passing ASCII strings.
2004-12-15  Jon GriffithsInclude shlwapi.h to get prototypes, and correct 2...
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-08  Stefan LeichterFixed tests of GetAcceptLanguagesA for win9x/ME.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-19  James HawkinsMake four shreg tests pass on XP.
2004-11-10  James HawkinsUse SHDeleteKey to remove leftover keys from the shreg...
2004-11-09  Stefan LeichterFixed tests of GetAcceptLanguagesA for platfoms 98...
2004-10-27  Stefan LeichterFixed GetAcceptLanguagesA tests for Win98.
2004-10-22  Stefan LeichterFixed GetAcceptLanguagesA tests for WinXP.
2004-10-14  Bill MedlandFix SHDeleteKey so that it will handle deleting a key...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Huw DaviesTests for PathCreateFromUrl, PathIsURL, UrlCreateFromPa...
2004-10-05  Huw DaviesRewrite UrlCreateFromPath.
2004-10-05  Huw DaviesRewrite PathCreateFromUrl.
2004-10-05  Huw DaviesFix UrlUnescapeW.
next