Added support for restarting directory scans on platforms where
[wine] / dlls / shlwapi /
2004-04-12  Francois GougetAssorted spelling fixes.
2004-04-09  Francois GougetUse named constants instead of magic numbers.
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-03-27  Ulrich CzekallaImplement FixSlashesAndColonW and add stub for SHGetApp...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Jon GriffithsTest SHSearchMapInt.
2004-03-18  Jon GriffithsImplement SHMessageBoxCheck functions && add dialog...
2004-03-17  Jon GriffithsMake copies of keys when creating, free them when done.
2004-03-16  Uwe BonnesUrlCanonicalizeW: Remove \r and \n at the end of lpszUr...
2004-03-03  Kevin KoltzauFix UrlCanonicalize and add regression test.
2004-03-03  Kevin KoltzauPrevent crash with invalid args in a few URL functions.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-28  Dmitry TimoshkovAdd SHMenuIndexFromID and SHCoCreateInstanceAC.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-17  Jon GriffithsStub the stopwatch API.
2004-02-17  Robert Shearman- Add IntlStrEqWorkerA/W.
2004-02-10  Jon GriffithsTest StrRetToBSTR.
2004-02-10  Jon GriffithsAdd some missing prototypes, fix AssocIsDangerous.
2004-02-05  Juan LangStub for MLIsMLHInstance.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-19  Rolf KalbermatterImplemented PathFileExistsAndAttributesA/W function.
2004-01-18  Stefan LeichterAdded stub for SHRegisterValidateTemplate.
2004-01-16  Francois GougetMSVC does not want 'extern' variables to be initialized...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-28  Alexandre JulliardPorting fixes.
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-11-20  Francois GougetDon't use the data returned by RegQueryValueExW if...
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-15  Alexandre JulliardFixed cut&paste error.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-01  Jon GriffithsDocumentation updates.
2003-10-01  Jon GriffithsNew tests for shlwapi string and clsid functions.
2003-10-01  Jon GriffithsAdd @405/406, document URL functions.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Jon GriffithsDocumentation updates.
2003-09-22  Mike McCormackFixed a memory leak.
2003-09-11  Jon GriffithsMLLoadlibrary: Remove -noname and duplicate entry.
2003-09-11  Alexandre JulliardChanged ordinal functions that now have a name to use...
2003-09-11  Robert Shearman- Convert ordinals to their real names.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Alexandre JulliardConverted obj_webbrowser.h to IDL and moved the definit...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Francois GougetSpelling and case fixes.
2003-08-06  Alexandre JulliardAvoid non-portable long long constants.
2003-07-26  Jon GriffithsImplement @13, 160, 161, 173, 177, 178, 189, 192, 221...
2003-07-22  Jon GriffithsImplement @203.
2003-07-22  Jon GriffithsImplement @280,343,344.
2003-07-22  Jon GriffithsAdd a handle for urlmon.dll, fix MSVC warning.
2003-07-22  Jon GriffithsFix MSVC warnings.
2003-07-21  Mike McCormackCreate stub for AssocIsDangerous.
2003-07-19  Jon GriffithsImplemented @440, 441.
2003-07-19  Jon GriffithsMove IQueryAssociations into shlwapi. Docs/-W/MSVC...
2003-07-18  Jon GriffithsMisc fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Francois GougetChange the #include order so the test compiles with...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-07  Rolf KalbermatterImplement SHLWAPI_269 and SHLWAPI_270.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-27  Rolf KalbermatterImplemented SHLWAPI_266 and SHLWAPI_271.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Maxime BellengéStub for SHAutoComplete.
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-15  Jon GriffithsDocumentation updates.
2003-03-15  Jon GriffithsSHCreateThread is exported by name _and_ ordinal.
2003-03-15  Jon GriffithsCorrect behaviour for some error conditions.
2003-03-10  Maxime BellengéImplemented SHRegSetUSValueA and SHRegSetUSValueW.
2003-03-04  Rolf KalbermatterFix endless loop in StrPBrkW.
2003-02-12  Sergei Turchanov- _SHStrDupAA forgot about terminating '\0'.
2003-01-15  Juergen SchmiedGive some functions real names.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-19  Robert ShearmanImplemented UrlCreateFromPath[AW] and slightly related
2002-12-18  Francois GougetFix signed/unsigned warnings.
2002-12-16  György 'Nog' Jeney- Implement ordinals 167 and 171.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-07  Rolf KalbermatterFix signature of SHLWAPI_334 as its string parameter...
2002-12-06  Rolf KalbermatterFix some parameter types.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-13  Mike McCormackFix a few GDI memory leaks.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
next