Added more error codes to dxerr8 and dxerr9 which were extracted from
[wine] / dlls / shell32 / shellord.c
2005-10-27  Dmitry TimoshkovCorrectly handle flags parameter in SHAddToRecentDocs.
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-06-20  Vitaly Lipatov- Realize DoEnvironmentSubstA via ExpandEnvironmentStri...
2005-04-19  Francois GougetAssorted spelling fixes.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-03  Hans LeidekkerStub implementations for SHUpdateImageA, SHHandleUpdate...
2004-11-30  Eric PouechConst correctness fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-09-06  Robert Shearman- Add exports for missing ordinals 191-194.
2004-08-31  Francois GougetDon't export the shell32 SHAllocShared functions by...
2004-08-22  Francois GougetMoved declarations from undocshell.h to shlobj.h to...
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-06-18  Robert ShearmanMake ole32 a delay-load import of shell32.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-29  Mike McCormackStub implementation for SHFindFiles.
2004-02-11  Alexandre JulliardMoved some more definitions out of undocshell.h into...
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-15  Rolf KalbermatterSigned/unsigned warnings and some formatting.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-19  Mike McCormackImplemented ReadCabinetState and WriteCabinetState.
2003-05-13  Ulrich CzekallaPartial implementation/stub of undocumented function...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2002-12-16  Rolf KalbermatterDo at least something for SHDragDrop functions although...
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-06  Rolf KalbermatterImplement ParseFieldW function based on its ANSI sibling.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-03  Alberto MassariSHGetSetSettings has now the right signature and the...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-09-06  Rolf KalbermatterImplemented SHCreateStdEnumFmtEtc.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-14  Mike McCormackStubs for DAD_Drag Enter, EnterEx, Move AutoScroll...
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-24  Duane ClarkCombined implementations of ShellExecute/Ex.
2002-07-03  Duane Clarkstrcasecmp returns zero on a match.
2002-07-02  Juergen Schmied- changed STRRET definition
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-03  Aric StewartEnable ShellExecuteEx to actually open things with...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-22  Alexandre JulliardRemoved use of SET_DEBUGGING, it's broken anyway.
2002-01-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2002-01-03  Ove KaavenHandle the lpDirectory field of the LPSHELLEXECUTEINFO.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
2001-10-02  Guy AlbertelliImplemented dummy stub for SHChangeNotifyUpdateEntryLis...
2001-09-21  Guy AlbertelliImplement initial version of SHAddToRecentDocs.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-01  Juergen SchmiedExport SHGetSettings by name. New stub for shell.68.
2000-10-15  Eric PouechFixed ShellMessageBox[AW] buffers usage (in some cases...
2000-09-18  Mike McCormackFixed incorrect arg count in SHGetSettings that causes...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-05-11  Patrik StridvallFixed some debug messages.
2000-04-29  Patrik StridvallFixed some warnings.
2000-04-28  Juergen SchmiedMoved policy related functions to shpolicy.c
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedFixes for ShellExecuteEx.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-20  Juergen SchmiedStarted implementation of shell notifications.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-04  Juergen SchmiedSmall fixes.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-10-25  Ian SchmidtPartial implementation of the Shell32 call Win32DeleteF...
1999-10-23  Ulrich CzekallaImplemented StrRChrA.
1999-10-23  Ian SchmidtReal implementation of SHRestricted(), clarified SHInit...
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-09-28  Ian SchmidtImplementation of 2 Win98 by-ordinal SHELL32 routines...
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-07-31  Eric KohlAdded stubs for DAD_SetDragImage() and PathCleanupSpec().
1999-07-28  Juergen SchmiedStrRetToStrN[A|W|AW] new independent unicode/ascii...
1999-07-25  Juergen SchmiedImplemented SHCreateShellFolderViewEx.
1999-07-10  Juergen SchmiedImplemented StrToOleStrN.
1999-06-26  Eric KohlAdded SHDoDragDrop() stub.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-29  Ian SchmidtAdded missing WINAPI for SHValidateUNC.
next