Huw Davies
|
2a71d13b6b
|
comctl32: Implement the legacy notifications during restore.
|
2015-07-02 16:54:01 +09:00 |
Huw Davies
|
6c95445559
|
comctl32: Set the default separator width when notifying a -ve cmd id.
|
2015-07-02 16:53:58 +09:00 |
Huw Davies
|
eddfefa54f
|
comctl32: Reset the string and lparam fields between notifications.
|
2015-07-01 19:18:27 +09:00 |
Huw Davies
|
96a6184c30
|
comctl32: All negative entries in the toolbar save state are special cases.
|
2015-07-01 19:18:27 +09:00 |
Huw Davies
|
77ed3733af
|
comctl32: The number of buttons is set by the first TBN_RESTORE notification.
|
2015-07-01 19:18:27 +09:00 |
Huw Davies
|
063c7866f5
|
comctl32: Implement toolbar saving.
|
2015-07-01 19:18:26 +09:00 |
Huw Davies
|
199f51ff78
|
comctl32: Don't leak button text.
|
2015-07-01 19:18:26 +09:00 |
Huw Davies
|
01cd45cce1
|
comctl32: Add a helper to free button text.
|
2015-07-01 19:18:25 +09:00 |
Huw Davies
|
a29b6958e1
|
comctl32: Add helpers to set the button text.
|
2015-07-01 19:18:25 +09:00 |
Nikolay Sivov
|
035d0a1594
|
comctl32/monthcal: Fix title to use properly localized year/month format.
|
2015-06-18 21:41:02 +09:00 |
Bernhard Übelacker
|
ccf2ea6179
|
comctl32/tests: Free memory used by property sheet page (Valgrind).
|
2015-06-18 21:41:02 +09:00 |
Nikolay Sivov
|
b7969dfd94
|
comctl32/toolbar: Remove always true condition (Coverity).
|
2015-06-03 19:29:49 +09:00 |
Mark Harmstone
|
bae599092a
|
comctl32: Use DPI settings for checkbox size.
|
2015-05-25 14:34:07 +09:00 |
Huw Davies
|
a1d54447b8
|
comctl32/tests: Skip the hover tests if the listview's parent is not the foreground window.
|
2015-05-21 20:01:29 +09:00 |
Huw Davies
|
5c4dc9fc56
|
comctl32: Fix a typo in the TB_SAVERESTOREA handler.
|
2015-05-20 22:10:07 +09:00 |
Huw Davies
|
0634f3b409
|
comctl32: If necessary add the width of a dropdown arrow while wrapping.
This also fixes the layout code for the BTNS_WHOLEDROPDOWN case.
|
2015-05-19 22:57:36 +09:00 |
Huw Davies
|
797f42699e
|
comctl32: Wrap the buttons inside the toolbar's client rect.
The toolbar need not be the same width as the parent.
|
2015-05-19 22:57:27 +09:00 |
Huw Davies
|
0bcadfa88f
|
comctl32: Layout the toolbar after a potential resize.
|
2015-05-19 22:57:22 +09:00 |
Huw Davies
|
9d218048a6
|
comctl32: Don't store the width in the toolbar info structure.
It's only set and used by a single function.
|
2015-05-19 22:57:16 +09:00 |
Nikolay Sivov
|
6be21eeb3f
|
comctl32: Remove LoadString() fallback when loading from same module.
|
2015-05-18 19:59:28 +09:00 |
Alex Henrie
|
ad49634bbe
|
comctl32: Send WM_NOTIFY when expanding ancestors of the new selection.
|
2015-05-18 19:59:27 +09:00 |
Alex Henrie
|
36297f2cb0
|
comctl32: Do not send WM_NOTIFY if selecting an already-selected item.
|
2015-05-18 19:59:27 +09:00 |
Alex Henrie
|
a0ebe244c4
|
comctl32: Close previously selected treeview item at common ancestor.
Also, send WM_NOTIFY mesages when collapsing the previous selection and
expanding the new one.
|
2015-05-18 19:59:27 +09:00 |
Alex Henrie
|
9f93080754
|
comctl32/tests: Extend TVS_SINGLEEXPAND tests.
|
2015-05-18 19:59:27 +09:00 |
Huw Davies
|
eb8df37a69
|
comctl32: Remove button wrap states when TBSTYLE_WRAPABLE is cleared.
|
2015-04-30 16:17:59 +09:00 |
Huw Davies
|
abd673bde9
|
comctl32: A change in TBSTYLE_WRAPABLE should produce a recalc.
|
2015-04-28 20:23:59 +09:00 |
Huw Davies
|
e82b9dc32e
|
comctl32: Move the style change code to the TB_SETSTYLE handler.
|
2015-04-28 20:23:59 +09:00 |
Aric Stewart
|
aba3b131bc
|
comctl32: TTM_SETTOOLINFO does not change subclassing flags.
|
2015-04-27 19:33:28 +09:00 |
Thomas Faber
|
13b65faf4e
|
comctl32: Avoid use-after-free in DPA_Merge (DPH).
|
2015-04-20 14:37:57 +09:00 |
Huw Davies
|
60e305d983
|
comctl32: Invalidate the toolbar if the button size is changed.
|
2015-04-20 14:37:00 +09:00 |
Huw Davies
|
5b7b911f06
|
comctl32: TBSTYLE_EX_MIXEDBUTTONS doesn't mean buttons should be auto-sized.
|
2015-04-20 14:36:55 +09:00 |
Mark Harmstone
|
b0a9fb6b0d
|
comctl32: Fix drawing of buddy background for updown controls.
|
2015-04-09 14:55:17 +09:00 |
Marcus Meissner
|
b4ec412203
|
comctl32: Avoid integer overflow (Coverity).
|
2015-04-07 15:15:11 +09:00 |
Nikolay Sivov
|
af30ffaa43
|
comctl32/tests: Fix couple of metrics tests that fail on some systems.
|
2015-04-02 23:14:36 +09:00 |
Nikolay Sivov
|
82bab3283b
|
comctl32/dsa: Implement DSA_GetSize().
|
2015-03-31 16:44:29 +09:00 |
Nikolay Sivov
|
ff0634dfe1
|
comctl32/dsa: Implement DSA_Clone().
|
2015-03-31 16:43:49 +09:00 |
Nikolay Sivov
|
30cdd59252
|
comctl32/listview: Always forward HDM_SETORDERARRAY to a header.
|
2015-03-31 14:47:56 +09:00 |
Nikolay Sivov
|
d12c2f8b6f
|
comctl32/listview: Use defined name instead of magic value.
|
2015-03-31 14:47:54 +09:00 |
Nikolay Sivov
|
9fcfaaa64a
|
comctl32/listview: Support header item image/bitmap in LVSCW_AUTOSIZE_USEHEADER case.
|
2015-03-31 14:47:52 +09:00 |
Mark Harmstone
|
961c7b887b
|
comctl32: Redraw themed button on WM_ENABLE.
|
2015-03-31 14:47:37 +09:00 |
Alexandre Julliard
|
9f1f5d885c
|
comctl32: Print full flag values in traces.
|
2015-03-30 19:49:13 +09:00 |
Nikolay Sivov
|
c4a3651e34
|
comctl32/listview: Remove outdated TODO comment.
|
2015-03-30 16:37:44 +09:00 |
Nikolay Sivov
|
5c2e7075df
|
comctl32/listview: Always forward LVM_GETCOLUMNORDERARRAY to header.
|
2015-03-30 16:37:40 +09:00 |
Nikolay Sivov
|
3c9db1df60
|
comctl32/listview: Fix scrolling in LV_VIEW_DETAILS view.
|
2015-03-30 16:37:34 +09:00 |
Nikolay Sivov
|
782253f18d
|
comctl32/listview: Fix focus rectangle for LVS_EX_FULLROWSELECT case.
|
2015-03-30 16:37:31 +09:00 |
Nikolay Sivov
|
326af51ec2
|
comctl32/listview: Fix item focus rectangle to use proper label/selection bounds.
|
2015-03-30 16:37:27 +09:00 |
Nikolay Sivov
|
59cb4ff6f3
|
comctl32/tests: Listview doesn't subclass its header.
|
2015-03-25 19:38:30 +09:00 |
Nikolay Sivov
|
524f6860d4
|
comctl32: Claim success in InitializeFlatSB().
|
2015-03-25 15:16:45 +09:00 |
Mark Harmstone
|
e7116725ff
|
comctl32: Use correct font for themed headers.
|
2015-03-24 16:42:05 +09:00 |
Nikolay Sivov
|
9d0ebc13ac
|
comctl32/tooltips: Allow NULL hinst value when fetching text from resources.
|
2015-03-24 14:07:17 +09:00 |