netstat: Initial implementation.
[wine] / dlls / shell32 / systray.c
2010-05-07  Alexandre Julliardshell32: Fix marshalling of 1-bpp systray icons.
2010-03-30  Alexandre Julliardshell32: Pack the systray data structure to allow cross...
2008-02-06  Kirill K. Smirnovsystray: Properly track errors.
2007-10-15  Allan Tongshell32: Fix a memory leak.
2007-05-11  Mikołaj Zalewskishell32: Handle invalid cbSize in Shell_NotifyIcon...
2007-03-19  Mikołaj Zalewskishell32: Don't free user supplied data in Shell_NotifyI...
2007-03-19  Mikołaj Zalewskishell32/explorer: Support different structure sizes...
2006-11-22  Marcus Meissnershell32: Pass number of wide chars, not bytes as last...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-07-07  Michael Stefaniucjanitorial: Move the storage specifier to the beginning...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  Robert Shearmanshell32: Adding a systray item with an invalid icon...
2006-03-07  Alexandre Julliardexplorer: Merged systray support with the desktop windo...
2006-02-22  Robert Shearmanshell32: Move systray handling to the explorer process.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-08  Vincent BéronUnicodify systray.c.
2005-11-08  Vincent BéronMove functions a bit to get rid of a static declaration.
2005-06-20  Mike McCormackMake functions static.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-08-09  Mike McCormackUse Heap function in preference to malloc/free.
2004-02-27  Ove KaavenFixed icon leak.
2004-01-02  Steven EdwardsUpdate the notes on how WINE uses the Systray under...
2003-10-24  Filip Navara- Removed initialization of sh32_policy_table in SHInit...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2002-11-24  Alexandre JulliardAdded CS_DBLCLKS so that systray receives double clicks.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-09-06  James HathewaySystray should keep a copy of its icons.
2000-08-20  Kai MorichFixed bug in repeatedly iconisation, code cleanup.
2000-06-16  Francois JacquesKeep an internal copy of the icon.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-07  Sheri SteevesFix for the system tray, Icon and popup menu's now...
2000-01-04  Juergen SchmiedSmall fixes.
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...