comctl32/monthcal: Fix some day state problems.
[wine] / dlls / comctl32 / tests / monthcal.c
2011-09-23  Nikolay Sivovcomctl32/monthcal: Fix some day state problems.
2011-09-23  Nikolay Sivovcomctl32/monthcal: Fix MCM_GETMONTHRANGE with regard...
2011-09-22  Nikolay Sivovcomctl32/monthcal: Enable multiple calendars support.
2011-09-20  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETCALENDARCOUNT.
2011-06-06  Marko Nikoliccomctl32/tests: Removed sign comparison warning in...
2011-04-04  Nikolay Sivovcomctl32/monthcal: Some tests for MCM_SIZERECTTOMIN.
2011-02-18  Austin Englishcomctl32/tests: Make sure to use a return value (LLVM...
2010-08-19  Austin Lundcomctl32/tests: DateTimePicker and MonthCalendar contro...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Store all control colors in a single...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Support new hittest fields for some...
2010-08-04  Nikolay Sivovcomctl32/tests: Remove some noise from function names.
2010-08-04  Nikolay Sivovcomctl32/monthcal: Add some tests for post-V1 hittest...
2010-05-14  Gerald Pfeifercomctl32/tests: Check for the outcome of the SendMessag...
2010-03-25  Mikhail Maroukhinecomctl32/tests: Remove superfluous casts.
2009-12-28  Michael Stefaniuccomctl32/tests: Remove some superfluous casts around...
2009-11-19  Nikolay Sivovcomctl32/monthcal: Don't pass uninitialized data to...
2009-10-19  Nikolay Sivovcomctl32/monthcal: Explicitly set required control...
2009-10-16  Nikolay Sivovcomctl32/monthcal: Get/set unicode format flag using...
2009-10-13  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix today link test.
2009-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix a test skip condition - zero...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Handle September 1752 with a special...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Process UpDown year control through...
2009-10-08  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-08  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETMONTHRANGE for...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Fix a nice typo in test message.
2009-10-06  Nikolay Sivovcomctl32/monthcal: Fix parameter validation in MCM_SETC...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Check configured selection range...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Parameter fixes for MCM_SETSELRANGE...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Check range limits in MCM_SETCURSEL.
2009-10-05  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETMONTHRANGE for...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_GETSELRANGE).
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETUNICODEF...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETCURSEL...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETRANGE...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-02  Paul Vrienscomctl32/tests: Fix some test failures.
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-09-29  Nikolay Sivovcomctl32/monthcal: Fix locale dependent test failure.
2009-09-29  Nikolay Sivovcomctl32/monthcal: Minimal rectangle should be zero...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Use a single calendar for hittesting...
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: Fix some bugs with date range.
2009-09-28  Nikolay Sivovcomctl32/monthcal: Store full date info for selection...
2009-09-28  Nikolay Sivovcomctl32/monthcal: Make tests not depend on each other.
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-04-02  Michael Stefaniuccomctl32/tests: Use LONG instead of long.
2009-03-06  Alexandre Julliardcomctl32/tests: Fix the monthcal window creation messag...
2009-01-05  Ge van Geldorpcomctl32/tests: Fix title bar tests for non-English...
2009-01-05  Michael Stefaniuccomctl32/tests: Do not cast the IDC_* defines to a...
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-10-27  Clinton Stimpsoncomctl32: Fix getting of min size of monthcal when...
2008-09-29  James Hawkinscomctl32: Fix a test on locales where default first...
2008-09-22  Alexandre Julliardcomctl32/tests: Fix a couple of message test failures.
2008-09-15  Nicolas Le Camcomctl32: Fix a failing test for some platforms.
2008-09-08  James Hawkinscomctl32: Trace the first day of the week.
2008-09-08  James Hawkinscomctl32: Fix a failing test for some platforms.
2008-09-08  James Hawkinscomctl32: Fix two failing tests in win98.
2008-03-12  Michael Stefaniuccomctl32/tests: Fix a variable type in monthcal.c....
2008-02-07  Reece H. Dunncomctl32: Vista sends an unidentified message when...
2008-02-05  Francois Gougetcomctl32/tests: Call InitCommonControlsEx() if availabl...
2007-12-10  Francois Gougetcomctl32/tests: InitCommonControlsEx() is missing on...
2007-10-16  Lei Zhangcomctl32: Monthcal today link test.
2007-10-16  Lei Zhangcomctl32: Simplify monthcal test.
2007-10-09  Lei Zhangcomctl32: Fix monthcal hit tests.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovcomctl32/tests: Fix some problems revealed by compilati...
2007-04-13  Lei Zhangcomctl32: monthcal: GetMonthRange Tests.
2007-04-12  Lei Zhangcomctl32: More monthcal hit tests.
2007-03-16  Farshad Agahcomctl32: monthcal: Correct the return value in MCM_SET...
2007-03-16  Farshad Agahcomctl32: monthcal message sequence test cases.
2007-03-09  Farshad Agahcomctl32: monthcal: Reject out of range dates in MCM_SE...
2007-02-20  Francois GougetAssorted spelling fixes.
2007-02-16  Farshad Agahcomctl32: Added monthcal test cases.
2006-12-12  Marcus MeissnerMade some functions static.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-31  Alexandre Julliardcomctl32: Force a specific day value in the monthcal...
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...
2006-02-06  Vitaliy Margolencomctl32: Add month calendar tests.