comctl32/tests: Check for the outcome of the SendMessage calls in test_monthcal_size.
[wine] / dlls / comctl32 / tests / treeview.c
2010-05-10  Gerald Pfeifercomctl32/tests: Add tests for the return values of...
2010-02-24  Alexandre Julliardcomctl32/tests: Fix broken check of the ok() macro...
2009-12-28  Michael Stefaniuccomctl32/tests: Remove some superfluous casts around...
2009-12-21  Michael Stefaniuccomctl32/tests: Don't cast NULL to an integer type.
2009-12-15  Paul Vrienscomctl32/tests: Fix some test failures on older comctl32.
2009-12-14  Nikolay Sivovcomctl32/treeview: Fix default colors set on creation.
2009-12-10  Nikolay Sivovcomctl32/tests: Get rid of static handles, split tests...
2009-10-19  Nikolay Sivovcomctl32/treeview: Erase background on WM_PAINT if...
2009-08-12  Nikolay Sivovcomctl32/treeview: Fix test failure on Vista.
2009-08-12  Nikolay Sivovcomctl32/treeview: Fix some test failures on XP and...
2009-08-07  Nikolay Sivovcomctl32/treeview: Check passed handle value in WM_COMM...
2009-08-07  Nikolay Sivovcomctl32/treeview: Use separate pointer for currently...
2009-08-06  Nikolay Sivovcomctl32/treeview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-08-06  Nikolay Sivovcomctl32/treeview: Some tests to show edit item label...
2009-08-06  Nikolay Sivovcomctl32/treeview: Make tests not depend from each...
2009-08-06  Nikolay Sivovcomctl32/treeview: Use a common structure for tests...
2009-08-03  Nikolay Sivovcomctl32/treeview: Correct define name.
2009-05-25  Nikolay Sivovcomctl32/treeview: Use message return values in TreeVie...
2009-04-21  Florian Köberlecomctl32: Fix expanding of invisible sub trees.
2009-04-21  Florian Köberlecomctl32/tests: Test expanding of a invisible sub tree.
2009-04-02  Michael Stefaniuccomctl32/tests: Use LONG instead of long.
2009-03-03  Nikolay Sivovcomctl32: Correctly report systemcolor use for Treeview...
2009-01-22  Francois Gougetcomctl32/tests: Add a trailing '\n' to an ok() call.
2009-01-21  André Hentschelcomctl32: Fix callback in treeview.
2009-01-20  Mikołaj Zalewskicomctl32: treeview: Add a test showing that a pszText...
2009-01-10  Alexandre Julliardcomctl32/tests: Fix lparam checks in the treeview test...
2008-10-01  James Hawkinscomctl32: Fix several test failures in win2k.
2008-09-18  Jan de Mooijcomctl32/treeview: Fix pszText NULL pointer dereference.
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-10-09  Huw Daviescomctl32/tests: Don't assume that the default font...
2007-05-24  Dmitry Timoshkovcomctl32/tests: Fix some problems revealed by compilati...
2007-05-07  Mikołaj Zalewskicomctl32: treeview: Treeviews shouldn't be sending...
2007-05-07  Mikołaj Zalewskicomctl32: treeview: Make the focus test pass under...
2007-03-12  Felix Nawothnigcomctl32: Fix a typo.
2007-03-12  Chris Petersoncomctl32: treeview: Message sequencing tests.
2007-02-16  Chris Petersoncomctl32: treeview: New conformance tests for TreeView...
2007-02-12  Duane Clarktreeview: Scrolling does not cause label being edited...
2007-01-09  Felix Nawothnigtreeview: Initialize iImage and iSelectedImage with...
2006-12-12  Marcus MeissnerMade some functions static.
2006-05-30  Andrew Talbotcomctl32/tests: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-15  Mike McCormackcomctl32: Fix some gcc 4.1 warnings.
2005-08-10  Francois GougetThe PSDK does not define a TreeView_InsertItemA() macro...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-13  Krzysztof FoltmanTest when TVN_SELCHANGING and TVN_SELCHANGED are really...