shell32: Unix folder COM cleanup.
[wine] / dlls / shell32 / pidl.c
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2011-09-12  Francois Gougetshell32: Add parentheses to clarify the precedence...
2011-01-06  Piotr Cabanshell32: Improved equal ITEMIDLISTs handling in ILIsParent.
2010-11-08  David Hedbergshell32: Fix trace formatting in SHGetNameFromIDList.
2010-08-02  David Hedbergshell32: Replace some checks with calls to _ILIsEmpty().
2010-07-23  David Hedbergshell32: Implement SHGetIDListFromObject.
2010-07-23  David Hedbergshell32: Implement SHGetNameFromIDList and IShellItem...
2010-05-26  Nikolay Sivovshell32: Export lowlevel PIDL manipulation calls by...
2010-04-26  André Hentschelshell32: Return boolean values.
2010-03-04  Nikolay Sivovshell32: Use return value on failure updated in Vista+.
2010-03-03  Nikolay Sivovshell32: Remove WINAPI where it's not needed.
2010-03-03  Nikolay Sivovshell32: Implement SHParseDisplayName with basic tests.
2009-04-30  Stefan Leichtershell32: Stub for SHParseDisplayName.
2009-02-24  Vincent Povirkshell32: Partially implement SHCreateShellItem.
2009-02-24  Vincent Povirkinclude: Add IShellItem to headers.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-02-12  Francois Gougetshell32: Make SHILCreateFromPathA() static and remove...
2009-02-09  Francois Gougetshell32: Make ILGetDisplayNameExA() static, remove...
2009-01-26  Andrew Talbotshell32: Declare some functions static.
2009-01-21  Aric Stewartshell32: Initial stub for SHCreateShellItem. It returns...
2008-12-03  Alexandre Julliardshell32: Make some functions static.
2008-11-26  Francois Gougetshell32: Remove WINAPI/CALLBACK on static functions...
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-07-16  Andrew Talbotshell32: Remove unneeded address-of operators from...
2008-06-19  Jon Griffithsinclude: Provide wide char definitions for CFSTR_*.
2008-04-11  Rob Shearmanshell32: Implement ParseDisplayName for EntireNetwork...
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2008-02-18  Gerald Pfeifershell32: Adjust a format specifier and remove a redunda...
2008-02-16  Rob Shearmanshell32: Fix character count passed into lstrcpnA in...
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-27  Mike McCormackshell32: Implement "My Network Places" shell folder.
2007-11-12  Rob Shearmanshell32: Fix the length calculation of the pidl in...
2007-09-12  Andrew Talbotshell32: Constify some variables.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-04-11  Alexandre Julliardshell32: Have _ILCreateFromFindDataW also create a...
2007-04-11  Aric Stewartshell32: Update the debug functions to handle Unicode...
2007-04-11  Aric Stewartshell32: Avoid unneeded A->W conversions in _ILSimpleGe...
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Michael Stefaniucjanitorial: Remove two redundant checks for NULL.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-09-29  Andrew Talbotshell32: Cast-qual warnings fix.
2006-08-22  Mikołaj Zalewskishell32: Show file size in the details view in kilobytes.
2006-07-11  Juan Langshell32: Always NULL-terminate path in SHGetPathFromIDList.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2006-02-14  Michael Jungshell32: Return a GUID pidl for CSIDL_PERSONAL in SHGet...
2006-01-20  Huw Daviesshell: Fix incorrect usage of the return value of StrRe...
2006-01-03  Michael Jungshell32: Helper function for unicode support in folder...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
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.
next