netstat: Initial implementation.
[wine] / dlls / shell32 / folders.c
2012-03-26  Michael Stefaniucshell32: Print the debug string and not the pointer...
2012-02-20  Francois Gougetshell32: Make extracticon_create() static.
2012-01-27  Michael Stefaniucshell32: Avoid an unsafe IExtractIconW to object cast.
2012-01-27  Michael Stefaniucshell32: COM cleanup for IPersistFile.
2012-01-27  Michael Stefaniucshell32: COM cleanup for IExtractIconA.
2012-01-27  Michael Stefaniucshell32: Forward IExtractIconA::Release to IExtractIcon...
2012-01-27  Michael Stefaniucshell32: COM cleanup for IExtractIconW.
2012-01-27  Michael Stefaniucshell32: Pass the object instead of the iface to an...
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-11  Martin Fuchsshell32: Fix folder icon index when read from registry.
2005-08-26  Michael JungImplemented 'My Documents' folder.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-24  Michael JungAdd a new CLSID for UnixDosFolder, which is identical...
2005-05-13  Ge van GeldorpOverlay icons for .lnk files with a small arrow in...
2005-05-06  Michael JungDisplay a drive icon for the unix root directory.
2005-04-12  Huw DaviesBetter icon handling for some special folders.
2005-04-11  Huw DaviesFix the icon resource ids (most were off by one).
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-07  Mike McCormackUse lstrcmpiA in preference to strcasecmp.
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-29  Alexandre JulliardAuthors: Klemens Friedl <frik85@hotmail.com>, Martin...
2004-09-28  Robert ShearmanSimplify getting custom icons for a folder by utilising...
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
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  Juan LangIf a folder contains a desktop.ini, check it for the...
2004-04-05  Juan LangGet rid of a few pointless A/W conversions.
2004-04-05  Martin FuchsGet icons for shell link files.
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...
2004-03-22  Mike McCormackUnicode-ify the icon cache and SHGetFileInfo.
2004-01-21  Martin FuchsUse full paths instead of only filenames in icon cache...
2003-09-22  Mike McCormackFix errors in IExtractIcon detected by valgrind.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-30  Adam GundyDon't convert uninitialized bytes of the filename from...
2002-12-15  Rolf KalbermatterFix crash when constructing ANSI interface pointer...
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-12  Rolf KalbermatterImplement IExtractIconW and inherit IExtractIconA from it.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-02-26  Juergen SchmiedFix for OpenIcon.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-25  Juergen SchmiedFixed getting icons from filetypes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-22  Juergen Schmied- more checks for valid pidl formats
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-11  Juergen Schmied- reorganised icon extracing from files
1999-03-28  Juergen Schmied- adjusted printing of refcounts to be equal
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-11-25  Juergen SchmiedMoved existing IShellLink class. New stubs for IShellLinkW.
1998-11-22  Juergen SchmiedMany fixes.
1998-11-15  Juergen SchmiedCleanup, small fixes, a few new stubs.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822