comctl32/tests: Avoid size_t printf format warnings.
[wine] / dlls / comctl32 / datetime.c
2008-02-25  Mikołaj Zalewskicomctl32: datetime: Support literals in apostrophes.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-11-02  Lei Zhangcomctl32: Datetime should close its monthcal when the...
2007-07-02  Markus Gömmelcomctl32/datetime: Added a missing InvalidateRect to...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-27  Andrew Talbotcomctl32: Constify some variables.
2007-03-19  Kanit Therdsteerasukdicomctl32: datetime: Reject invalid flags in DTM_SETSYST...
2007-03-16  Kanit Therdsteerasukdicomctl32: datetime: Test for out of range dates in...
2007-03-16  Kanit Therdsteerasukdicomctl32: datetime: Return 1 in DTM_SETFORMAT when...
2007-03-14  Kanit Therdsteerasukdicomctl32: datetime: Reject out of range dates in DTM_SE...
2006-10-23  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-08-22  Michael KaufmannHandle WM_GETFONT and WM_SETFONT.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-04-18  Duane ClarkThe datetime should be initialized with local time.
2005-04-16  Duane ClarkAdd support for direct keyboard input to numeric fields.
2005-04-15  Duane ClarkHour '0' corresponds to 12AM.
2005-04-15  Robert Shearman- Use SetWindowPos to move the buddy window into positi...
2005-04-14  Duane ClarkMonday is day number '1'.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-20  Robert Shearman- Make the month calendar child window auto-size instea...
2004-12-17  Robert Shearman- Implement WM_ENABLE handler to update cached control...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-07  Filip Navara- Don't use DrawEdge with NULL device context, it's...
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-26  Dimitrie O. PaunImplement proper GWL_STYLE handling, proper reaction...
2004-10-22  Dimitrie O. PaunAudit the Date Time Control. Unicodification.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-04-21  Krzysztof Foltman- make monthcal a child of datetime (it was a sibling...
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...
2003-05-13  Huw DaviesFix DTM_SETSYSTEMTIME.
2003-04-02  Vitaliy MargolenFix buffer overflow in datetime.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
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-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...