comctl32: Fix first day of the week in monthcal.
[wine] / dlls / comctl32 / monthcal.c
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...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-15  Uwe BonnesLocalization and many changes to behaviour and outlook.
2000-09-22  Chris MorganChanged RedrawWindow()'s to InvalidateRect()'s. Redraw...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-07-08  Chris MorganFixed background redrawing when control is covered...
2000-05-30  Chris MorganRemoved all direct calls to MONTHCAL_Refresh() and...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alex Priem- Implementation of WM_SETFORMAT
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
2000-01-04  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-11-21  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Alex PriemBugfixes & further updates for the month calendar commo...
1999-07-10  Alex PriemFirst try at the month calendar common control. Main...
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...
1998-11-08  Eric KohlNew Files. Added 'date and time picker' and 'month...