Commit Graph

3468 Commits (704a330a8e3e928529193d30d60bb2e0a5ccd835)

Author SHA1 Message Date
Nikolay Sivov a3ff177d7d comctl32/tests: Simplify a workaround for old module versions, add basic PSM_ADDPAGE test. 2011-07-06 17:03:51 +02:00
Nikolay Sivov 3969416808 comctl32/tests: Test more return values in tests (Clang). 2011-07-04 13:41:13 +02:00
Nikolay Sivov 6cf25732dd comctl32/monthcal: Remove unused variable (Clang). 2011-07-04 13:41:05 +02:00
Nikolay Sivov 7445dcee05 comctl32/treeview: Remove redundant initializer (Clang). 2011-07-04 13:41:00 +02:00
Nikolay Sivov 7d31d39f00 comctl32/tab: Make WM_RBUTTONUP reach default window procedure. 2011-07-04 13:40:43 +02:00
Piotr Caban 8c42ac319a comctl32: Fixed tab elements recognition. 2011-06-29 14:23:04 -05:00
Marcus Meissner 6b90f27d8f comctl32: Fixed strncpy (Coverity). 2011-06-28 11:57:51 -05:00
Piotr Caban 8669fa7308 comctl32: Make iterator_remove_common_items working on one range iterators. 2011-06-28 10:18:57 -05:00
Piotr Caban 7e3103199c comctl32: Prevent double theme closing when WM_DESTROY is called many times. 2011-06-27 15:07:14 -05:00
Piotr Caban 7d17bc55eb comctl32: Make themed button hot when mouse is over it. 2011-06-27 15:07:04 -05:00
Piotr Caban d2c9a5cfae comctl32: Improved setting button state. 2011-06-27 15:06:57 -05:00
Piotr Caban f831f77515 comctl32: Use vssym32.h instead of tmschema.h. 2011-06-27 15:06:49 -05:00
Jay Yang 30fa4cb5d0 comctl32: Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list. 2011-06-24 13:13:24 -05:00
Piotr Caban 7366d159fc comctl32: Don't redraw whole listview in double buffering mode. 2011-06-20 19:32:05 +02:00
Piotr Caban 02c224edf9 comctl32: Refresh listview after sorting. 2011-06-20 19:32:05 +02:00
Piotr Caban 1a67903b04 comctl32: Fix area invalidated by LISTVIEW_SetItemT. 2011-06-20 19:32:05 +02:00
Igor Paliychuk 5b19087c43 comctl32: Convert Ukrainian resources into utf-8. 2011-06-20 19:32:04 +02:00
Piotr Caban 734a4c3aec comctl32: Fix ListView_Scroll implementation. 2011-06-07 14:18:32 +02:00
Piotr Caban b2cb04b4e6 comctl32: Fix listview horizontal scrolling. 2011-06-07 14:18:32 +02:00
Piotr Caban a87e726d6b comctl32: Improve LISTVIEW_MarqueeHighlight performance. 2011-06-07 14:18:32 +02:00
Marko Nikolic 909794a2cb comctl32/tests: Removed sign comparison warning in rebar tests. 2011-06-06 21:49:20 +02:00
Marko Nikolic 7399177f0b comctl32/tests: Removed sign comparison warning in imagelist tests. 2011-06-06 16:18:21 +02:00
Marko Nikolic 38bf3a6bbd comctl32/tests: Removed sign comparison warning in listview tests. 2011-06-06 16:17:56 +02:00
Marko Nikolic 589d87f215 comctl32/tests: Removed sign comparison warning in monthcal tests. 2011-06-06 16:17:52 +02:00
Marko Nikolic 1694555942 comctl32/tests: Removed sign comparison warning in tab tests. 2011-06-03 13:56:04 +02:00
Marko Nikolic 6ed2208e72 comctl32/tests: Removed sign comparison warning in status tests. 2011-06-02 16:22:44 +02:00
Marko Nikolic cf6dae563c comctl32/tests: Removed sign comparison warning in toolbar tests. 2011-06-02 16:22:44 +02:00
Alasdair Sinclair b6484ccbeb comctl32/tab: Fully initialize itemData to fix x64 test failure. 2011-06-01 18:10:01 +02:00
Marko Nikolic 2dd0d8ab2a comctl32/tests: Removed sign comparison warning in tooltip tests. 2011-06-01 16:09:11 +02:00
Marko Nikolic 8c13dcc2e9 comctl32/tests: Use unsigned constants to remove sign comparison warning. 2011-06-01 16:08:56 +02:00
Marko Nikolic e3ba666485 comctl32/tests: Fixed variable type, removed sign comparison warning. 2011-05-30 17:31:55 +02:00
Nikolay Sivov bcb98d11ba comctl32/treeview: TVM_EXPAND with TVE_TOGGLE action shouldn't always notify as it does on user input. 2011-05-25 11:54:13 +02:00
Gerald Pfeifer 35707aee68 comctl32/tests: Add casts to avoid comparison of different int types. 2011-05-23 11:21:54 +02:00
Nikolay Sivov 9bdd21cad5 comctl32/treeview: Correctly draw cut items. 2011-05-23 11:17:36 +02:00
Nikolay Sivov a1f7c09b1c comctl32/treeview: Item text should be vertically aligned. 2011-05-23 11:17:24 +02:00
Nikolay Sivov 4b741e8d2f comctl32/treeview: Always draw a '+' for TVIS_EXPANDPARTIAL state. 2011-05-23 11:17:15 +02:00
Nikolay Sivov f9ca298b21 comctl32/tests: Some tests for TVM_GETNEXTITEM and item toggle. 2011-05-20 10:29:24 +02:00
Marcus Meissner 98799741a2 comctl32: Mark internal symbols as hidden visibility. 2011-05-16 16:35:32 +02:00
Nikolay Sivov 28169c6d55 comctl32/treeview: Get rid of wine prefixed names. 2011-05-16 16:35:30 +02:00
Nikolay Sivov 7ef4546cfb comctl32/treeview: Properly update image state index when TVS_CHECKBOXES is switched on. 2011-05-16 16:35:29 +02:00
Nikolay Sivov f9b14fda02 comctl32/treeview: Store item state supplied from TVN_GETDISPINFO handler. 2011-05-16 16:35:29 +02:00
Nikolay Sivov 1fa1c72d90 comctl32/treeview: Always return state from TVM_GETITEM handler. 2011-05-16 16:35:29 +02:00
Nikolay Sivov 64cd12d740 comctl32/tests: Initialize subitem index. 2011-05-13 20:09:59 +02:00
Nikolay Sivov 96c99dc99b comctl32/tests: Test return values in uniform way. 2011-05-13 17:05:06 +02:00
Nikolay Sivov c6dd14199c comctl32/listview: Fix parameter validation for LVM_SETITEMTEXT. 2011-05-13 10:55:43 +02:00
Nikolay Sivov 4daa5459f4 comctl32/tab: Send NM_RCLICK on WM_RBUTTONUP. 2011-05-13 10:55:14 +02:00
Nikolay Sivov 97314eeebd comctl32/tests: Make functions from test macros. 2011-05-12 14:25:04 +02:00
Nikolay Sivov 69bcdb7aad comctl32/listview: Don't forward HDN_ITEMCHANGING/HDN_ITEMCHANGED to listview parent. 2011-05-11 14:56:49 +02:00
Francois Gouget 5920de5ffb Assorted spelling and case fixes. 2011-05-09 12:09:27 +02:00
Nikolay Sivov 34d86a2d17 comctl32/listview: Make edit box handle available from LVN_ENDLABELEDIT notification. 2011-05-09 11:44:30 +02:00