netstat: Initial implementation.
[wine] / dlls / shell32 / control.c
2012-12-21  Andrew Talbotshell32: Indentation fix.
2012-06-20  Damjan Jovanovicshell32: Fix some return types.
2012-06-06  Alexandre Julliardshell32: Remove the applet valid flag and improve the...
2012-06-05  Alexandre Julliardshell32: Convert the control panel list to a standard...
2012-06-05  Alexandre Julliardshell32: Use a default icon for control panels without...
2012-02-16  Alexandre Julliardshell32: Define our own structure for control panel...
2011-03-15  Marcus Meissnershell32: Arrays are never NULL (Coverity).
2010-10-18  Detlef Riekenbergshell32: We have a Unicode parameter when launching...
2010-06-21  Dylan Smithshell32: Native RegisterClassEx requires cbSize to...
2010-06-14  Alexandre Julliardshell32: Create a 32-bpp image list to get alpha blende...
2010-05-06  Alexandre Julliardshell32: Make use of the control panel icon.
2010-05-05  Alexandre Julliardshell32: Load the application icon for the control...
2009-12-30  Alexandre Julliardshell32: Move the RunDLL_CallEntry16 implementation...
2009-09-25  Alexandre Julliardshell32: Don't try to call a 16-bit function on non...
2009-07-22  Francois Gougetshell32: Add a trailing '\n' to a WARN().
2009-07-22  Owen Rudgeshell32: Ensure extraPmts is a valid pointer before...
2009-07-21  Owen Rudgeshell32: Execute control panel applets in separate...
2009-07-21  Owen Rudgeshell32: Check if a numerical value has been passed...
2009-05-11  Nikolay Sivovcomctl32/listview: Make ListView_* macros match PSDK.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliardshell32: Fix a pointer cast warning on 64-bit.
2008-11-12  Andrew Talbotshell32: Sign-compare warnings fix.
2008-09-19  Owen Rudgeshell32: Check CPL_NEWINQUIRE message in control panel...
2008-07-29  Owen Rudgeshell32: Ensure status bar in control panel is reset...
2008-07-29  Owen Rudgeshell32: Fix descriptions being applied to wrong entrie...
2008-07-25  Owen Rudgeshell32: Add status bar to control panel.
2008-07-25  Owen Rudgeshell32: Use a listview for the control panel.
2008-07-23  Alexandre Julliardshell32: Define a valid cursor for the control panel...
2008-07-23  Owen Rudgeshell32: Remove existing painting methods from control...
2008-07-23  Owen Rudgeshell32: Add About dialog to Control Panel.
2008-07-23  Owen Rudgeshell32: Add code to process menu item selections.
2008-07-23  Owen Rudgeshell32: Add menu bar to Control Panel.
2008-07-23  Owen Rudgeshell32: Load Control Panel title from resources.
2008-07-22  Owen Rudgeshell32: Use wide functions when creating control panel.
2008-07-22  Owen Rudgeshell32: Remove "no control panels" found message.
2008-07-16  Andrew Talbotshell32: Remove unneeded address-of operators from...
2008-07-03  Owen Rudgeshell32: Check registry entry for cpl files (in standar...
2008-06-24  Owen Rudgeshell32: Ensure the correct applet is loaded in multi...
2008-02-18  Rob Shearmanshell32: Fix the logic in Control_LoadApplet determinin...
2006-10-25  Alexandre Julliardshell32: Properly handle negative coordinates for mouse...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2004-07-12  Marcus MeissnerFixed double applet = applet = assignment.
2004-05-27  Stefan LeichterMoved stub of Control_FillCache_RunDLL from ascii to...
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...
2003-12-11  Richard Cohen- Check FindFirstFile against INVALID_HANDLE_VALUE...
2003-12-03  Alexandre JulliardImplemented RunDLL_CallEntry16.
2003-10-27  Uwe BonnesControl_DoLaunch: memmove needs bytes as length argument.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Mike HearnAdd stubs for Control_FillCache_RunDLL ansi/unicode...
2002-12-13  Robert Shearman- Change launch functions to use unicode and implement...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-04  Alexandre JulliardWarning fix.
2002-11-01  Stefan LeichterRemove quotes from filename before calling LoadLibrary...
2002-10-23  Stefan LeichterDo not break quoted strings in Control_DoLaunch.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.