Nikolay Sivov
|
279677b7d8
|
comctl32/treeview: Fix possible crash in TVS_SINGELEXPAND helper (Coverity).
|
2010-07-28 16:28:23 +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 |
David Hedberg
|
b30934c529
|
comctl32: Warn when using unsupported extended styles.
|
2010-07-19 15:09:05 +02:00 |
David Hedberg
|
e81d65f8d4
|
comctl32: Add support for expanded state image in treeview.
|
2010-07-19 15:09:03 +02:00 |
Florian Köberle
|
4be9f0a79b
|
comctl32: Simplify the code.
|
2010-07-19 14:38:17 +02:00 |
Florian Köberle
|
42c5ff799a
|
comctl32: Call TREEVIEW_SendExpanded after expanding.
|
2010-07-19 14:38:17 +02:00 |
Nikolay Sivov
|
138b2435f9
|
comctl32/tests: Some expand notifications tests.
|
2010-06-10 14:59:09 +02:00 |
Nikolay Sivov
|
16973508e7
|
comctl32/treeview: Remove some casts.
|
2010-06-08 13:00:25 +02:00 |
Nikolay Sivov
|
b354935092
|
comctl32/treeview: Remove commented out lines.
|
2010-06-08 13:00:07 +02:00 |
Nikolay Sivov
|
767754031d
|
comctl32/treeview: Activate tree verification only when TRACE() is on.
|
2010-06-08 13:00:03 +02:00 |
Huw Davies
|
c7a9e3a1b2
|
comctl32: Fix an hfont leak.
|
2010-05-11 17:44:25 +02:00 |
Michael Stefaniuc
|
9dd502a332
|
comctl32: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:14 +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 |
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 |
Kirill K. Smirnov
|
dc45e2c513
|
comctl32/treeview: Avoid a NULL pointer dereference.
|
2009-12-09 14:54:01 +01:00 |
Nikolay Sivov
|
6d989feff9
|
comctl32/treeview: Free items pointer array and root item on control destruction.
Two issues here: item pointers array wasn't freed, root item data wasn't freed.
Found by Valgrind.
|
2009-12-07 14:18:26 +01:00 |
Nikolay Sivov
|
1804941797
|
comctl32/treeview: Simplify WM_CHAR handler.
|
2009-12-01 13:14:11 +01:00 |
Nikolay Sivov
|
277c5139d2
|
comctl32/treeview: Clean up winproc a bit, move parameter check to handlers.
|
2009-12-01 13:14:06 +01:00 |
Nikolay Sivov
|
459a0c4de9
|
comctl32/treeview: Collapse some message handlers.
|
2009-11-12 17:06:47 +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
|
f37130c83b
|
comctl32: Use user32 control names from public header constants instead of defining over and over again.
|
2009-10-08 12:11:47 +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 |
Dmitry Timoshkov
|
1d265bcac2
|
comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.
|
2009-07-16 11:15:36 +02:00 |
Dmitry Timoshkov
|
ee7ca802f4
|
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.
|
2009-07-15 14:31:23 +02:00 |
Vincent Povirk
|
49308e8da0
|
comctl32: Use NMTVDISPINFOEX in the TVN_GETDISPINFO notification.
|
2009-06-08 16:22:43 +02:00 |
Nikolay Sivov
|
d93aab9c2a
|
comctl32/treeview: Use cached colors instead of GetSysColor in TreeView.
|
2009-05-18 13:38:32 +02:00 |
Florian Köberle
|
5a6f956187
|
comctl32: Fix expanding of invisible sub trees.
|
2009-04-21 15:30:37 +02:00 |
Nikolay Sivov
|
f35960200a
|
comctl32: Correctly report systemcolor use for Treeview background.
|
2009-03-03 13:24:08 +01:00 |
André Hentschel
|
2ef02afe95
|
comctl32: Fix callback in treeview.
|
2009-01-21 10:25:06 +01:00 |
Michael Stefaniuc
|
d4b8948ce3
|
comctl32: Do not cast NULL.
|
2008-11-03 13:41:58 +01:00 |
Michael Stefaniuc
|
758f799205
|
comctl32: Just use 0 instead of casting NULL twice to an integer type.
|
2008-10-27 11:28:12 +01:00 |
Michael Stefaniuc
|
1659313142
|
comctl32: DPA_GetPtr() returns a LPVOID so don't cast its return value.
|
2008-10-24 14:24:59 +02:00 |
Michael Stefaniuc
|
b723e6f6b6
|
comctl32: Remove the superfluous casting of the LPVOID returned by Alloc().
|
2008-10-24 14:24:59 +02:00 |
Jan de Mooij
|
403221c228
|
comctl32/treeview: Fix pszText NULL pointer dereference.
|
2008-09-18 13:26:19 +02:00 |
Rob Shearman
|
6181419b64
|
comctl32: Fix use of arithmetic operator on Boolean type in TREEVIEW_ComputeItemInternalMetrics.
Use a conditional operator to get the same result, but improving
readability of the code.
|
2008-08-18 17:34:12 +02:00 |
Mikołaj Zalewski
|
60a1e20ba8
|
comctl32: Don't print ERRs for reflected messages.
|
2008-07-22 13:25:08 +02:00 |
Gerald Pfeifer
|
baa818120c
|
comctl32: Some simplifications.
|
2008-07-11 15:19:15 +02:00 |
Colin Finck
|
985b6e9c01
|
comctl32: Use a clip region when collapsing the treeview.
|
2008-06-19 11:47:17 +02:00 |
Andrew Talbot
|
2db311a843
|
comctl32: Dangling pointers fix.
|
2008-04-28 14:32:17 +02:00 |
Andrew Talbot
|
369d414d59
|
comctl32: Remove unused variables.
|
2008-04-14 12:42:36 +02:00 |
Rob Shearman
|
783b5b49a2
|
comctl32: Remove some more useless asserts.
|
2008-02-16 13:52:33 +01:00 |
Rob Shearman
|
82c41bb596
|
comctl32: Fix the character count passed to GetWindowTextW in TREEVIEW_Command.
|
2008-02-16 13:52:28 +01:00 |
Rob Shearman
|
affe20164e
|
comctl32: Remove a useless assert from TREEVIEW_GetItemIndex.
|
2008-02-16 13:52:24 +01:00 |