comctl32/tests: Remove superfluous casts.
[wine] / dlls / comctl32 / tests / comboex.c
2009-12-28  Michael Stefaniuccomctl32/tests: Remove some superfluous casts around...
2009-12-24  Nikolay Sivovcomctl32/comboex: Fix silly typo in CBEM_SETITEM handle...
2009-12-24  Nikolay Sivovcomctl32/comboex: Add test for internally sent Edit...
2009-12-24  Nikolay Sivovcomctl32/comboex: Use subclass chain for internally...
2009-10-14  Nikolay Sivovcomctl32/comboex: Handle NULL item text case to avoid...
2009-02-26  Francois Gougetcomctl32/tests: Use win_skip() to skip over unimplement...
2008-12-16  Paul Vrienscomctl32/tests: Destroy the window after the tests.
2008-09-03  James Hawkinscomctl32: Fix a failing test in win98.
2008-08-29  James Hawkinscomctl32: Fix several test failures in win98.
2008-07-30  Paul Vrienscomctl32/tests: Run tests again on Win95.
2008-07-23  Nicolas Le Camcomctl32/tests: Fix a test failure in multiple platforms.
2008-07-04  Dylan Smithcomctl32: Fix for ComboBoxEx bug caused by focus change.
2008-07-04  Dylan Smithcomctl32: Added tests to show a ComboBoxEx bug caused...
2008-02-05  Francois Gougetcomctl32/tests: Call InitCommonControlsEx() if availabl...
2007-12-10  Francois Gougetcomctl32/tests: InitCommonControlsEx() is missing on...
2007-10-15  Gerald Pfeifercomctl32/tests: Avoid remove redundant invocation of...
2007-06-29  Michael Stefaniuccomctl32: Replace malloc() with HeapAlloc().
2006-12-12  Marcus MeissnerMade some functions static.
2006-10-13  Michael Ploujnikovcomctl32/tests: Win64 printf format warning fixes.
2006-07-31  Andrew Talbotcomctl32/tests: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2005-09-21  Jason EdmeadesFix some off by one calculations in the comboboxex...