shell32: Fix the messed up indentation level in the STRRET functions.
[wine] / dlls / shell32 / shfldr_fs.c
2012-08-14  Michael Stefaniucshell32: Avoid TRUE:FALSE conditional expressions.
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-07-20  Jay Yangshell32: Make ISFHelper_fnCopyItems actually copy the...
2011-01-19  Nikolay Sivovshell32: Fix interface leak (Valgrind).
2010-12-06  Andrew Eikumshell32: Correctly construct the PIDL given to SHChange...
2010-11-10  Piotr Cabanshell32: Improved IShellFolder_GetUIObjectOf implementa...
2010-06-28  Andrew Eikumshell32: Fix a comment typo.
2010-05-18  Michael Stefaniucshell32: Remove redundant "not NULL" check of ppidl...
2010-01-08  Paul Vriensshell32: Fix length parameter for ZeroMemory (Coccinelle).
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts from macros.
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-06-19  Jon Griffithsinclude: Provide wide char definitions for CFSTR_*.
2008-02-16  Rob Shearmanshell32: Fix the character count passed into LoadString...
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-06  Alexander Nicolays... shell32: Localize 'new folder' string.
2007-10-29  Andrew Talbotshell32: Constify some variables.
2007-04-10  Rob Shearmanshell32: Return Unicode strings from all of the IShellF...
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2006-11-28  Dmitry Timoshkovshell32: Make some data static and const.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-10-02  Andrew Talbotshell32: Cast-qual warnings fix.
2006-07-31  Mikołaj Zalewskishell32: Call the trashing code from SHFileOperationW.
2006-06-30  Mikołaj Zalewskishell32: Use SHFileOperationW to delete files.
2006-06-20  Mikołaj Zalewskishell32: Use SHELL_ConfirmDialogW when deleting multipl...
2006-06-02  Mikołaj Zalewskishell32: Avoid Unicode->ANSI conversion when deleting...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Michael Jungshell32: Unicode'ify ISFHelper interface.
2006-01-16  Robert Shearmanshell: GetDetailsOf fix.
2006-01-16  Robert Shearmanshell: Convert the filesystem shell folder to Unicode.
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-01  Robert ShearmanConvert SHELL32_BindToChild to Unicode and fix up the...
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-18  Michael JungAppend filename extension if necessary in IShellFolder...
2005-07-11  Michael JungRelease parent shell folder in GetAttributesOf.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
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 GetDisplayNameOf method to not depend on incorrec...
2005-04-15  Huw DaviesWhen we're hiding file extensions then SetNameOf should...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Juan LangConvert more API calls to Unicode.
2005-03-01  Juan LangConvert tabs to space, wrap long lines, make indenting...
2005-02-23  Mike McCormack- handle IFileSystemBindData in ISF_Desktop_fnParseDisp...
2005-02-22  Mike McCormack- handle IFileSystemBindData in IShellFolder::ParseDisp...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
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-14  Martin FuchsReturn "file not found" error values instead of E_INVAL...
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-01-23  Martin Fuchs- IShellFolder_fnParseDisplayName(): return E_INVALIDAR...
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2004-01-19  Martin Fuchs- move IShellFolder_fnGetDisplayNameOf() contents into...
2003-09-17  Rolf KalbermatterImplemented SHSimpleIDListFromPath correctly.
2003-09-15  Rolf KalbermatterMake sure the bind context is forwarded in
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
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-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-19  Rolf KalbermatterIntroduced some declarations and resources needed for...
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...