comctl32: Fix the tooltips behaviour when TTF_ABSOLUTE isn't specified.
[wine] / dlls / comctl32 / tests / treeview.c
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...