netstat: Initial implementation.
[wine] / dlls / shell32 / shlmenu.c
2012-01-11  Nikolay Sivovshell32: Avoid casts when creating item menu.
2012-01-10  Nikolay Sivovshell32: Merge ShellView menu implementations into...
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2011-08-05  Francois Gougetshell32: Make SHELL_CreateContextMenu() static.
2011-08-05  Francois Gougetshell32: Remove WINAPI on static functions where not...
2011-08-04  Jay Yangshell32: Implement SHCreateDefaultContextMenu and CDefF...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2010-07-20  David Hedbergshell32: Shell_GetImageLists should be declared in...
2010-07-20  David Hedbergshell32: Shell_MergeMenus should be declared in shlobj...
2010-01-11  Marcus Meissnershell32: Handle bad menu handle (Coverity).
2009-12-02  Marcus Meissnershell32: Check for NULL lpText (Coverity).
2009-08-29  Eric PouechRemove a couple of superfluous casts.
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-04-25  Andrew Talbotshell32: Remove unused variables.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-09-08  Francois Gougetshell32: Fix spelling of a local variable.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-06-20  Mike McCormackMake functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2004-10-19  Mike McCormackConvert the shellmenu code to use unicode.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-04-17  Rolf KalbermatterImplemented ILGetDisplayNameExA and ILGetDisplayNameExW...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-01-04  Juergen SchmiedSmall fixes.
1999-11-21  Andreas MohrSHFind_InitMenuPopup is supposed to return a pointer.
1999-10-13  Juergen SchmiedSmall fixes.
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-10  Juergen SchmiedSmall fixes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Juergen SchmiedFurther implementation of the FileMenu.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Juergen SchmiedAll 19 FileMenu_* functions, some as stubs, some implem...