dmsynth: Dump data passed to Download method.
[wine] / dlls / shell32 / shfldr_mycomp.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2012-01-11  Nikolay Sivovshell32: Avoid casts when creating item menu.
2012-01-10  Nikolay Sivovshell32: Merge ShellView menu implementations into...
2011-10-10  Michael Stefaniucshell32: Avoid an unsafe iface to object cast in AddToE...
2011-10-10  Michael Stefaniucshell32: Return the IEnumIDList object on its creation.
2011-10-10  Michael Stefaniucshell32: Merge enumidlist.h into the main header file.
2011-05-31  Michael Stefaniucshell32: COM cleanup in shfldr_mycomp.c.
2010-04-19  Nikolay Sivovshell32: Use shared code to return column details from...
2010-03-30  Nikolay Sivovshell32: Rename My Computer folder implementation struc...
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts from macros.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-02-15  Alexandre Julliardshell32: Add support for the NoDrives registry key.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2007-11-19  Michael Stefaniucshell32: Fix a mem leak on an error path. Found by...
2007-04-10  Rob Shearmanshell32: Return Unicode strings from all of the IShellF...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-06-19  Robert Shearmanshell32: Convert ISF_MyComputer_fnGetDisplayNameOf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-23  Michael JungAlso scan HKEY_CURRENT_USER for shell namespace extensi...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-11  Michael JungRelease parent shell folder in GetAttributesOf.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-26  Stefan Dösinger*Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr...
2005-05-23  Michael JungMore robustly query the SHGDN_FORPARSING flag in the...
2005-05-10  Juan LangFixes to IShellFolder::GetAttributesOf implementations...
2005-05-05  Michael JungFixed MyComputer's GetDisplayNameOf method.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-02  Juan LangConvert more API calls to Unicode.
2005-02-26  Juan LangConvert a few calls to Unicode.
2005-02-23  Mike McCormackRemove tabs and reformat.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-20  Martin FuchsMake drive letters in PIDLs always uppercase to enable...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-15  Martin Fuchs- make drive letters in PIDLs always uppercase to enabl...
2004-04-13  Martin FuchsCorrect IShellFolder::GetAttributesOf() for the case...
2004-04-08  Juan Lang- move CreateMyCompEnumList and CreateDesktopEnumList...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
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-01-30  Martin Fuchs- remove unneccesary ISF_MyComputer_Constructor() decla...
2004-01-23  Martin FuchsISF_MyComputer_fnGetDisplayNameOf(): return CLSID paths...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2003-12-30  Martin Fuchs- correct return value of SHGetPathFromIDList[AW](...
2003-09-15  Rolf KalbermatterMake sure the bind context is forwarded in
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Alexandre JulliardImplemented shtypes.idl and shobjidl.idl and removed...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-25  Alberto MassariDon't touch the This pointer after it has been freed.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...