Nikolay Sivov
|
057267d85e
|
comctl32/listview: Revert item width calculation to fix performance issues.
|
2010-02-08 17:49:47 +01:00 |
Nikolay Sivov
|
8c16c4030b
|
comctl32/updown: Use set acceleration value while processing keyboard keypresses.
|
2010-02-04 17:27:37 +01:00 |
Alexandre Julliard
|
9e47c59427
|
comctl32: Actually grow the array in DPA_Grow.
|
2010-01-29 13:30:00 +01:00 |
Michael Stefaniuc
|
223603cc1c
|
comctl32: Use IS_INTRESOURCE instead of HIWORD to check a resource.
|
2010-01-26 12:13:51 +01:00 |
Peter Dons Tychsen
|
a3528a7642
|
comctl32: Handle WM_NOTIFY correctly when the parent returns zero.
|
2010-01-22 13:09:01 +01:00 |
Jason Edmeades
|
81d8135424
|
comctl32/listview: Issue LVM_DELETEALLITEMS from WM_DESTROY.
|
2010-01-14 10:22:23 -06:00 |
Paul Vriens
|
9cf1af7cac
|
comctl32: Fix size parameter for memset (Coccinelle).
|
2010-01-11 11:34:18 -06:00 |
Marcin Baczyński
|
9e951e8d14
|
comctl32: Remove superfluous void* cast.
|
2010-01-07 17:59:57 +01:00 |
Nikolay Sivov
|
6ca7654ec7
|
comctl32/listview: Fix memory leak on subrange deletion.
|
2010-01-07 09:26:00 +01:00 |
Nikolay Sivov
|
acec38873f
|
comctl32/comboex: Fix a leak for text string stored for edit item.
|
2010-01-04 11:42:34 +01:00 |
André Hentschel
|
9d9c4061f9
|
comctl32: Improve German translation.
|
2010-01-04 11:41:28 +01:00 |
Gerald Pfeifer
|
8b73b131de
|
comctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().
|
2009-12-28 14:22:28 +01:00 |
Michael Stefaniuc
|
9c15472a3b
|
comctl32: The return value of notify_with_scroll() is never used.
So don't bother returning something from that function.
|
2009-12-28 12:27:15 +01:00 |
Michael Stefaniuc
|
9dd502a332
|
comctl32: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
92e4e63353
|
comctl32/tests: Remove some superfluous casts around SendMessage().
|
2009-12-28 12:27:14 +01:00 |
Nikolay Sivov
|
f897a91247
|
comctl32/updown: Fix formatting for hex mode.
|
2009-12-28 12:27:14 +01:00 |
Nikolay Sivov
|
46194d39f6
|
comctl32/rebar: Check for null handles before invalidation.
This prevents all windows invalidation.
|
2009-12-28 12:27:14 +01:00 |
Nikolay Sivov
|
2e1aa43ab1
|
comctl32/tests: Skip test on <5.8x systems.
|
2009-12-28 11:55:39 +01:00 |
Nikolay Sivov
|
02c06f0d66
|
comctl32/rebar: Avoid empty band range when changing layout.
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
6398448974
|
comctl32/comboex: Move debugging traces that require additional code into TRACE_ON() condition.
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
253edf0fbb
|
comctl32/comboex: Get rid of useless helper.
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
7d748b6ba0
|
comctl32/comboex: Don't invalidate all windows if Edit box isn't set up.
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
7deb277900
|
comctl32/comboex: Fix silly typo in CBEM_SETITEM handler (lParam wasn't set).
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
96d965f295
|
comctl32/comboex: Add test for internally sent Edit messages, remove corresponding comments.
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
ecc89bf6ef
|
comctl32/comboex: Use subclass chain for internally used controls.
|
2009-12-24 12:15:41 +01:00 |
Nikolay Sivov
|
7fa3778d8c
|
comctl32/rebar: Fix default just inserted band colors.
|
2009-12-23 14:27:30 +01:00 |
Nikolay Sivov
|
80ed866ff4
|
comctl32/tests: Explicitly create rebar for each test, cleanup main function a bit.
|
2009-12-23 14:27:30 +01:00 |
Nikolay Sivov
|
9ef90f480a
|
comctl32/updown: Don't change control z-order, this breaks auto buddy binding.
|
2009-12-23 14:27:30 +01:00 |
Nikolay Sivov
|
750ce6be35
|
comctl32/updown: Don't update buddy text if it's the same.
|
2009-12-23 14:27:30 +01:00 |
Paul Vriens
|
f0a35db253
|
comctl32/tests: Fix a test failure on older comctl32.
|
2009-12-22 15:40:00 +01:00 |
Nikolay Sivov
|
6cc141ff59
|
comctl32/updown: Simplify buddy subclassing using SetWindowSubclass chain.
|
2009-12-22 13:48:26 +01:00 |
Nikolay Sivov
|
705aee525a
|
comctl32/tests: Use win_skip() while skipping subclass tests.
|
2009-12-22 13:48:25 +01:00 |
Nikolay Sivov
|
48d42d4a93
|
comctl32/tests: Some tests for buddy procedure subclassing.
|
2009-12-22 13:48:25 +01:00 |
Nikolay Sivov
|
8fc96f20a3
|
comctl32/tests: Add ability to create any number of edit buddies.
|
2009-12-22 13:48:25 +01:00 |
Jason Edmeades
|
64bd51b1d3
|
comctl32/toolbar: Improve fixme message conditions.
|
2009-12-22 13:48:24 +01:00 |
Michael Stefaniuc
|
93d45253cd
|
comctl32/tests: Don't cast NULL to an integer type.
|
2009-12-21 15:01:24 +01:00 |
Nikolay Sivov
|
48efba00b6
|
comctl32/rebar: Don't read outside of bands array on dragging.
|
2009-12-21 15:01:24 +01:00 |
Nikolay Sivov
|
07fc19bbe3
|
comctl32/rebar: Collapse some parameter checks and winproc entries.
|
2009-12-21 15:01:24 +01:00 |
Nikolay Sivov
|
b6abcb2f86
|
comctl32/rebar: Move parameter cast to winproc.
|
2009-12-21 15:01:24 +01:00 |
Nikolay Sivov
|
1e74d5992c
|
comctl32/rebar: Use DPA to manage bands data.
|
2009-12-21 15:01:24 +01:00 |
Alexandre Julliard
|
6fd93a6c7e
|
comctl32: Use the module instance instead of that of the owner window for the toolbar configuration dialog.
|
2009-12-21 11:20:19 +01:00 |
Paul Vriens
|
fb1fada93a
|
comctl32/tests: Fix some test failures on older comctl32.
|
2009-12-15 11:44:56 +01:00 |
Nikolay Sivov
|
e81f2642f1
|
comctl32/treeview: Implement NM_SETCURSOR notification.
|
2009-12-14 12:04:05 +01:00 |
Nikolay Sivov
|
49dabfe31d
|
comctl32/treeview: Draw +/- signs with text color, not the lines' one.
+/- aren't affected by customdraw settings, only per control
set colors used.
|
2009-12-14 12:04:05 +01:00 |
Nikolay Sivov
|
b65a7a0052
|
comctl32/treeview: Fix default colors set on creation.
|
2009-12-14 12:04:05 +01:00 |
Nikolay Sivov
|
28d5410596
|
comctl32/treeview: Fix mouse tracking request code.
After query current tracking state passed parameters could be overwritten,
similar fix for Listview was recently committed.
|
2009-12-14 12:04:05 +01:00 |
Paul Vriens
|
1d0e02b63e
|
comctl32/tests: Fix a test failure on older comctl32.
|
2009-12-10 16:53:32 +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
|
6823e0f3ec
|
comctl32/treeview: Remove some forward declarations.
|
2009-12-10 11:56:35 +01:00 |
Nikolay Sivov
|
e3c34f2d29
|
comctl32/treeview: Use additional helper for item invalidation.
|
2009-12-10 11:56:23 +01:00 |