netstat: Initial implementation.
[wine] / dlls / shell32 / recyclebin.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2012-07-09  Marcus Meissnershell32: Avoid memcmp result truncation (Coverity).
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: Simplify RecycleBin_EnumObjects() a little.
2011-10-10  Michael Stefaniucshell32: Merge enumidlist.h into the main header file.
2011-09-08  Alexander Morozovquery: Add stub for LoadIFilter.
2011-09-01  Octavian Voicushell32: Fix an incorrect pointer/integer cast on 64...
2011-07-14  Francois Gougetshell32: Make erase_items() static.
2011-07-14  Francois Gougetshell32: Add a trailing '\n' to Wine trace calls.
2011-07-09  Jay Yangshell32: Implement restoring items from the recycle...
2011-07-09  Jay Yangshell32: Implement a context menu for the recycle bin.
2011-07-09  Jay Yangshell32: Have RecycleBin implement ISFHelper.
2011-07-09  Jay Yangshell32: Implement SHEmptyRecycleBin.
2011-07-09  Jay Yangshell32: Implement SHQueryRecycleBin.
2011-01-27  Michael Stefaniucshell32: Use ifaces instead of vtbl pointers in RecycleBin.
2009-02-09  Francois Gougetshell32: Get rid of TRASH_ELEMENT and TRASH_DisposeElem...
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2007-11-02  Gerald Pfeifershell32: Avoid checking for <0 for unsigned variables.
2007-11-02  Thomas Weidenmuellershell32: Use SHStrDupW in IShellFolder2::GetDetailsOf...
2007-06-11  Louis Lendersshell32: Add stub for SHUpdateRecycleBinIcon.
2006-11-28  Dmitry Timoshkovshell32: Make some data static and const.
2006-10-19  Francois GougetFix compilation with gcc 2.95.
2006-08-22  Mikołaj Zalewskishell32: Show file size in the details view in kilobytes.
2006-08-09  Mikołaj Zalewskishell32: Add recyclebin.c file missing in previous...