comctl32/monthcal: Fix week numbers background color.
[wine] / dlls / comctl32 / ipaddress.c
2011-02-25  Nikolay Sivovcomctl32/ipaddress: Use array index after range check...
2010-10-05  Alexandre Julliardcomctl32/ipaddress: Fix incorrect use of the ScreenToCl...
2009-10-08  Nikolay Sivovcomctl32: Use user32 control names from public header...
2009-05-19  Nikolay Sivovcomctl32/ipaddress: Use cached colors instead of GetSys...
2009-04-02  Nikolay Sivovcomctl32: Enable selection overwriting in IP Address...
2009-03-24  Nikolay Sivovcomctl32/ipaddress: Store current IP address text as...
2008-10-28  Michael Stefaniuccomctl32: Remove superfluous casts as HANDLE to other...
2008-10-27  Michael Stefaniuccomctl32: HGDIOBJ is interchangeable with other handle...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-06-26  Lei Zhangcomctl32: Use the system variable pitch font for ip...
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-28  Andrew Talbotcomctl32: Constify some variables.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-31  Robert Reifcomctl32: Create ipaddress in enabled state.
2005-08-30  Frank RichterFix warnings in 64bit.
2005-06-09  Alex ZorachFixed SetFocus behavior.
2005-05-09  Felix NawothnigImplemented WM_ENABLE.
2004-10-27  Dimitrie O. PaunUse Unicode functions where possible.
2004-09-14  Robert ShearmanSet class hbrBackground and style to the same as native.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-03-11  Robert ShearmanSpelling fixes.
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
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...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-16  Dimitrie O. PaunAdd comment on what is known about the current state...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-04-27  Alexandre JulliardFixed warnings.
2002-04-02  Dimitrie O. Paun- correct notifications
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  François GougetStoring an IP address in a signed int results in bugs...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-28  James JuranCommented out unused variables to prevent needless...
1998-12-26  Alex PriemIPaddress common control implementation. First try...
1998-10-11  Eric KohlAdded IPAddress and NativeFont controls.