comctl32/tests: Avoid uninitialized variable warning in GetWidthBytes().
[wine] / dlls / comctl32 / tests / trackbar.c
2010-10-01  Alexandre Julliardcomctl32/tests: Make some variables static.
2009-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-09-18  Nikolay Sivovcomctl32/trackbar: Protect from negative tic count...
2009-09-08  Nikolay Sivovcomctl32/trackbar: Drop initial parent creation tests...
2009-09-08  Nikolay Sivovcomctl32/trackbar: TBM_SETTIC processing shouldn't...
2009-09-08  Nikolay Sivovcomctl32/trackbar: Default to TBTS_TOP position on...
2009-09-02  Nikolay Sivovcomctl32/trackbar: Fix tic count calculation.
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-24  Nikolay Sivovcomctl32/trackbar: Fix reverting to default value for...
2009-02-06  Michael Stefaniuccomctl32/tests: Remove superfluous pointer casts.
2009-01-05  Michael Stefaniuccomctl32/tests: Do not cast the IDC_* defines to a...
2008-11-17  Vincent Povirkcomctl32: Do not repaint on TBM_SETPOS if position...
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-09-16  Nicolas Le Camcomctl32/tests: Fix a failing test for some platforms.
2008-09-08  James Hawkinscomctl32: Fix two test failures in win2000.
2008-09-08  James Hawkinscomctl32: Fix a couple failing tests in win98.
2008-08-29  James Hawkinscomctl32: Trace the message sequences.
2008-07-14  James Hawkinscomctl32: Explicity set the number of tics before testi...
2007-05-24  Dmitry Timoshkovcomctl32/tests: Fix some problems revealed by compilati...
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-03-16  Keith Stevenscomctl32: trackbar: Return the correct number of tics...
2007-03-16  Keith Stevenscomctl32: trackbar: Correctly set lSetMin and lSelMax.
2007-03-16  Keith Stevenscomctl32/tests: trackbar: Test message sequences.
2007-03-16  Keith Stevenscomctl32/tests: trackbar: Reorganize the getter and...
2007-02-16  Francois Gougetcomctl32/tests: Add missing '\n's to ok() calls.
2007-02-14  Keith Stevenscomctl32: Add trackbar tests.