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
|
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
|
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
|
5b7b911f06
|
comctl32: TBSTYLE_EX_MIXEDBUTTONS doesn't mean buttons should be auto-sized.
|
2015-04-20 14:36:55 +09:00 |
Alexandre Julliard
|
9f1f5d885c
|
comctl32: Print full flag values in traces.
|
2015-03-30 19:49:13 +09:00 |
Alexandre Julliard
|
6ad2cf9b53
|
comctl32/tests: Output message sequences only on failure.
|
2014-06-12 13:19:05 +02:00 |
Christoph von Wittich
|
7d5deb2e7f
|
comctl32/tests: CCS_VERT should be set when TBSTYLE_EX_VERTICAL is set.
|
2014-03-04 11:49:10 +01:00 |
André Hentschel
|
e810a58494
|
comctl32/tests: Make toolbar.c compile with -D__WINESRC__.
|
2013-12-02 10:52:20 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
Francois Gouget
|
07d9d04de8
|
comctl32/tests: Make cbt_hook_proc() static.
|
2012-02-20 11:47:55 +01:00 |
Frédéric Delanoy
|
3c13f991e4
|
comctl32/tests: Use initialized window handle when rebuilding toolbar (Coverity).
|
2012-02-20 11:38:35 +01:00 |
Nikolay Sivov
|
31b44fb6e8
|
comctl32: Fix TB_SETEXTENDEDSTYLE to use mask passed in wParam.
|
2012-02-16 11:48:51 +01:00 |
Nikolay Sivov
|
e630e4997d
|
comctl32: A test for auto-set TBSTYLE_TRANSPARENT style.
|
2012-02-09 09:39:58 -06:00 |
Nikolay Sivov
|
1c1b1c0073
|
comctl32: More tests for Toolbar window style handling.
|
2012-02-01 16:42:45 +01:00 |
Nikolay Sivov
|
9188b58e4c
|
comctl32: Store style bits provided with WM_CREATE.
|
2012-01-09 12:22:39 +01:00 |
Nikolay Sivov
|
54b6c76720
|
comctl32: Fix TB_SETSTYLE behaviour and return value.
|
2012-01-09 12:22:31 +01:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
Marko Nikolic
|
cf6dae563c
|
comctl32/tests: Removed sign comparison warning in toolbar tests.
|
2011-06-02 16:22:44 +02:00 |
Francois Gouget
|
cc70cd9de1
|
comctl32/tests: Make init_tbsize_result() and tbsize_addbutton() static.
|
2011-03-16 14:14:23 +01:00 |
Nikolay Sivov
|
e61fd95146
|
comctl32/tests: Fix a leak in toolbar test data allocation (Valgrind).
|
2011-01-17 12:48:28 +01:00 |
Austin Lund
|
05d82b6376
|
comctl32/tests: Fixed toolbar tests for varing width of button strings.
|
2010-11-08 13:30:22 +01:00 |
Austin Lund
|
a07022a7e1
|
comctl32/tests: Fix toolbar size tests that depend on system font height.
|
2010-11-08 13:30:22 +01:00 |
Austin Lund
|
551d4077c5
|
comctl32/tests: Change toolbar size test data to load dynamically.
|
2010-11-08 13:30:22 +01:00 |
Austin Lund
|
6a819b102d
|
comctl32/tests: Added extra debugging information to toolbar size tests.
|
2010-11-05 14:38:36 +01:00 |
Nikolay Sivov
|
f9736bcc6e
|
comctl32/toolbar: Properly handle invalid arguments processing TB_ADDSTRING message.
|
2010-10-04 15:00:07 +02:00 |
Nikolay Sivov
|
006362567b
|
comctl32/toolbar: Fix possible null pointer dereference.
|
2010-03-02 11:12:05 +01:00 |
Nikolay Sivov
|
eaa939e942
|
comctl32/tests: Release Imagelist handles when no needed anymore.
|
2009-10-26 11:19:25 +01:00 |
Nikolay Sivov
|
a04c6db804
|
comctl32/tests: Explicitly initialize window handle.
|
2009-10-23 14:40:40 +02:00 |
Ge van Geldorp
|
6eb6e31e05
|
comctl32/tests: Fix toolbar test on comctl32 version 4.72.
|
2009-09-29 16:10:59 +02:00 |
Alexandre Julliard
|
a561c5d49f
|
comctl32/tests: Fix some toolbar test failures on older Windows versions.
|
2009-08-29 16:48:56 +02:00 |
Paul Vriens
|
2bcf38d3a3
|
comctl32/tests: Fix some test failures with comctl32 < 5.80.
|
2009-06-26 11:59:54 +02:00 |
Igor Tarasov
|
3e235cc363
|
comctl32: TOOLBAR_SetImageList should recalculate toolbar only if it is necessary.
|
2009-04-22 12:56:19 +02:00 |
Francois Gouget
|
96848a0605
|
Remove spaces before '\n's.
|
2009-03-09 12:05:58 +01:00 |
Francois Gouget
|
f250f4fa04
|
Assorted spelling fixes.
|
2009-02-11 15:56:02 +01:00 |
Mikołaj Zalewski
|
aa7a0b85b0
|
comctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTONS should cause a recalc.
|
2009-02-02 15:48:26 +01:00 |
Mikołaj Zalewski
|
574c0dcc32
|
comctl32: toolbar: Unlike in listview, TB_SETEXTENDEDSTYLE takes the actual style, not a mask.
|
2009-02-02 15:48:26 +01:00 |
Mikołaj Zalewski
|
5de172af78
|
comctl32: toolbar: TB_SETBUTTONINFO should do a relayout instead of a recalc.
|
2009-02-02 15:48:26 +01:00 |
Mikołaj Zalewski
|
ca9f7d3140
|
comctl32: toolbar: Move common TB_ADDBUTTONS and TB_INSERTBUTTONS code into a helper function, makes TB_INSERTBUTTON with a text perform a recalc (with testcase).
|
2009-02-02 15:48:26 +01:00 |
André Hentschel
|
eda4872c45
|
comctl32/tests: Fix wrong comment-headline in toolbar.c.
|
2009-01-14 12:20:11 +01:00 |
Alexandre Julliard
|
a52977dc4a
|
comctl32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:13:20 +01:00 |
Sergey Khodych
|
30a6f54dc9
|
comctl32/tests: Fix typo in toolbar todo test.
|
2008-11-07 11:17:56 +01:00 |
Michael Stefaniuc
|
c46a88a3c9
|
comctl32: Remove superfluous casts that crept in as well as some older ones.
|
2008-11-07 11:00:16 +01:00 |
Sergey Khodych
|
7f25cd993c
|
comctl32: toolbar: Use a cx field for buttons in TOOLBAR_WrapToolbar.
|
2008-11-06 11:56:03 +01:00 |
Sergey Khodych
|
65e9a6e02e
|
comctl32: toolbar: Improve text layout in TBSTYLE_LIST toolbars.
|
2008-11-06 11:55:56 +01:00 |