Paul Vriens
|
7e7e27f7ff
|
comctl32/tests: Fix a crash on W2K and below.
|
2009-03-25 11:06:19 +01:00 |
Nikolay Sivov
|
bdd1206ca5
|
comctl32/listview: Some tests for LVM_GETSUBITEMRECT.
|
2009-03-24 12:43:05 +01:00 |
Nikolay Sivov
|
85c03a5a31
|
comctl32/ipaddress: Store current IP address text as a window text for IP Address control.
|
2009-03-24 12:42:56 +01:00 |
Nikolay Sivov
|
b7d7d58978
|
comctl32/trackbar: Fix reverting to default value for TBM_SETPAGESIZE with lParam = -1.
|
2009-03-24 12:42:19 +01:00 |
Nikolay Sivov
|
92b0ad98e1
|
comctl32/tab: Implement TCM_[G,S]ETEXTENDEDSTYLE and TCS_EX_FLATSEPARATORS style.
|
2009-03-24 12:40:15 +01:00 |
Nikolay Sivov
|
4585148547
|
comctl32/tab: Implement TCM_REMOVEIMAGE.
|
2009-03-24 12:38:37 +01:00 |
Francois Gouget
|
96848a0605
|
Remove spaces before '\n's.
|
2009-03-09 12:05:58 +01:00 |
Nikolay Sivov
|
74e9b904b9
|
comctl32: Replace nonprintable characters with spaces on SB_SETTEXT.
|
2009-03-06 16:36:57 +01:00 |
Alexandre Julliard
|
74271fc4cf
|
comctl32/tests: Disable a test that crashes on NT4.
|
2009-03-06 12:38:34 +01:00 |
Alexandre Julliard
|
ff28ec0ddd
|
comctl32/tests: Fix the monthcal window creation message sequence.
|
2009-03-06 12:38:28 +01:00 |
Alexandre Julliard
|
f493122879
|
comctl32/tests: Set the listview image list after WM_CREATE has been processed.
|
2009-03-05 23:19:08 +01:00 |
Nikolay Sivov
|
f35960200a
|
comctl32: Correctly report systemcolor use for Treeview background.
|
2009-03-03 13:24:08 +01:00 |
Francois Gouget
|
e7800f2a52
|
comctl32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-26 12:18:51 +01:00 |
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 |