Alexandre Julliard
|
e3ac70c1cb
|
user32/tests: Avoid testing uninitialized data.
|
2008-04-10 09:45:34 +02:00 |
|
Lei Zhang
|
b7ffa86725
|
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.
|
2008-04-09 21:00:45 +02:00 |
|
Lei Zhang
|
f704d5c699
|
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
|
2008-04-09 21:00:23 +02:00 |
|
Lei Zhang
|
6736ed82ed
|
user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
|
2008-04-08 12:18:38 +02:00 |
|
Lei Zhang
|
7f10fe0744
|
user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
|
2008-04-08 12:18:18 +02:00 |
|
Lei Zhang
|
c8a4bb8fff
|
user32: Fix WM_CHAR return value for edit controls.
|
2008-04-08 12:18:05 +02:00 |
|
Lei Zhang
|
42d32aba02
|
user32: Add tests for edit controls and VK_TAB.
|
2008-04-08 12:17:54 +02:00 |
|
Lei Zhang
|
d1abf27f8d
|
user32: Add tests for edit controls and VK_RETURN.
|
2008-04-08 12:17:43 +02:00 |
|
Lei Zhang
|
e91de39521
|
user32: Add more tests for single line edit control inside a dialog.
|
2008-04-08 12:17:28 +02:00 |
|
Lei Zhang
|
8cf7eef073
|
user32: Add more tests for ES_WANTRETURN.
|
2008-04-08 12:17:13 +02:00 |
|
Francois Gouget
|
8a18e0e43a
|
Assorted spelling fixes.
|
2008-04-07 13:36:18 +02:00 |
|
Alexandre Julliard
|
d0e1dd84b2
|
user32: Fix a few ShowWindow todo tests.
|
2008-04-04 18:22:40 +02:00 |
|
Lei Zhang
|
4bc0cd60cf
|
user32: Use a bogus wildcard in listbox test, change wildcard string to a const.
|
2008-04-04 11:05:25 +02:00 |
|
Maarten Lankhorst
|
70a6495a31
|
user32: Implement BroadcastSystemMessage.
|
2008-04-03 12:00:02 +02:00 |
|
Lei Zhang
|
376e45429c
|
user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
|
2008-04-03 11:27:21 +02:00 |
|
Lei Zhang
|
08a4d2afc2
|
user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
|
2008-04-03 11:27:14 +02:00 |
|
Lei Zhang
|
1d1f1373af
|
user32: Add more edit dialog tests.
|
2008-04-03 11:26:59 +02:00 |
|
Vitaliy Margolen
|
9faf7e3586
|
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
|
2008-04-02 11:14:54 +02:00 |
|
Marcus Meissner
|
22facc67d2
|
user32/tests: Mark unsigned entitities as unsigned.
|
2008-03-28 14:49:17 +01:00 |
|
Lei Zhang
|
bab3d82bcf
|
user32: Add more DrawText tests.
|
2008-03-28 09:50:32 +01:00 |
|
Lei Zhang
|
0fac05b977
|
user32: Handle WM_CHAR messages better in edit controls.
|
2008-03-28 09:50:14 +01:00 |
|
Lei Zhang
|
5d6bf737db
|
user32: Add more dialog with edit control tests.
|
2008-03-28 09:50:00 +01:00 |
|
Lei Zhang
|
1560203215
|
user32: Make an edit test more readable.
|
2008-03-28 09:49:47 +01:00 |
|
Dmitry Timoshkov
|
854413e5cf
|
user32: Add a defwinproc flag when appropriate.
|
2008-03-27 17:47:44 +01:00 |
|
Dmitry Timoshkov
|
113f2c9dbb
|
user32: Add a test for combobox navigation with arrow keys, make it pass under Wine.
|
2008-03-27 11:06:02 +01:00 |
|
Lei Zhang
|
41ea8f0e8a
|
user32: Tweak how the edit control handles WM_GETDLGCODE.
|
2008-03-26 12:09:36 +01:00 |
|
Marcus Meissner
|
a0c18ce784
|
user32/tests: Fix uninitialized struct component.
|
2008-03-24 20:41:45 +01:00 |
|
Marcus Meissner
|
57384b7a1c
|
user32/tests: Skip checks if pre-condition does not match.
|
2008-03-24 13:26:45 +01:00 |
|
Vitaliy Margolen
|
d8391a4a46
|
user32: Fix F1 message sequence.
|
2008-03-24 11:35:30 +01:00 |
|
Reece Dunn
|
56b2ab241e
|
user32: Fixed the HiliteMenuItem tests to pass on Windows 9x.
|
2008-03-22 11:14:07 +01:00 |
|
Alexandre Julliard
|
fad9b692cb
|
user32/tests: Flush events during the mouse button tests.
|
2008-03-21 11:29:18 +01:00 |
|
Reece Dunn
|
2cab7ff2c7
|
user32: Improve the HiliteMenuItem tests so they reflect actual behaviour on Windows.
|
2008-03-18 11:44:09 +01:00 |
|
Reece H. Dunn
|
efd0b9ae7a
|
user32: HiliteMenuItem fails if an invalid window handle is passed to it.
|
2008-03-17 14:53:12 +01:00 |
|
Maarten Lankhorst
|
fd69ababec
|
user32: Fix enumeration for EnumWindowStations and EnumDesktops.
|
2008-03-15 11:37:19 +01:00 |
|
Clinton Stimpson
|
05a8974e95
|
user32: Test processing of expose events.
|
2008-03-15 11:21:44 +01:00 |
|
Christopher Berner
|
9978cc9c56
|
user32: Make LoadStringW pass tests.
|
2008-03-11 15:30:15 +01:00 |
|
Paul Vriens
|
470a0a0cae
|
user32/tests: Use A-call.
|
2008-03-10 11:22:38 +01:00 |
|
Paul Vriens
|
58665f08d1
|
users32/tests: Win9x doesn't like FILE_ALL_ACCESS.
|
2008-03-10 11:22:34 +01:00 |
|
Rob Shearman
|
38a541186a
|
user32: Add test for calling CreateDesktop on already created desktop name.
|
2008-03-06 17:43:16 +01:00 |
|
Alexandre Julliard
|
d6a17d2c93
|
user32/tests: Make the initial timeout longer in flush_events() for machines with slower round-trip times.
|
2008-03-05 16:48:04 +01:00 |
|
Francois Gouget
|
c099b40509
|
user32/tests: Don't use 0x55 to avoid any confusion when running with +heap.
|
2008-03-05 12:18:11 +01:00 |
|
Francois Gouget
|
e27922ddf5
|
user32/tests: Add the trailing '\n' to a couple of ok() calls.
|
2008-03-05 12:18:05 +01:00 |
|
Alexandre Julliard
|
accfce21d3
|
user32: Fix a couple of message test failures.
|
2008-03-04 20:01:41 +01:00 |
|
Alexandre Julliard
|
8ac29dd4a8
|
user32/tests: Fix most message tests to pass on Vista.
|
2008-03-04 20:00:13 +01:00 |
|
Alexandre Julliard
|
28d2930074
|
user32: Reimplement LoadStringA to avoid memory allocations and to pass the tests.
|
2008-03-03 20:06:54 +01:00 |
|
Christopher Berner
|
4b130aa0b0
|
user32/tests: Conformance tests for LoadStringW and LoadStringA.
|
2008-03-03 20:06:22 +01:00 |
|
Alexandre Julliard
|
9ac7f20514
|
user32/tests: Skip tests instead of crashing if global hook cannot be set.
|
2008-03-03 17:51:42 +01:00 |
|
Alexandre Julliard
|
d2b6087999
|
user32/tests: Flush events after showing/hiding a window to avoid z-order race conditions.
|
2008-02-28 19:56:38 +01:00 |
|
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
|
Rob Shearman
|
e154d3b29e
|
user32: Fix the number of characters passed to GetClassNameW in ClassTest.
|
2008-02-25 13:31:52 +01:00 |
|