comctl32/tests: Removed sign comparison warning in rebar tests.
[wine] / dlls / comctl32 / tests / updown.c
2011-02-18  Austin Englishcomctl32/tests: Make sure to use a return value (LLVM...
2009-12-28  Nikolay Sivovcomctl32/tests: Skip test on <5.8x systems.
2009-12-23  Nikolay Sivovcomctl32/updown: Don't update buddy text if it's the...
2009-12-22  Nikolay Sivovcomctl32/updown: Simplify buddy subclassing using SetWi...
2009-12-22  Nikolay Sivovcomctl32/tests: Some tests for buddy procedure subclassing.
2009-12-22  Nikolay Sivovcomctl32/tests: Add ability to create any number of...
2009-12-03  Nikolay Sivovcomctl32/updown: Set width to default value on creation.
2009-12-03  Nikolay Sivovcomctl32/updown: Specify all styles explicitly in tests.
2009-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-09-29  Nikolay Sivovcomctl32/updown: Fix some test failures on Win95 (comct...
2009-09-25  Alexandre Julliardcomctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET...
2009-09-22  Nikolay Sivovcomctl32/updown: Update buddy on base change.
2009-09-22  Nikolay Sivovcomctl32/updown: Additional test for display base.
2009-09-22  Nikolay Sivovcomctl32/updown: Fix control behaviour for UDS_SETBUDDY...
2009-09-22  Nikolay Sivovcomctl32/updown: Show that UDS_SETBUDDYINT switching...
2009-09-22  Nikolay Sivovcomctl32/updown: Make tests independent, drop unrelated...
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-06-25  Paul Vrienscomctl32/tests: Fix test failures on comctl32 < 5.80.
2009-04-02  Michael Stefaniuccomctl32/tests: Use LONG instead of long.
2009-01-05  Michael Stefaniuccomctl32/tests: Do not cast the IDC_* defines to a...
2008-10-01  James Hawkinscomctl32: Only log system messages.
2008-09-08  James Hawkinscomctl32: Fix a failing test in win98.
2008-08-29  James Hawkinscomctl32: Fix a failing test in win2000.
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-03-14  Leslie Choongcomctl32: updown: Added message sequencing tests.
2007-03-14  Leslie Choongcomctl32: updown: Expect macro and spelling errors.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-02-21  Lei Zhangcomctl32: Move up-down msg seq test functions into...
2007-02-13  Leslie Choongcomctl32: updown: Getter and setter tests for updown...
2007-01-23  Lei Zhangcomctl32: Fix the updown control test to use the option...
2007-01-22  Dmitry Timoshkovcomctl32: Fix the updown control test to pass under XP.
2007-01-10  James Hawkinscomctl32: Rewrite the up-down control tests to add...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
2005-03-16  C. Scott AnanianStarted a unit test case for the updown control.