netstat: Initial implementation.
[wine] / dlls / shell32 / cpanelfolder.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2012-06-05  Alexandre Julliardshell32: Convert the control panel list to a standard...
2012-02-16  Alexandre Julliardshell32: Define our own structure for control panel...
2012-01-11  Nikolay Sivovshell32: Avoid casts when creating item menu.
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.
2011-05-31  Michael Stefaniucshell32: Finish the COM cleanup in cpanelfolder.c.
2011-05-31  Michael Stefaniucshell32: COM cleanup for the IShellFolder2 iface in...
2009-09-10  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts from macros.
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-09-12  Marcus Meissnershell32: Fixed size passed to MultiByteToWideChar.
2008-07-25  Owen Rudgeshell32: Use a listview for the control panel.
2008-07-16  Andrew Talbotshell32: Remove unneeded address-of operators from...
2008-06-24  Owen Rudgeshell32: Populate comment column in Control Panel.
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2007-09-11  Andrew Talbotshell32: Constify some variables.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2006-11-28  Dmitry Timoshkovshell32: Make some data static and const.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-12  Ge van GeldorpFix execution of Control Panel items.
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-10  Juan LangFixes to IShellFolder::GetAttributesOf implementations...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-19  Mike McCormackRemove an unused function.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-02-09  Ge van Geldorp- Fix quoting of .cpl filename.
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-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 LangCorrect some PIDL types and eliminate some magic number...
2004-04-13  Martin FuchsCorrect IShellFolder::GetAttributesOf() for the case...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-07  Juan Lang- comment fixes
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...