Fix the 'jumping selection' bug (#1108).
[wine] / dlls / comctl32 / datetime.c
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-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-17  Francois GougetSome 'calendar' typos...
2001-05-25  Gerard PatelImplemented DTM_GET/SETRANGE.
2001-02-12  James AbbatielloDon't allow comctl32 controls to access their infoPtr...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-15  Uwe BonnesLocalization and expect leapdays when looking for the...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Chris MorganChanged RedrawWindow()'s to InvalidateRect()'s. Redraw...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-06-07  Patrik StridvallFixed some warnings.
2000-05-30  Chris MorganAdded 3D border around control. Fixed monthcal control...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-03  Alex Priem- Implementation of WM_SETFORMAT
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Alex PriemStarted implementing date/time common control.
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-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-11-08  Eric KohlNew Files. Added 'date and time picker' and 'month...