po: Update French translation.
[wine] / dlls / comctl32 / datetime.c
2012-03-12  Owen Rudgecomctl32/datetime: Fix AM/PM handling with 12-hour...
2012-03-12  Owen Rudgecomctl32/datetime: Allow entering 'AM' or 'PM' via...
2012-03-12  Owen Rudgecomctl32/datetime: Don't check box if no valid date...
2012-03-12  Owen Rudgecomctl32/datetime: Don't allow an invalid year to be...
2012-03-12  Owen Rudgecomctl32/datetime: Ensure up/down/home/end increments...
2012-03-12  Owen Rudgecomctl32/datetime: Check dates are within range in...
2011-08-22  Andrew Talbotcomctl32: Remove redundant function declaration.
2011-03-31  Vincent Povirkcomctl32: Validate the day of month when scrolling...
2011-03-31  Vincent Povirkcomctl32: When entering a month or year, keep the day...
2011-03-31  Vincent Povirkcomctl32: Use current month and year when checking...
2011-03-10  Vincent Povirkcomctl32: Validate text entered in a datetime by the...
2011-02-25  Nikolay Sivovcomctl32/datetime: Fix use of out-of-scope local buffer...
2010-10-05  Alexandre Julliardcomctl32/datetime: Fix incorrect use of the ScreenToCli...
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
2010-05-05  Huw Daviescomctl32: Silence a few compiler warnings.
2010-04-26  Gerald Pfeifercomctl32: Remove variable old which is not really used...
2010-03-26  Mikhail Maroukhinecomctl32: Fix compiler warnings with flag -Wcast-qual.
2010-03-15  Nikolay Sivovcomctl32/datetime: Use user locale for format.
2009-12-07  Nikolay Sivovcomctl32/datetime: Free internal data completely on...
2009-12-02  Ilya Shpigorcomctl32: Implementation the WM_GETTEXT processing...
2009-10-12  Nikolay Sivovcomctl32/datetime: Use SDK class name for inner button...
2009-10-12  Nikolay Sivovcomctl32/datetime: It isn't allowed to change DTS_SHOWN...
2009-10-12  Nikolay Sivovcomctl32/datetime: Fix wrong assumption about DTN_DATET...
2009-10-12  Nikolay Sivovcomctl32/datetime: Get rid of duplicated helper.
2009-10-12  Nikolay Sivovcomctl32/monthcal: Simplify parameter set of day of...
2009-10-09  Nikolay Sivovcomctl32/datetime: Draw field text horizontally centered.
2009-10-09  Nikolay Sivovcomctl32/datetime: Use locale data to compute field...
2009-10-09  Nikolay Sivovcomctl32/datetime: Fix selections painting - use text...
2009-10-09  Nikolay Sivovcomctl32/datetime: Properly handle hit on separators...
2009-10-09  Nikolay Sivovcomctl32/datetime: Block WM_SETTEXT message.
2009-10-08  Nikolay Sivovcomctl32/monthcal: Fix the way a first day of week...
2009-10-02  Nikolay Sivovcomctl32/datetime: Use SDK defined class name instead...
2009-10-01  Nikolay Sivovcomctl32/datetime: Always store a recalculated day...
2009-09-30  Nikolay Sivovcomctl32/datetime: If we already have a 4 digit year...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Copy SYSTEMTIME with a simple assign...
2008-12-27  Gerald Pfeifercomctl32: Simplify DATETIME_Char.
2008-11-26  Lei Zhangcomctl32: Better day of the month input checking in...
2008-11-26  Lei Zhangcomctl32: Do ascii to integer conversion only once.
2008-11-26  Lei Zhangcomctl32: Process WM_CHAR instead of WM_KEYDOWN for...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-22  Gerald Pfeifercomctl32: datetime: Simplify by shedding off unused...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
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...
next