shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
[wine] / dlls / shlwapi /
2007-12-11  Alistair Leslie... shlwapi: Fix memory leak in test.
2007-12-05  Jacek Cabanshlwapi: Uncomment IUnknown_EnableModeless code.
2007-11-13  Jacek Cabanshlwapi: Fixed SHPackDispParamsV spec declaration.
2007-11-12  Jacek Cabanshlwapi: Reimplement IUnknown_CPContainerInvokeParam...
2007-11-12  Jacek Cabanshlwapi: Added SHPackDispParams test.
2007-11-12  Jacek Cabanshlwapi: Added SHPackDispParams implementation.
2007-11-12  Jacek Cabanshlwapi: Added SHPackDispParamsV implementation.
2007-10-29  Gerald Pfeifershlwapi/tests: Remove overly aggressive const declarati...
2007-10-29  Dmitry Timoshkovshlwapi: Fix a typo in the previous patch. Spotted...
2007-10-29  Francois Gougetshlwapi: Fix the DeleteMenuWrap() forward.
2007-10-26  Dmitry Timoshkovshlwapi: Update exported API entries according to the...
2007-10-25  Hwang YunSong(황윤성)shlwapi: Updated Korean resource.
2007-10-25  Dmitry Timoshkovshlwapi: Forward GetStringType3ExW to GetStringTypeW.
2007-10-25  Dmitry Timoshkovshlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgIt...
2007-10-24  Dmitry Timoshkovshlwapi: Forward more entries to user32 exports.
2007-10-24  Dmitry Timoshkovshlwapi: Use existing shlwapi/Win32 APIs to compare...
2007-10-16  Alexandre Julliardshlwapi/tests: Make local variables static and const.
2007-10-16  Detlef Riekenbergshlwapi/test: Test dwSize for UrlCanonicalizeA/W.
2007-10-16  Detlef Riekenbergshlwapi/tests: Move URL testing functions from path...
2007-10-16  Detlef Riekenbergshlwapi: Fix returned result code and size in UrlCanoni...
2007-10-16  Daniel Nylandershlwapi: Add Swedish translation.
2007-10-01  Alexandre Julliardshlwapi: Fix GetAcceptLanguagesA to not read past the...
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-09-10  Rob Shearmanshlwapi: Fix IUnknown_OnFocusOCS to call OnFocus instea...
2007-09-10  Dmitry Timoshkovshlwapi: Duplicate shell32.ShellMessageBoxW implementat...
2007-08-30  Francois Gougetshlwapi: Update win32.api to fix the winapi_check warnings.
2007-08-30  Francois Gougetshlwapi: Move SHAddDataBlock() to the front and remove...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-23  Rob Shearmanshlwapi: Fix UrlCombineW for absolute URLs without...
2007-08-20  Misha Koshelevshlwapi: Take sizeof(WCHAR) into account when allocatin...
2007-08-08  Paul Vriensshlwapi/tests: Use GetModuleHandleA instead of LoadLibr...
2007-07-16  Dmitry Timoshkovshlwapi: Fix parameter types of SHGetIniStringW.
2007-07-13  Dmitry Timoshkovshlwapi: Fix some spec entry definitions.
2007-07-12  Thomas Weidenmuellershlwapi: Use publicly defined structure DATABLOCK_HEADE...
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-06-25  Alexandre Julliardshlwapi: Get rid of CharNextW/CharPrevW. Simplify some...
2007-06-22  Michael Stefaniucshlwapi: Remove more wide character constants.
2007-06-21  Michael Stefaniucshlwapi: Do not use wide character constants.
2007-06-18  Francois Gougetshlwapi: Update win32.api to fix the winapi_check warnings.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetshlwapi/tests: The PSDK does not define IID_IDelayedRel...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-25  Nigel Liangshlwapi: Stub implementation for SHSetTimerQueueTimer.
2007-05-24  Rob Shearmanshlwapi: Add a slash to the URL if there is no path...
2007-05-11  Damjan Jovanovicshlwapi: Fix UrlCanonicalizeW's handling of filesystem...
2007-05-04  Andrey Turkinshlwapi: Implement IUnknown_CPContainerInvokeParam.
2007-05-01  Andrey Turkinshlwapi: Implement IConnectionPoint_SimpleInvoke.
2007-04-24  Mikołaj Zalewskishlwapi: Fix the handling of overflows in PathCombine...
2007-04-16  Andrew Talbotslwapi: Make function definitions and declarations...
2007-04-16  Andrew Talbotslwapi: Make function definitions and declarations...
2007-04-06  Dmitry Timoshkovshlwapi: Fix a forward to user32.PrivateExtractIconExW.
2007-03-29  Dmitry Timoshkovshlwapi: Match shlwapi wrappers to MSDN descriptions.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-26  Paul Vriensshlwapi/path: Proper use of GetProcessHeap().
2007-03-26  Andrew Talbotshlwapi: Replace inline static with static inline.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-02-23  Francois GougetUse the SW_XXX constants when calling ShowWindow().
2007-02-21  Marcus Meissnershlwapi: Fix size passed to MultiByteToWideChar.
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-12  Jacek Cabanshlwapi: Unicodified scheme detecting code.
2007-02-05  Mikołaj Zalewskishlwapi: Test string functions when buffer is too small.
2007-02-05  Jacek Cabanshlwapi: Don't unescape url in UrlCombineW with URL_FIL...
2007-01-22  Andrew Talbotshlwapi: Uninitialized variable fix (Coverity).
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-09  Francois Gougetshlwapi/tests: Print GetLastError() in decimal with...
2007-01-08  Jacek Cabanshlwapi: Forward CLSIDFromProgIDWrap to ole32 (with...
2007-01-05  Kai Blinshlwapi: Remove redundant check in assignment, unicode...
2007-01-04  Kai Blinshlwapi: Remove redundant check in assignment (Coverity).
2007-01-03  Alexandre Julliardshlwapi: Use the appropriate constant for an uninitiali...
2006-12-24  Louis Lendersshlwapi: Fix a failing test.
2006-12-15  Paul Vriensshlwapi/tests: Fix typos.
2006-12-14  Francois Gougetshlwapi/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-08  Alexandre Julliardshlwapi: Fixed string tests for non-English locales.
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-04  Marcus Meissnershell32: Forward SHDeleteKeyA directly to SHDeleteKeyW.
2006-11-28  Dmitry Timoshkovshlwapi: Make some data const.
2006-11-28  Francois Gougetshlwapi: Add a Portuguese translation (contributed...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-24  Francois Gougetshlwapi/tests: Remove unneeded NONAMELESS* macros.
2006-11-16  Andrew Talbotshlwapi: Cast-qual warnings fix.
2006-11-16  Andrew Talbotshlwapi: Cast-qual warnings fix.
2006-11-13  Hans Leidekkershlwapi: UrlEscapeA should fail with E_POINTER when...
2006-11-10  Dmitry Timoshkovshlwapi: Unify SHDeleteKeyW implementation with SHDelet...
2006-11-10  Mike McCormackshlwapi: Use HeapAlloc/Free instead of malloc/free.
2006-11-08  Andrey Turkinshlwapi: Implement GetShellSecurityDescriptor and test...
2006-10-30  Jacek Cabanshlwapi: Added SHQueueUserWorkItem implementation.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-23  Mikołaj Zalewskishlwapi: Test and fix StrRStrI[AW].
2006-10-23  Mikołaj Zalewskishlwapi/tests: Disable the StrFromTimeInterval tests...
2006-10-23  Mikołaj Zalewskishlwapi/tests: Enable the locale-dependent tests if...
2006-10-23  Mikołaj Zalewskishlwapi/tests: Make the string.c tests compile in Visua...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-19  Jonathan ErnstUse SUBLANG_NEUTRAL in French resources.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
next