po: Update French translation.
[wine] / dlls / comctl32 / monthcal.c
2009-10-02  Nikolay Sivovcomctl32/monthcal: Fix parameter validation in MCM_SETM...
2009-10-02  Nikolay Sivovcomctl32/monthcal: Changing MCS_MULTISELECT isn't allow...
2009-10-02  Nikolay Sivovcomctl32/monthcal: Move MCN_SELCHANGE/MCN_SELECT notifi...
2009-10-02  Nikolay Sivovcomctl32/monthcal: No need to redraw if month didn...
2009-10-02  Nikolay Sivovcomctl32/monthcal: Don't request locale data when it...
2009-10-01  Nikolay Sivovcomctl32/datetime: Always store a recalculated day...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Respect locale abbreviated day names...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Move selection logic to LButton...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Make prev/next month day a current...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Fix hittesting for MCHT_CALENDARDATE...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Control elements should be centered...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Minimal rectangle should be zero...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Months popup menu should be placed...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Right button should trigger a popup...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Add parameter validation to MCM_HITT...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Fix timestamp storing on MCM_SETRANG...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Prevent configured range exceeding...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Move MCN_GETDAYSTATE notification...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Fix memory leak on MCN_GETDAYSTATE...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Properly handle Goto Today popup...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Store full date info to current...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Gather currently selected year and...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Make year edit box readonly, cleanup...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Fix some bugs with date range.
2009-09-28  Nikolay Sivovcomctl32/monthcal: Store full date info for selection...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Copy SYSTEMTIME with a simple assign...
2009-09-25  Nikolay Sivovcomctl32/monthcal: Some cleanup to avoid cast in helpers.
2009-09-25  Nikolay Sivovcomctl32/monthcal: Don't redraw if date didn't change...
2009-09-25  Nikolay Sivovcomctl32/monthcal: Name MCM_SETMAXSELCOUNT parameter.
2009-09-25  Nikolay Sivovcomctl32/monthcal: Don't redraw after MCM_SETCURSEL...
2009-09-25  Nikolay Sivovcomct32/monthcal: Invalidate background too on MCM_SETC...
2009-09-24  Nikolay Sivovcomctl32/monthcal: Use a style we're caching already.
2009-09-24  Nikolay Sivovcomctl32/monthcal: Move helper parameter cast to winpro...
2009-09-09  Nikolay Sivovcomctl32/monthcal: Draw selected day as v6 does. Get...
2009-09-09  Nikolay Sivovcomctl32/monthcal: Cache window GWL_STYLE.
2009-05-19  Nikolay Sivovcomctl32/monthcal: Use cached colors instead of GetSysC...
2008-11-21  Ricardo Filipecomctl32: Removed dead store (llvm/clang).
2008-11-04  Michael Stefaniuccomctl32: Do not cast zero.
2008-10-27  Clinton Stimpsoncomctl32: Fix getting of min size of monthcal when...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-10-10  James Hawkinscomctl32: Fix MCM_SETFIRSTDAYOFWEEK when the first...
2008-09-09  Gerald Pfeifercomctl32: Remove unused paramters from MONTHCAL_GetRang...
2008-09-02  Aric Stewartcomctl32: monthcal: Set the stStart parameter when...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-08  Andrew Talbotcomctl32: Remove unneeded address-of operators from...
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-11  Gregor Brunmarcomctl32: Monthcal lost focus fix.
2007-10-16  Lei Zhangcomctl32: Monthcal should send notifications when today...
2007-10-16  Lei Zhangcomctl32: Correct monthcal WM_LBUTTONDOWN return values.
2007-10-16  Lei Zhangcomctl32: Select today's date when the today link is...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-10  Lei Zhangcomctl32: Fix first day of the week in monthcal.
2007-03-30  Andrew Talbotcomctl32: Constify some variables.
2007-03-16  Farshad Agahcomctl32: monthcal: Correct the return value in MCM_SET...
2007-03-09  Farshad Agahcomctl32: monthcal: Reject out of range dates in MCM_SE...
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2006-12-26  Vijay Kiran Kamujucomctl32: MonthCalendar - Fix highlighting of current...
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Vitaliy Margolencomctl32: Remove/swap limits if min > max in MCM_SETRANGE.
2006-02-16  Vitaliy Margolencomctl32: Don't change month range in MCM_SETRANGE...
2006-02-14  Vitaliy Margolencomctl32: Fix invalid date/time check in MCM_SETRANGE...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-08-11  Frank RichterAdd theming for the monthcal control.
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-05-30  Francois GougetAssorted spelling fixes.
2005-04-20  Duane ClarkMisc rectangle fixes.
2005-04-14  Duane ClarkMonday is day number '1'.
2005-04-11  Dimitrie O. PaunMonthCal unicodification.
2005-04-11  Ulrich CzekallaClear systemtime struct so we don't return garbage...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-01-11  Robert ShearmanUse the DrawFocusRect function to draw the focus rect...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-11-30  Dmitry Timoshkov- Pass infoPtr around in month calendar control.
2004-11-08  Dmitry TimoshkovDimensions of month calendar control should not depend...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-21  Uwe BonnesMonthcal_SetRange: Set proper value for min date.
2004-10-21  Dimitrie O. PaunAudit the month calendar.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-04-21  Krzysztof Foltman- next/prev month don't stick anymore
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 JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
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-12  Huw DaviesFixed a possible memory corruption.
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-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-05-18  Francois GougetSpelling typos.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
next