Nikolay Sivov
|
4633fc5c03
|
comctl32/treeview: Fix TVN_DELETEITEM to use item that is about to be deleted.
|
2010-10-25 12:41:41 +02:00 |
Nikolay Sivov
|
04e5e9cfa0
|
comctl32/treeview: Accept null item handle as a root for TVM_DELETEITEM.
|
2010-10-25 12:41:41 +02:00 |
Nikolay Sivov
|
66bad889f4
|
comctl32/treeview: Prevent item height to be calculated to zero value.
|
2010-10-04 15:00:07 +02:00 |
Alexandre Julliard
|
55676e84ed
|
comctl32/tests: Make some variables static.
|
2010-10-01 13:35:49 +02:00 |
Nikolay Sivov
|
b65423c546
|
comctl32/treeview: Erase background when painting over supplied hdc.
|
2010-09-27 14:13:16 +02:00 |
Nikolay Sivov
|
279677b7d8
|
comctl32/treeview: Fix possible crash in TVS_SINGELEXPAND helper (Coverity).
|
2010-07-28 16:28:23 +02:00 |
Nikolay Sivov
|
6711780a8f
|
comctl32/tests: Merge one test function to existing tests, use explicit message numbers.
|
2010-07-26 18:38:32 +02:00 |
Nikolay Sivov
|
16dfb1a039
|
comctl32/treeview: Fix TVS_SINGLEEXPAND notifications order.
|
2010-07-26 18:38:32 +02:00 |
Nikolay Sivov
|
b3a61c1329
|
comctl32/treeview: Properly initialize expanded image index.
|
2010-07-26 18:38:32 +02:00 |
Florian Köberle
|
42c5ff799a
|
comctl32: Call TREEVIEW_SendExpanded after expanding.
|
2010-07-19 14:38:17 +02:00 |
Florian Köberle
|
2f77e2b93d
|
comctl32/tests: Test calculating the rect of a child item while handling TVN_ITEMEXPANDED.
|
2010-06-21 11:52:26 +02:00 |
Nikolay Sivov
|
138b2435f9
|
comctl32/tests: Some expand notifications tests.
|
2010-06-10 14:59:09 +02:00 |
Gerald Pfeifer
|
3ff0890c11
|
comctl32/tests: Add tests for the return values of TreeView_SelectItem in test_select.
|
2010-05-10 10:11:52 +02:00 |
Alexandre Julliard
|
2432b0f6b9
|
comctl32/tests: Fix broken check of the ok() macro return value.
Spotted by Yann Droneaud.
|
2010-02-24 16:04:18 +01:00 |
Michael Stefaniuc
|
92e4e63353
|
comctl32/tests: Remove some superfluous casts around SendMessage().
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
93d45253cd
|
comctl32/tests: Don't cast NULL to an integer type.
|
2009-12-21 15:01:24 +01:00 |
Paul Vriens
|
fb1fada93a
|
comctl32/tests: Fix some test failures on older comctl32.
|
2009-12-15 11:44:56 +01:00 |
Nikolay Sivov
|
b65a7a0052
|
comctl32/treeview: Fix default colors set on creation.
|
2009-12-14 12:04:05 +01:00 |
Nikolay Sivov
|
83f2135e0d
|
comctl32/tests: Get rid of static handles, split tests finally.
|
2009-12-10 11:56:43 +01:00 |
Nikolay Sivov
|
76859b0f47
|
comctl32/treeview: Erase background on WM_PAINT if BeginPaint() tells us to do it.
|
2009-10-19 11:45:12 +02:00 |
Nikolay Sivov
|
1dfd55ff9a
|
comctl32/treeview: Fix test failure on Vista.
|
2009-08-12 17:04:37 +02:00 |
Nikolay Sivov
|
4a9a432841
|
comctl32/treeview: Fix some test failures on XP and higher.
|
2009-08-12 17:04:37 +02:00 |
Nikolay Sivov
|
6bcdc69ec0
|
comctl32/treeview: Check passed handle value in WM_COMMAND handler.
|
2009-08-07 11:39:28 +02:00 |
Nikolay Sivov
|
83c9cdb797
|
comctl32/treeview: Use separate pointer for currently edited item.
|
2009-08-07 11:39:20 +02:00 |
Nikolay Sivov
|
861fb2eddd
|
comctl32/treeview: Handle EN_KILLFOCUS in WM_COMMAND handler.
|
2009-08-06 17:26:34 +02:00 |
Nikolay Sivov
|
578e872b31
|
comctl32/treeview: Some tests to show edit item label problems.
|
2009-08-06 17:26:34 +02:00 |
Nikolay Sivov
|
0adb4ef423
|
comctl32/treeview: Make tests not depend from each other, replace some magics with macros.
|
2009-08-06 17:26:33 +02:00 |
Nikolay Sivov
|
b32bccb4da
|
comctl32/treeview: Use a common structure for tests (as we use already for others).
|
2009-08-06 17:26:33 +02:00 |
Nikolay Sivov
|
ba65d634e6
|
comctl32/treeview: Correct define name.
|
2009-08-03 15:03:43 +02:00 |
Nikolay Sivov
|
4db999ebdf
|
comctl32/treeview: Use message return values in TreeView tests.
|
2009-05-25 11:37:20 +02:00 |
Florian Köberle
|
5a6f956187
|
comctl32: Fix expanding of invisible sub trees.
|
2009-04-21 15:30:37 +02:00 |
Florian Köberle
|
123dc34aec
|
comctl32/tests: Test expanding of a invisible sub tree.
|
2009-04-21 15:30:30 +02:00 |
Michael Stefaniuc
|
1513dd2073
|
comctl32/tests: Use LONG instead of long.
|
2009-04-02 16:28:30 +02:00 |
Nikolay Sivov
|
f35960200a
|
comctl32: Correctly report systemcolor use for Treeview background.
|
2009-03-03 13:24:08 +01:00 |
Francois Gouget
|
02ace3613c
|
comctl32/tests: Add a trailing '\n' to an ok() call.
|
2009-01-22 12:04:01 +01:00 |
André Hentschel
|
2ef02afe95
|
comctl32: Fix callback in treeview.
|
2009-01-21 10:25:06 +01:00 |
Mikołaj Zalewski
|
390e1dfa28
|
comctl32: treeview: Add a test showing that a pszText of NULL is equivalent to LPSTR_CALLBACK.
|
2009-01-20 12:30:42 +01:00 |
Alexandre Julliard
|
76a2fe5cf7
|
comctl32/tests: Fix lparam checks in the treeview test for Win64.
|
2009-01-10 21:05:32 +01:00 |
James Hawkins
|
3e8a63d5fa
|
comctl32: Fix several test failures in win2k.
|
2008-10-01 11:41:54 -05:00 |
Jan de Mooij
|
403221c228
|
comctl32/treeview: Fix pszText NULL pointer dereference.
|
2008-09-18 13:26:19 +02:00 |
Francois Gouget
|
e5b4c0f84b
|
comctl32/tests: Call InitCommonControlsEx() if available, fall back to InitCommonControls() for the older controls, and skip the tests altogether for the newer ones.
|
2008-02-05 13:26:48 +01:00 |
Francois Gouget
|
7a5497b5c0
|
comctl32/tests: InitCommonControlsEx() is missing on Windows 95 so call InitCommonControls() instead.
|
2007-12-10 12:06:16 +01:00 |
Gerald Pfeifer
|
2cb5298a4c
|
comctl32/tests: Avoid remove redundant invocation of MAKEINRESOURCEA for IDC_ARROW and IDC_IBEAM.
|
2007-10-15 17:50:35 +02:00 |
Huw Davies
|
e31d8d8f5b
|
comctl32/tests: Don't assume that the default font height is 16 pixels.
|
2007-10-09 12:35:15 +02:00 |
Dmitry Timoshkov
|
6055d04f07
|
comctl32/tests: Fix some problems revealed by compilation in 64-bit mode.
|
2007-05-24 11:36:23 +02:00 |
Mikołaj Zalewski
|
81cf09c6da
|
comctl32: treeview: Treeviews shouldn't be sending NM_TOOLTIPSCREATED (with testcase).
|
2007-05-07 14:26:22 +02:00 |
Mikołaj Zalewski
|
61a86024cc
|
comctl32: treeview: Make the focus test pass under Windows XP.
|
2007-05-07 14:26:03 +02:00 |
Felix Nawothnig
|
5cdcfbfaa0
|
comctl32: Fix a typo.
|
2007-03-12 12:03:32 +01:00 |
Chris Peterson
|
ee2804fda5
|
comctl32: treeview: Message sequencing tests.
|
2007-03-12 12:00:51 +01:00 |
Chris Peterson
|
e0983d4c20
|
comctl32: treeview: New conformance tests for TreeView controls.
|
2007-02-16 13:19:24 +01:00 |