Rein Klazes
|
da257e3301
|
comctl32: Fix for owner draw statusbar.
Ownerdraw status bar should update on receiveing a SB_SETTEXT message,
even if the 'text' parameter has not changed. Fix with conformance
test.
|
2009-02-16 16:01:23 +01:00 |
Detlef Riekenberg
|
bea3bff2bb
|
comctl32/tests: The status control use a different formula in XP and up for the height.
|
2009-02-13 13:00:34 +01:00 |
Michael Stefaniuc
|
da6d7920de
|
comctl32: Remove superfluous pointer casts.
|
2009-02-13 13:00:25 +01:00 |
Francois Gouget
|
f250f4fa04
|
Assorted spelling fixes.
|
2009-02-11 15:56:02 +01:00 |
Michael Stefaniuc
|
fc46bb1479
|
comctl32/tests: Remove superfluous pointer casts.
|
2009-02-06 14:54:01 +01:00 |
Detlef Riekenberg
|
f78f4d89b7
|
comctl32/tests: Make the test dpi and theme aware by using SM_CYSIZE.
|
2009-02-04 14:27:25 +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 |
Alasdair Sinclair
|
4f0e6885d0
|
comctl32/tests: Fix missing void in empty parameter list.
|
2009-01-26 15:07:26 +01:00 |
Francois Gouget
|
02ace3613c
|
comctl32/tests: Add a trailing '\n' to an ok() call.
|
2009-01-22 12:04:01 +01:00 |
André Hentschel
|
2ef02afe95
|
comctl32: Fix callback in treeview.
|
2009-01-21 10:25:06 +01:00 |
Mikołaj Zalewski
|
390e1dfa28
|
comctl32: treeview: Add a test showing that a pszText of NULL is equivalent to LPSTR_CALLBACK.
|
2009-01-20 12:30:42 +01:00 |
André Hentschel
|
eda4872c45
|
comctl32/tests: Fix wrong comment-headline in toolbar.c.
|
2009-01-14 12:20:11 +01:00 |
Alexandre Julliard
|
76a2fe5cf7
|
comctl32/tests: Fix lparam checks in the treeview test for Win64.
|
2009-01-10 21:05:32 +01:00 |
Ge van Geldorp
|
80d4d54c59
|
comctl32/tests: Fix title bar tests for non-English locales.
|
2009-01-05 15:08:35 +01:00 |
Michael Stefaniuc
|
ac37f1b7fb
|
comctl32/tests: Do not cast the IDC_* defines to a LPSTR.
|
2009-01-05 12:35:06 +01:00 |
Alexandre Julliard
|
a52977dc4a
|
comctl32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:13:20 +01:00 |
Paul Vriens
|
1a853abecb
|
comctl32/tests: Destroy the window after the tests.
|
2008-12-16 12:51:26 +01:00 |
Alexandre Julliard
|
acdcb19cbb
|
comctl32/tests: Avoid handle casts in traces.
|
2008-12-04 12:12:29 +01:00 |
Alexandre Julliard
|
c03917c173
|
Define _WIN32_WINNT before including any headers.
|
2008-12-04 12:10:16 +01:00 |
Aric Stewart
|
110a6048af
|
comctl32/tab: Return default tab width in TCM_SETMINTABWIDTH if lParam is a negative value.
|
2008-12-03 11:37:58 +01:00 |
Vincent Povirk
|
00e2d897c2
|
comctl32: Do not repaint on TBM_SETPOS if position is unchanged.
|
2008-11-17 13:54:52 +01:00 |
Detlef Riekenberg
|
f0d0ac75dc
|
comctl32/tests: Make the header test dpi aware.
|
2008-11-14 12:08:42 +01:00 |
Lei Zhang
|
87ca1b9416
|
comctl32: Check for NULL input in TAB_AdjustRect.
|
2008-11-11 11:40:46 +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 |
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
|
06c4de0461
|
comctl32/tests: Use MAKELPARAM instead of "(LPARAM) MAKELONG".
|
2008-11-04 11:26:01 +01:00 |
Michael Stefaniuc
|
d4b8948ce3
|
comctl32: Do not cast NULL.
|
2008-11-03 13:41:58 +01:00 |
Clinton Stimpson
|
9f1ea3f15b
|
comctl32: Fix getting of min size of monthcal when changing font.
|
2008-10-27 11:41:56 +01:00 |
Michael Stefaniuc
|
092b892f54
|
comctl32: HGDIOBJ is interchangeable with other handle types so don't cast.
|
2008-10-27 11:29:46 +01:00 |
Paul Vriens
|
aad6125340
|
comctl32/tests: Use win_skip instead of trace.
|
2008-10-21 11:43:41 +02:00 |
Paul Vriens
|
1b494e7f31
|
comctl32/tests: Use win_skip instead of trace.
|
2008-10-21 11:43:36 +02:00 |
Detlef Riekenberg
|
2910b90c70
|
comctl32/tests: Fix tests to not depend on 96 dpi, make it pass in Wine.
|
2008-10-14 14:02:28 +02:00 |
Paul Vriens
|
d0dfd9d784
|
comctl32/tests: Don't crash on some win9x boxes.
|
2008-10-02 10:41:26 -05:00 |
James Hawkins
|
23d899d8ab
|
comctl32: Only log system messages.
|
2008-10-01 11:41:59 -05:00 |
James Hawkins
|
3e8a63d5fa
|
comctl32: Fix several test failures in win2k.
|
2008-10-01 11:41:54 -05:00 |
James Hawkins
|
e1111a5bef
|
comctl32: Only log system messages.
|
2008-10-01 11:41:45 -05:00 |
James Hawkins
|
2f8830d55b
|
comctl32: Fix a test on locales where default first day of week is not the max value.
|
2008-09-29 17:25:30 -05:00 |
Francois Gouget
|
1177bbaa9e
|
comctl32/tests: Don't crash if adding the tooltip failed.
|
2008-09-29 17:24:55 -05:00 |
Francois Gouget
|
17d798eae9
|
comctl32/tests: FreeMRUList(NULL) crashes on Win98 OSR0.
|
2008-09-29 17:23:48 -05:00 |
James Hawkins
|
56260ec782
|
comctl32: Add a missing newline.
|
2008-09-24 13:11:55 +02:00 |
James Hawkins
|
921f67a607
|
comctl32: Fix a failing test in win95.
|
2008-09-24 13:11:51 +02:00 |
James Hawkins
|
0f38a6c881
|
comctl32: Fix several failing tests in win95.
|
2008-09-24 13:11:30 +02:00 |
Alexandre Julliard
|
8552b50640
|
comctl32/tests: Fix a couple of message test failures.
|
2008-09-22 12:15:11 +02:00 |