Nikolay Sivov
|
b398d4434d
|
comctl32/datetime: Block WM_SETTEXT message.
|
2009-10-09 11:50:29 +02:00 |
Francois Gouget
|
fd90aab3a4
|
comctl32/tests: Make test_ApproximateViewRect() static.
|
2009-10-08 12:17:31 +02:00 |
Paul Vriens
|
87441ff83c
|
comctl32/tests: Fix some test failures on older comctl32 versions.
|
2009-10-08 12:17:30 +02:00 |
Nikolay Sivov
|
c68324dfed
|
comctl32/monthcal: Implement MCM_GETMONTHRANGE for GMR_DAYSTATE flag and a single calendar control.
|
2009-10-08 12:16:57 +02:00 |
Nikolay Sivov
|
9e75962ec5
|
comctl32/monthcal: Fix a nice typo in test message.
|
2009-10-07 12:23:17 +02:00 |
Aric Stewart
|
c885bd16c7
|
comctl32/tests: LISTVIEW_ApproximateViewRect tests for LV_VIEW_ICON.
|
2009-10-07 12:22:22 +02:00 |
Ge van Geldorp
|
e1b5ca70bb
|
comctl32/tests: Fix misc test on Win7.
|
2009-10-06 11:59:56 +02:00 |
Nikolay Sivov
|
2d2edc9a83
|
comctl32/monthcal: Fix parameter validation in MCM_SETCURSEL handler.
|
2009-10-06 11:57:08 +02:00 |
Nikolay Sivov
|
f65c2f1d63
|
comctl32/monthcal: Check configured selection range max width in MCM_SETSELRANGE handler.
|
2009-10-06 11:56:40 +02:00 |
Nikolay Sivov
|
2c928de9e2
|
comctl32/monthcal: Parameter fixes for MCM_SETSELRANGE handler: swap selection bounds, store day of week.
|
2009-10-06 11:56:33 +02:00 |
Nikolay Sivov
|
b97697dbe7
|
comctl32/monthcal: Check range limits in MCM_SETCURSEL.
|
2009-10-05 14:58:14 +02:00 |
Nikolay Sivov
|
96022da6c8
|
comctl32/monthcal: Implement MCM_GETMONTHRANGE for GMR_VISIBLE flag, single calendar control only.
|
2009-10-05 14:57:37 +02:00 |
Nikolay Sivov
|
ec3e9308da
|
comctl32/monthcal: Drop exstyle parameter, it isn't used.
|
2009-10-05 14:57:26 +02:00 |
Paul Vriens
|
a7633d783d
|
comctl32/tests: Fix some test failures (MCM_GETSELRANGE).
|
2009-10-05 13:46:00 +02:00 |
Paul Vriens
|
0a6c2c86be
|
comctl32/tests: Fix some test failures (MCM_SETUNICODEFORMAT and MCM_GETUNICODEFORMAT).
|
2009-10-05 13:46:00 +02:00 |
Paul Vriens
|
efaa25fe66
|
comctl32/tests: Fix some test failures (MCM_SETCURSEL and MCM_GETCURSEL).
|
2009-10-05 13:46:00 +02:00 |
Paul Vriens
|
0d726970c6
|
comctl32/tests: Fix some test failures (MCM_SETRANGE and MCM_GETRANGE).
|
2009-10-05 13:46:00 +02:00 |
Paul Vriens
|
1dbab05364
|
comctl32/tests: Fix some test failures on older comctl32 versions.
|
2009-10-05 13:46:00 +02:00 |
Paul Vriens
|
46bba98bdf
|
comctl32/tests: Fix some test failures.
|
2009-10-02 11:51:16 +02:00 |
Nikolay Sivov
|
5d530fee54
|
comctl32/monthcal: Fix parameter validation in MCM_SETMAXSELCOUNT handler.
|
2009-10-02 11:50:47 +02:00 |
Nikolay Sivov
|
3df0823085
|
comctl32/monthcal: Changing MCS_MULTISELECT isn't allowed after creation, set default value properly.
|
2009-10-02 11:50:41 +02:00 |
Michael Stefaniuc
|
4ee851452b
|
comctl32/tests: Silence some Win64 compile warnings.
"warning: cast to pointer from integer of different size"
|
2009-10-02 11:49:38 +02:00 |
Nikolay Sivov
|
9557376138
|
comctl32/datetime: Always store a recalculated day of week instead of a value passed in (DTM_SETSYSTEMTIME).
|
2009-10-01 11:35:06 +02:00 |
Nikolay Sivov
|
99ded940e1
|
comctl32/datetime: Some DTM_SETSYSTEMTIME tests.
|
2009-10-01 11:34:58 +02:00 |
Nikolay Sivov
|
aae85b4d68
|
comctl32/datetime: Separate tests from each other.
|
2009-10-01 11:34:49 +02:00 |
Ge van Geldorp
|
6eb6e31e05
|
comctl32/tests: Fix toolbar test on comctl32 version 4.72.
|
2009-09-29 16:10:59 +02:00 |
Nikolay Sivov
|
c685729b72
|
comctl32/monthcal: Fix locale dependent test failure.
|
2009-09-29 14:22:35 +02:00 |
Nikolay Sivov
|
484ef1dcbf
|
comctl32/updown: Fix some test failures on Win95 (comctl32 4.0).
|
2009-09-29 14:22:35 +02:00 |
Nikolay Sivov
|
74eca56acb
|
comctl32/monthcal: Minimal rectangle should be zero based.
|
2009-09-29 14:22:34 +02:00 |
Nikolay Sivov
|
1f41db4c2f
|
comctl32/monthcal: Use a single calendar for hittesting tests, make point calculation at runtime.
|
2009-09-29 14:22:34 +02:00 |
Nikolay Sivov
|
69080d6d29
|
comctl32/monthcal: Add parameter validation to MCM_HITTEST handler.
|
2009-09-28 12:43:57 +02:00 |
Nikolay Sivov
|
1224cc461d
|
comctl32/monthcal: Fix timestamp storing on MCM_SETRANGE/MCM_SETSELRANGE.
|
2009-09-28 12:43:50 +02:00 |
Nikolay Sivov
|
a44f03518e
|
comctl32/monthcal: Fix some bugs with date range.
|
2009-09-28 12:42:26 +02:00 |
Nikolay Sivov
|
d66dcb4ff8
|
comctl32/monthcal: Store full date info for selection at creation time.
|
2009-09-28 12:42:11 +02:00 |
Nikolay Sivov
|
0617baf2c3
|
comctl32/monthcal: Make tests not depend on each other.
|
2009-09-28 12:41:58 +02:00 |
Alexandre Julliard
|
d0aaae9987
|
comctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility with old versions.
|
2009-09-25 15:13:55 +02:00 |
Alexandre Julliard
|
ae2b8a6e97
|
comctl32/tests: Fix some rebar tests on older comctl32 versions.
|
2009-09-25 15:13:25 +02:00 |
Nikolay Sivov
|
d7117d312d
|
comctl32/listview: Skip icon spacing tests when unsupported.
|
2009-09-24 14:23:49 +02:00 |
Nikolay Sivov
|
5e3c9925f8
|
comctl32/listview: Skip some header tests on version 4.0 module.
|
2009-09-24 14:23:42 +02:00 |
Nikolay Sivov
|
df3f2a1b13
|
comctl32/listview: Skip LVS_EX_CHECKBOXES tests when this style is unsupported.
|
2009-09-23 12:33:32 +02:00 |
Nikolay Sivov
|
f684bbaef7
|
comctl32/updown: Update buddy on base change.
|
2009-09-22 16:25:29 +02:00 |
Nikolay Sivov
|
7ebca40912
|
comctl32/updown: Additional test for display base.
|
2009-09-22 16:25:23 +02:00 |
Nikolay Sivov
|
4efa9f5e43
|
comctl32/updown: Fix control behaviour for UDS_SETBUDDYINT style.
|
2009-09-22 16:25:13 +02:00 |
Nikolay Sivov
|
2f9d29b42b
|
comctl32/updown: Show that UDS_SETBUDDYINT switching doesn't affect behaviour for already created control.
|
2009-09-22 16:25:02 +02:00 |
Nikolay Sivov
|
6be1bade1a
|
comctl32/updown: Make tests independent, drop unrelated tests.
|
2009-09-22 16:24:53 +02:00 |
Nikolay Sivov
|
0f670168e4
|
comctl32/trackbar: Protect from negative tic count in recalculation helper.
Fix for regression introduced in 42c83b9dc7
|
2009-09-18 08:56:09 -05:00 |
Nikolay Sivov
|
69bcb112f9
|
comctl32/dpa: Check for DPA_LoadStream() presence. Merge original test function with save tests.
|
2009-09-16 15:02:50 -05:00 |
Nikolay Sivov
|
d82fb3d308
|
comctl32/dpa: Fix DPA_Merge() test failures on old 4.7x comctl32.
|
2009-09-15 16:41:27 -05:00 |
Nikolay Sivov
|
c1513c6bde
|
comctl32/dpa: Implement DPA_SaveStream() with tests.
|
2009-09-15 16:41:27 -05:00 |
Nikolay Sivov
|
c8f8e5da11
|
comctl32/dpa: Fix parameter validation in DPA_LoadStream().
|
2009-09-15 16:41:27 -05:00 |