Added more error codes to dxerr8 and dxerr9 which were extracted from
[wine] / dlls / shell32 / pidl.c
2005-09-07  Michael JungDon't clone pidlLast in SHBindToParent.
2005-08-19  Jason EdmeadesAdd the time to the file display dialog modified column.
2005-08-15  Ge van GeldorpFix resource leak on error paths.
2005-07-08  Michael JungFail in SHGetDataFromIDList when called on special...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-15  Michael JungImplement SHGetPathFromIDList based on GetDisplayNameOf.
2005-05-10  Mike HearnFix SHELL_GetPathFromIDList[AW] to return the desktop...
2005-04-13  Huw DaviesAdd a unicode pidl type.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-02-22  Mike McCormackCleanup, create unicode versions of _ILCreateFromPath,
2005-02-21  Mike McCormackRemove tabs and make formatting consistent.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-17  Alexandre JulliardRemove some no longer needed AW functions.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-26  Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-08-09  Marcus MeissnerMarked some functions in debughlp as static.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-04-15  Juan LangCorrect return value in a couple of error cases.
2004-04-15  Martin Fuchs- make drive letters in PIDLs always uppercase to enabl...
2004-04-14  Martin FuchsReturn "file not found" error values instead of E_INVAL...
2004-04-14  Juan LangCorrect some PIDL types and eliminate some magic number...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-07  Martin Fuchs- SHBindToParent(): request correct COM interface from...
2004-04-07  Juan Lang- comment fixes
2004-04-06  Juan Lang- rename PT_SPECIAL to PT_SHELLEXT
2004-04-06  Juan LangRename PT_MYCOMP to PT_GUID, and the corresponding...
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Robert ShearmanAllow passing NULL to ILFindLastID.
2004-03-17  Alexandre JulliardFindFirstFile can return an empty short name if the...
2004-02-11  Martin Fuchs- move some PIDL function declarations from undocshell...
2004-02-09  Mike McCormackFix the bounds checking in SHGetPathFromIDListA/W.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Martin Fuchs- don't link directly to NTDLL; use MultiByteToWideChar...
2004-01-21  Alexandre JulliardAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
2004-01-21  Martin FuchsImplemented SHGetRealIDL().
2004-01-20  Martin Fuchs- SHGetDataFromIDListA/W(): handle drives when retrievi...
2004-01-18  Martin Fuchs- declare PT_RAS_FOLDER for the "RAS Connections" folder
2003-12-30  Martin Fuchs- correct return value of SHGetPathFromIDList[AW](...
2003-11-04  Dmitry TimoshkovProtect ILIsParent from NULL pidls.
2003-10-09  Dimitrie O. PaunMove useful information out of documentation/shell32.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-25  Rolf KalbermatterAdd some comments to functions and minor fixes.
2003-09-22  Rolf KalbermatterAdded declarations for newly documented SHChangeNotify...
2003-09-17  Rolf KalbermatterImplemented SHSimpleIDListFromPath correctly.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-07-26  Martin FuchsFixed Ansi version of RenderFILENAME and implement...
2003-07-22  Mike HearnDeal with the case of loading an empty PIDL from a...
2003-05-19  Robert ShearmanAdd a PIDL type For Network Provider.
2003-04-17  Rolf KalbermatterImplemented ILGetDisplayNameExA and ILGetDisplayNameExW...
2003-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-18  Jon GriffithsDocumentation updates.
2002-12-16  Rolf KalbermatterChange calls to CLSIDFromString to SHCLSIDFromStringW...
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-12  Rolf KalbermatterResolve SHGetPathFromIDListW -> SHGetPathFromIDListA...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-12  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-02  Juergen Schmied- changed STRRET definition
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-09  Juergen SchmiedMoving the pidl debug functions to a separate file...
2002-04-03  Huw D M DaviesCheck for failure of IShellFolder_GetDisplayNameOf.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-01-31  Alexandre JulliardCodeWeavers
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...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-01-18  Andreas MohrImplemented SHELL32.IsNetDrive and SHELL32.ILSaveToStre...
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-04-28  Juergen SchmiedSmall fixes.
2000-04-11  Ulrich Czekalla_ILGetFileDate should convert the date to local time...
2000-02-20  Juergen SchmiedNew aPidl handling functions.
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-11-14  Juergen Schmied- the colums in the shellview are now created depending...
1999-10-31  Pierre MageauA crash would occur if the file type in report mode...
next