Paul Vriens
|
f2b0e4f6e6
|
comctl32/tests: Fix test failures with comctl32 < 5.80.
|
2009-06-26 14:40:39 +02:00 |
Nikolay Sivov
|
e7dc4ed07f
|
comctl32/toolbar: Move initialization to WM_NCREATE handler.
|
2009-06-26 14:40:04 +02:00 |
Paul Vriens
|
2bcf38d3a3
|
comctl32/tests: Fix some test failures with comctl32 < 5.80.
|
2009-06-26 11:59:54 +02:00 |
Paul Vriens
|
7665699411
|
comctl32/tests: Fix test failures on comctl32 < 5.80.
|
2009-06-25 14:34:13 +02:00 |
Nikolay Sivov
|
2551ea0568
|
comctl32/listview: Initialize string pointers on notification conversion routine.
|
2009-06-24 11:38:31 +02:00 |
Francois Gouget
|
dee97f4560
|
comctl32: Make MapIdSearchCompare() static.
|
2009-06-24 11:24:46 +02:00 |
Nikolay Sivov
|
ad7f0b950b
|
comctl32/listview: Invalidate list after WM_MEASUREITEM notification.
|
2009-06-23 11:47:13 +02:00 |
Nikolay Sivov
|
8e18e9e6bd
|
comctl32/listview: Notify parent with WM_MEASUREITEM on control creation.
|
2009-06-23 11:46:21 +02:00 |
Nikolay Sivov
|
d03e63ccd7
|
comctl32/listview: Test for parent sequence when creating with LVS_OWNERDRAWFIXED.
|
2009-06-23 11:46:15 +02:00 |
Francois Gouget
|
03584b4ff6
|
Assorted spelling fixes.
|
2009-06-22 13:32:01 +02:00 |
Nikolay Sivov
|
358fa6cd98
|
comctl32/listview: XP SP3 comctl32 V6 test workaround.
|
2009-06-22 13:00:10 +02:00 |
Nikolay Sivov
|
6e09365501
|
comctl32/listview: Fix a test failure on 4.7x.
|
2009-06-22 13:00:02 +02:00 |
Nikolay Sivov
|
25d916e73a
|
comctl32/header: Add support for HDS_FLAT style.
|
2009-06-22 12:59:54 +02:00 |
Nikolay Sivov
|
85224d7f17
|
comctl32/listview: Implement LVM_MAPIDTOINDEX/LVM_MAPINDEXTOID.
|
2009-06-22 12:59:50 +02:00 |
Nikolay Sivov
|
2286a321c2
|
comctl32/listview: Basic LVM_MAPINDEXTOID tests.
|
2009-06-22 12:59:41 +02:00 |
Nikolay Sivov
|
76cb9c0d77
|
comctl32/listview: Implement LVM_ISITEMVISIBLE.
|
2009-06-22 12:59:35 +02:00 |
Nikolay Sivov
|
9c565342d0
|
comctl32/listview: Implement LVM_CANCELEDITLABEL with tests.
|
2009-06-22 12:59:28 +02:00 |
Nikolay Sivov
|
7bf031ebc4
|
comctl32/listview: Add ability to test comctl32 version 6. Add basic LVM_[G,S]ETVIEW test.
|
2009-06-19 14:54:47 +02:00 |
Francois Gouget
|
fb37e89a06
|
comctl32/tests: Make DummyCompareEx() static.
|
2009-06-19 13:47:20 +02:00 |
Nikolay Sivov
|
c05e6d8f45
|
comctl32/listview: Fix test crashes on comctl32 <5.80.
|
2009-06-18 15:17:27 +02:00 |
Aric Stewart
|
e3b9420034
|
comctl32: In COMBOEX_FindStringExact do not try to get text from invalid items.
|
2009-06-18 15:17:27 +02:00 |
Paul Vriens
|
87366355d2
|
comctl32/tests: Fix some typos (copy-paste).
|
2009-06-18 15:17:27 +02:00 |
Nikolay Sivov
|
34b802caf0
|
comctl32/listview: Convert forwarded header notifications to ANSI if NFR_ANSI is current format.
|
2009-06-16 13:27:12 +02:00 |
Nikolay Sivov
|
b4b186d7b7
|
comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.
|
2009-06-16 13:26:54 +02:00 |
Nikolay Sivov
|
736d8ff023
|
comctl32/listview: Block header items drag if LVS_EX_HEADERDRAGDROP isn't set.
|
2009-06-16 13:26:49 +02:00 |
Nikolay Sivov
|
7f936a0a6e
|
comctl32/listview: Setting item text to callback stub value already having it raises item-change notifications.
Use same new text comparison rules for both items and subitems.
Based on patch by Stefan Stranz.
|
2009-06-15 13:42:30 +02:00 |
Nikolay Sivov
|
47bc142dad
|
comctl32/listview: Get rid of Header_* macros.
|
2009-06-15 13:42:30 +02:00 |
Nikolay Sivov
|
caa91dcbc7
|
comctl32/listview: Don't offset subitems on painting.
|
2009-06-15 13:42:30 +02:00 |
Nikolay Sivov
|
89f0bdff6e
|
comctl32/listview: Fix some hittest problems on LVS_EX_FULLROWSELECT.
|
2009-06-15 13:42:30 +02:00 |
Nikolay Sivov
|
8372d1832d
|
comctl32/listview: Don't offset item box to item position on LVS_EX_FULLROWSELECT if item isn't in leftmost column.
|
2009-06-15 13:42:30 +02:00 |
Nikolay Sivov
|
f2f444a230
|
comctl32/listview: Don't use special value (1) for item width to represent both zero and one pixel width.
|
2009-06-11 11:53:54 +02:00 |
Nikolay Sivov
|
a5c970dea9
|
comctl32/listview: Make item width calculation not rely on column order for LV_VIEW_DETAILS.
|
2009-06-11 11:53:54 +02:00 |
Nikolay Sivov
|
abe5dee0bb
|
comctl32/listview: Implement callback functionality for item indentation.
|
2009-06-10 11:48:10 +02:00 |
Nikolay Sivov
|
5e5a58b138
|
comctl32/listview: Test for indentation callback.
|
2009-06-10 11:48:04 +02:00 |
Andrew Talbot
|
9064506f76
|
comctl32: Constify some variables.
|
2009-06-09 17:01:14 +02:00 |
Nikolay Sivov
|
0bca442f25
|
comctl32/listview: Remove outdated todo entries.
|
2009-06-09 17:01:14 +02:00 |
Nikolay Sivov
|
f531271d70
|
comctl32/listview: Fix item count tests to be dpi aware.
|
2009-06-09 17:01:14 +02:00 |
Alexandre Julliard
|
6d7ad66315
|
comctl32: Avoid repainting a NULL link.
|
2009-06-08 18:13:22 +02:00 |
Vincent Povirk
|
49308e8da0
|
comctl32: Use NMTVDISPINFOEX in the TVN_GETDISPINFO notification.
|
2009-06-08 16:22:43 +02:00 |
Nikolay Sivov
|
839b31fcce
|
comctl32/listview: Revert column scrolling recent change, it should be handled differently.
|
2009-06-08 14:30:15 +02:00 |
Nikolay Sivov
|
e636998890
|
comctl32/listview: Use LV_VIEW_* constants instead of style.
|
2009-06-08 14:30:07 +02:00 |
Nikolay Sivov
|
ed250886cc
|
comctl32/listview: Defaulting to NFR_ANSI on query failure.
|
2009-06-08 14:30:02 +02:00 |
Nikolay Sivov
|
ae0d363043
|
comctl32/listview: Position edit box after notification.
|
2009-06-08 14:29:55 +02:00 |
Nikolay Sivov
|
c98dc0da71
|
comctl32/listview: Test showing that Edit box should be positioned after LVN_BEGINLABELEDIT.
|
2009-06-08 14:29:30 +02:00 |
Nikolay Sivov
|
c111500458
|
comctl32/listview: Edit box should be destroyed on invalid index too (LVM_EDITLABEL).
|
2009-06-08 14:29:24 +02:00 |
Andrew Talbot
|
f5d8fa6613
|
comctl32: Constify some variables.
|
2009-06-08 12:41:54 +02:00 |
Alexandre Julliard
|
84ccadeeee
|
comctl32/tests: Avoid size_t in traces.
|
2009-06-05 15:19:57 +02:00 |
Nikolay Sivov
|
475dcb81f5
|
comctl32/listview: Improve column scrolling.
|
2009-06-05 15:19:57 +02:00 |
Nikolay Sivov
|
d5319303f1
|
comctl32/listview: Partially revert commit 43d982fde6 .
|
2009-06-05 15:19:57 +02:00 |
Andrew Talbot
|
925cd00cd1
|
comctl32: Constify some variables.
|
2009-06-05 14:43:24 +02:00 |