Michael Stefaniuc
|
92e4e63353
|
comctl32/tests: Remove some superfluous casts around SendMessage().
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
93d45253cd
|
comctl32/tests: Don't cast NULL to an integer type.
|
2009-12-21 15:01:24 +01:00 |
Nikolay Sivov
|
d2e169fadd
|
comctl32/header: Avoid uninitialized memory passed to HDM_INSERTITEM, some fields are always copied.
|
2009-11-30 12:56:53 +01:00 |
Nikolay Sivov
|
ebea81f131
|
comctl32/tests: Release activation context handle when we're done with tests.
|
2009-10-21 16:05:59 +02:00 |
Nikolay Sivov
|
57577fb20b
|
comctl32/header: Don't leak Imagelist handle.
|
2009-10-21 16:05:59 +02:00 |
Nikolay Sivov
|
5517209a24
|
comctl32/header: Process input order array more accurately.
|
2009-10-19 11:45:17 +02:00 |
Nikolay Sivov
|
a4b5c5db1c
|
comctl32: Don't use additional heap allocated pointer to old window procedure.
|
2009-10-12 13:01:21 +02:00 |
Nikolay Sivov
|
fffb41f6a6
|
comctl32/header: Add XP SP3 workaround for Header tests. Fix window handle leak.
|
2009-09-09 13:14:09 +02:00 |
Nikolay Sivov
|
d9ebf1962c
|
comctl32/header: Implement HDS_NOSIZING style with tests.
|
2009-09-08 13:42:55 +02:00 |
Nikolay Sivov
|
a4c22a142c
|
comctl32/header: Implement HDF_FIXEDWIDTH format flag.
|
2009-09-08 13:42:36 +02:00 |
Nikolay Sivov
|
ce372ca4db
|
comctl32/header: Fix hittesting flags, extend tests a bit.
|
2009-07-15 13:16:03 +02:00 |
Nikolay Sivov
|
fdb7412725
|
comctl32/header: Update item bounds on WM_SIZE.
|
2009-07-13 10:26:06 +02:00 |
Nikolay Sivov
|
fac7daf098
|
comctl32/header: Use macro to define LPARAM value.
|
2009-07-13 10:25:57 +02:00 |
Nikolay Sivov
|
a18886e5c2
|
comctl32/header: Always update rectangles after HDM_SETORDERARRAY.
|
2009-07-10 12:12:21 +02:00 |
Nikolay Sivov
|
67d2292b00
|
comctl32/header: Test item rectangles updating after reordering.
|
2009-07-10 12:12:17 +02:00 |
Paul Vriens
|
f2b0e4f6e6
|
comctl32/tests: Fix test failures with comctl32 < 5.80.
|
2009-06-26 14:40:39 +02:00 |
Michael Stefaniuc
|
1513dd2073
|
comctl32/tests: Use LONG instead of long.
|
2009-04-02 16:28:30 +02:00 |
Michael Stefaniuc
|
fc46bb1479
|
comctl32/tests: Remove superfluous pointer casts.
|
2009-02-06 14:54:01 +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
|
acdcb19cbb
|
comctl32/tests: Avoid handle casts in traces.
|
2008-12-04 12:12:29 +01:00 |
Detlef Riekenberg
|
f0d0ac75dc
|
comctl32/tests: Make the header test dpi aware.
|
2008-11-14 12:08:42 +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 |
Michael Stefaniuc
|
62e17fa8c4
|
comctl32: Do not cast zero.
|
2008-11-04 11:26:22 +01:00 |
Paul Vriens
|
d0dfd9d784
|
comctl32/tests: Don't crash on some win9x boxes.
|
2008-10-02 10:41:26 -05:00 |
James Hawkins
|
cc0ea85c34
|
comctl32: Store the previous timeout value to test with.
|
2008-09-09 11:46:17 +02:00 |
James Hawkins
|
106791c610
|
comctl32: Fix several test failures in win98.
|
2008-09-08 12:47:22 +02:00 |
Francois Gouget
|
42a61d7ed7
|
Assorted spelling fixes.
|
2008-05-06 16:10:20 +02:00 |
Francois Gouget
|
e5b4c0f84b
|
comctl32/tests: Call InitCommonControlsEx() if available, fall back to InitCommonControls() for the older controls, and skip the tests altogether for the newer ones.
|
2008-02-05 13:26:48 +01:00 |
Austin English
|
c2a7914d1c
|
comctl32: Spelling fixes.
|
2008-01-24 11:43:02 +01:00 |
Francois Gouget
|
7a5497b5c0
|
comctl32/tests: InitCommonControlsEx() is missing on Windows 95 so call InitCommonControls() instead.
|
2007-12-10 12:06:16 +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
|
c76362afdd
|
comctl32/tests: Fix the control's size reporting in an error message.
|
2007-10-11 19:52:40 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Dmitry Timoshkov
|
6055d04f07
|
comctl32/tests: Fix some problems revealed by compilation in 64-bit mode.
|
2007-05-24 11:36:23 +02:00 |
Shanren Zhou
|
df578b8469
|
comctl32: Added header message sequence test cases.
|
2007-03-13 13:22:03 +01:00 |
Shanren Zhou
|
92f230c2fb
|
comctl32: Header message sequence test cases.
Added separate parent and child header controls for each test case and
fixed a typo ('Data Modified' should be 'Date Modified').
|
2007-03-13 13:21:38 +01:00 |
Mikołaj Zalewski
|
beff84c1d3
|
comctl32: header tests: Support different window border width.
|
2007-03-01 20:42:49 +01:00 |
Francois Gouget
|
93494f2ac0
|
Assorted spelling fixes.
|
2007-02-20 20:30:51 +01:00 |
Marcus Meissner
|
abe1ede385
|
comctl32: Fixed new header test.
|
2007-02-19 12:37:19 +01:00 |
Shanren Zhou
|
613998d4f6
|
comctl32: Add header tests.
|
2007-02-14 14:42:40 +01:00 |
Paul Vriens
|
81804538cf
|
comctl32/tests: Cast-qual warning fixes.
|
2007-01-23 11:26:44 +01:00 |
Marcus Meissner
|
4d52a421d7
|
Made some functions static.
|
2006-12-12 12:10:57 +01:00 |
Francois Gouget
|
1ccf944900
|
Assorted spelling fixes.
|
2006-11-13 13:01:53 +01:00 |
Mikołaj Zalewski
|
4c5de64014
|
comctl32: header: Test and improve the custom draw and owner draw code.
|
2006-10-16 11:30:34 +02:00 |
Michael Ploujnikov
|
a348e0936a
|
comctl32/tests: Win64 printf format warning fixes.
|
2006-10-13 15:46:06 +02:00 |
Mikołaj Zalewski
|
8ab78e18c6
|
comctl32: header: Test the header order-management code and fix some bugs.
|
2006-09-20 11:19:30 +02:00 |
Stefan Huehner
|
998e256c82
|
Fix some -Wstrict-prototype warnings () -> (void).
|
2006-08-21 12:06:26 +02:00 |
Francois Gouget
|
11ae0f6386
|
Assorted spelling fixes.
|
2006-06-16 11:32:29 +02:00 |
Andrew Talbot
|
b836d1f7c3
|
comctl32/tests: Write-strings warning fix.
|
2006-05-28 18:27:27 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |