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 |
Sergey Khodych
|
1232b08449
|
comctl32: toolbar: Calculate a correct size for empty buttons with the BTNS_AUTOSIZE style.
|
2008-11-06 11:55:51 +01:00 |
Michael Stefaniuc
|
62e17fa8c4
|
comctl32: Do not cast zero.
|
2008-11-04 11:26:22 +01:00 |
Michael Stefaniuc
|
d4b8948ce3
|
comctl32: Do not cast NULL.
|
2008-11-03 13:41:58 +01:00 |
Mikołaj Zalewski
|
a289bab122
|
comctl32: toolbar: TB_SETBITMAPSIZE should not change a coordinate when passed -1 (with testcase).
|
2008-07-23 11:20:58 +02:00 |
Alexandre Julliard
|
9dd61548bb
|
comctl32/tests: Avoid size_t printf format warnings.
|
2008-03-12 18:14:22 +01:00 |
Lei Zhang
|
7f5c97693e
|
comctl32: Fix TB_GETSTRING return values.
|
2008-03-12 12:00:14 +01:00 |
Lei Zhang
|
375f60b07a
|
comctl32: Add tests for TB_GETSTRING, fix NULL pointer access.
|
2008-03-12 12:00:08 +01:00 |
Gerald Pfeifer
|
2cb5298a4c
|
comctl32/tests: Avoid remove redundant invocation of MAKEINRESOURCEA for IDC_ARROW and IDC_IBEAM.
|
2007-10-15 17:50:35 +02:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Jason Edmeades
|
881c204c02
|
comctl32: toolbar: Implemented SetRows.
|
2007-08-28 12:26:13 +02:00 |
Mikołaj Zalewski
|
31be5005c6
|
comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*.
|
2007-07-20 11:34:34 +02:00 |
Mikołaj Zalewski
|
5507a073c5
|
comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testcase).
|
2007-07-11 11:59:33 +02:00 |
Mikołaj Zalewski
|
e66523e19b
|
comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1.
|
2007-07-11 11:53:33 +02:00 |
Francois Gouget
|
96c337f0a1
|
Assorted spelling fixes.
|
2007-06-07 19:24:32 +02:00 |
Mikołaj Zalewski
|
7b8241b1ee
|
comctl32: toolbar: TB_SETIMAGELIST should try to preserve button width.
|
2007-05-16 11:55:38 +02:00 |
Mikołaj Zalewski
|
ca7b0c86f8
|
comctl32: toolbar: In CreateToolbarEx the default bitmap size is also 16x16.
|
2007-04-24 10:19:23 +02:00 |
Mikołaj Zalewski
|
3d7a65355e
|
comctl32: toolbar: Don't execute TB_GETBUTTONINFO if cbSize is invalid.
|
2007-04-24 10:19:04 +02:00 |
Mikołaj Zalewski
|
7bf7cdd1a9
|
comctl32: toolbar: TB_HIDEBUTTON and TB_MOVEBUTTON shouldn't force a recalc.
|
2007-03-28 12:05:15 +02:00 |
Mikołaj Zalewski
|
307f39c0d5
|
comctl32: toolbar: We shouldn't try to resize standard bitmaps.
|
2007-03-21 11:59:31 +01:00 |
Mikołaj Zalewski
|
e3b7c3045a
|
comctl32: toolbar: Test standard buttons size.
|
2007-03-21 11:59:21 +01:00 |
Mikołaj Zalewski
|
d4a67c4382
|
comctl32: toolbar: The default button size is 16x16.
|
2007-03-21 11:59:11 +01:00 |
Mikołaj Zalewski
|
c9ca25aa1d
|
comctl32: CreateToolbarEx should send TB_SETBITMAPSIZE twice.
|
2007-03-19 13:08:23 +01:00 |
Mikołaj Zalewski
|
292cb4d2ac
|
comctl32: toolbar: Fix the TB_SETBITMAPSIZE for width or height zero (with testcase).
|
2007-01-16 16:54:25 +01:00 |
Marcus Meissner
|
4d52a421d7
|
Made some functions static.
|
2006-12-12 12:10:57 +01:00 |
Francois Gouget
|
88f3cb2a7d
|
comctl32: Add missing '\n' to ok() call.
|
2006-11-07 15:24:36 +01:00 |
Mikołaj Zalewski
|
258008012c
|
comctl32: toolbar: Add buttons size tests.
|
2006-11-02 12:31:32 +01:00 |
Michael Stefaniuc
|
962e97dbf3
|
comctl32/tests: Specify type of function argument and remove unused arguments.
|
2006-10-24 11:33:28 +02:00 |
Mikołaj Zalewski
|
39c4bbe56a
|
comctl32: toolbar: Fix the tests and handling of TB_SETHOTITEM on a disabled button.
|
2006-10-19 14:00:55 +02:00 |
Mikołaj Zalewski
|
76b162067f
|
comctl32: toolbar: Test and improve TB_SETHOTITEM.
|
2006-10-14 20:43:03 +02:00 |
Mikołaj Zalewski
|
c95aa8228a
|
comctl32: toolbar: Passing a string pointer in TB_INSERTBUTTON shouldn't change the strings table (with test case).
|
2006-10-12 12:55:56 +02:00 |
Mikołaj Zalewski
|
241956101e
|
comctl32: toolbar: Fix the TB_ADDSTRING from resources for a NUL delimiter.
|
2006-10-09 20:53:15 +02:00 |
Francois Gouget
|
68e84a7a53
|
Add missing '\n's to ok() calls.
|
2006-09-29 17:53:39 +02:00 |
Mikołaj Zalewski
|
5db5744c5b
|
comctl32: toolbar: Test and fix TB_ADDSTRING from resource.
|
2006-09-27 20:21:00 +02:00 |
Mikołaj Zalewski
|
c77890d4f3
|
comctl32: toolbar: Resize the imagelist icons after a TB_SETBITMAPSIZE.
|
2006-09-26 11:37:47 +02:00 |
Mikołaj Zalewski
|
2fa45673f8
|
comctl32: toolbar: Fix the return code of TB_ADDBITMAP.
|
2006-09-21 17:42:44 +02:00 |
Mikołaj Zalewski
|
9e390091db
|
comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase).
|
2006-09-21 17:41:36 +02:00 |
Mikołaj Zalewski
|
d457b37d82
|
comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
|
2006-09-21 17:41:20 +02:00 |
Mikołaj Zalewski
|
80664defa8
|
comctl32: toolbar: Add some tests for TB_ADDBITMAP.
|
2006-09-21 17:40:45 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
2adb302a99
|
Add trailing '\n's to ok() and TRACE() calls.
|
2005-11-10 11:17:38 +00:00 |
Krzysztof Foltman
|
364c3aa449
|
Separators with group style set don't separate toolbar radio groups
anymore (which broke tool selection in Front Panel Designer).
|
2005-10-21 15:45:11 +00:00 |