netstat: Initial implementation.
[wine] / dlls / shell32 / shfldr_desktop.c
2012-10-03  Marcus Meissnershell32: Check return value of SHGetSpecialFolderPathW...
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-11  Nikolay Sivovshell32: Avoid pointer casts when background menu is...
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.
2010-12-05  Michael Stefaniucshell32: Use ifaces instead of vtbl pointers in IDeskto...
2010-07-20  David Hedbergshell32: Implement IPersistFolder2 for the desktop...
2010-06-29  Andrew Eikumshell32: UNIX paths should be parsed by unixfs.
2010-06-29  Andrew Eikumshell32: Use ParseURL to detect URLs.
2010-04-19  Nikolay Sivovshell32: Use shared code to return column details from...
2010-03-30  Nikolay Sivovshell32: Rename desktop folder data structure to reflec...
2010-03-22  Nikolay Sivovshell32: Add IPersist support for desktop IShellFolder.
2010-03-03  Nikolay Sivovshell32: Implement SHParseDisplayName with basic tests.
2009-06-26  Aric Stewartshell32: Handle shell: urls internal in ParseDisplayNam...
2009-01-29  Aric Stewartshell32: In ParseDisplayName make use of shdocvw if...
2008-02-18  Rob Shearmanshell32: Fix incorrect character count passed into...
2007-06-22  Dmitry Timoshkovshell32: Make SHGetDesktopFolder use a cached instance...
2007-04-10  Rob Shearmanshell32: Return Unicode strings from all of the IShellF...
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-06-19  Robert Shearmanshell32: Convert ISF_Desktop_fnGetDisplayNameOf to...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-16  Robert Shearmanshell: Convert the filesystem shell folder to Unicode.
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-28  Martin FuchsCorrectly call HCR_GetFolderAttributes() in SHELL32_Get...
2005-11-23  Michael JungAlso scan HKEY_CURRENT_USER for shell namespace extensi...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-01  Robert ShearmanConvert SHELL32_BindToChild to Unicode and fix up the...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-08-15  Alexandre JulliardAuthors: Michael Jung <mjung@iss.tu-darmstadt.de>,...
2005-08-11  Steven EdwardsCorrect definition of SFGAO_STORAGEANCESTOR.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-29  Michael JungIf the unixfs is rooted at the Desktop folder, forward
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
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-04-12  Juan LangUse Unicode string result from GetDisplayNameOf if...
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Mike McCormackConvert path to unicode, rearrange to remove forward...
2005-03-14  Martin Fuchs- switch to correct shell desktop context menu
2005-03-02  Juan LangConvert more API calls to Unicode.
2005-02-23  Mike McCormack- handle IFileSystemBindData in ISF_Desktop_fnParseDisp...
2005-02-21  Mike McCormackRemove tabs and make formatting consistent.
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-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-23  Martin Fuchs- ISF_Desktop_fnGetUIObjectOf(): allow context menu...
2004-01-23  Martin FuchsReturn 'My Compuer' PIDL when calling Desktop->ParseDis...
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-12-30  Martin Fuchs- correct return value of SHGetPathFromIDList[AW](...
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-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-16  Rolf KalbermatterChange calls to CLSIDFromString to SHCLSIDFromStringW...
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
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...