Francois Gouget
|
8b28508d2b
|
user32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:21 +01:00 |
|
Alexandre Julliard
|
fadc8afc79
|
user32/tests: Print all the unexpected messages we received. Fix a couple of sequences.
|
2009-02-21 12:57:23 +01:00 |
|
Alexandre Julliard
|
07d9d1fc1f
|
user32/tests: Skip some message tests if we fail to queue events.
|
2009-02-20 18:46:05 +01:00 |
|
Rein Klazes
|
d69340cd6b
|
user32: Do not handle WM_ENDSESSION in DefWindowProc() with test.
|
2009-02-18 13:12:41 +01:00 |
|
Alexandre Julliard
|
f9e405692f
|
user32/tests: Skip message tests if queuing keyboard events doesn't work.
|
2009-02-17 14:58:45 +01:00 |
|
Alexandre Julliard
|
fa212d5127
|
user32/tests: Add a couple of optional message, mark as todo a test that now fails consistently on Wine.
|
2009-02-16 11:52:17 +01:00 |
|
Alexandre Julliard
|
4fc6dbd86d
|
user32/tests: Fix more message tests on XP and Vista.
|
2009-02-13 13:02:08 +01:00 |
|
Alexandre Julliard
|
0cc91abf8f
|
user32/tests: Add some more optional messages we get on Windows.
|
2009-02-12 17:53:35 +01:00 |
|
Alexandre Julliard
|
b03175e126
|
user32/tests: Try to fix some more failures in the message test.
|
2009-02-11 15:56:03 +01:00 |
|
Michael Stefaniuc
|
e89386a59e
|
user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
|
2009-02-05 13:15:32 +01:00 |
|
Alexandre Julliard
|
7c1e8a9c52
|
user32/tests: Add a few optional messages for Win2K3.
|
2009-01-29 22:09:11 +01:00 |
|
Alexandre Julliard
|
4909fe493b
|
user32/tests: Ignore some more messages.
|
2009-01-25 17:29:05 +01:00 |
|
Alexandre Julliard
|
c83b4e230c
|
user32/tests: Don't try to do hook tests if we can't set hooks.
|
2009-01-23 13:14:05 +01:00 |
|
Alexandre Julliard
|
d3078e0bac
|
user32/tests: Ignore WM_IME_SELECT message. Skip mouse hovering test if the mouse isn't where we want.
|
2009-01-22 13:11:38 +01:00 |
|
Alexandre Julliard
|
d8375e2137
|
user32/tests: Fix some more message test failures on Windows.
|
2009-01-20 14:02:02 +01:00 |
|
Alexandre Julliard
|
7d585678be
|
user32/tests: Fix some more msg test failures and improve message sequence tracing.
|
2009-01-19 13:36:25 +01:00 |
|
Alexandre Julliard
|
7551797bc4
|
user32/tests: Fix some more failures in the message test.
|
2009-01-16 12:33:07 +01:00 |
|
Alexandre Julliard
|
1608cb99b5
|
user32/tests: Add support for testing only some bits of wparam or lparam. Make some more messages optional.
|
2009-01-15 15:43:58 +01:00 |
|
Alexandre Julliard
|
078689adb0
|
user32/tests: Print the failure position in the message sequence.
|
2009-01-15 14:45:53 +01:00 |
|
Ge van Geldorp
|
444f4a7fbc
|
user32/tests: keybd_event can send HCBT_KEYSKIPPED notifications.
|
2009-01-13 16:39:37 +01:00 |
|
Michael Stefaniuc
|
e202baabd5
|
user32/tests: Do not cast the (IDC|IDI|RT)_* defines to LPSTR.
|
2009-01-13 15:26:11 +01:00 |
|
Alexandre Julliard
|
7d9b745391
|
user32/tests: Only display failing message sequences instead of every single message.
|
2009-01-12 21:51:01 +01:00 |
|
Alexandre Julliard
|
a26857da31
|
user32/tests: Centralize the tracing of the received messages in the msg.c test.
|
2009-01-12 21:03:57 +01:00 |
|
Alexandre Julliard
|
d852ac0b1f
|
user32/tests: Fix some integer to pointer conversion warnings.
|
2009-01-08 13:18:01 +01:00 |
|
Francois Gouget
|
803555927c
|
user32/tests: Make some functions static.
|
2008-12-12 11:42:34 +01:00 |
|
Alexandre Julliard
|
c03917c173
|
Define _WIN32_WINNT before including any headers.
|
2008-12-04 12:10:16 +01:00 |
|
Alexandre Julliard
|
466de4f429
|
user32/tests: Make sure the message test doesn't hang if the window doesn't have focus.
|
2008-11-12 12:36:22 +01:00 |
|
Alexandre Julliard
|
a16f33c002
|
user32/tests: Skip the PM_QS_* PeekMessage tests on NT4.
|
2008-11-12 11:49:11 +01:00 |
|
Alexandre Julliard
|
929dcfaad5
|
user32: Add a bunch of tests for GetQueueStatus and GetMessage combinations.
|
2008-10-29 13:29:33 +01:00 |
|
Michael Stefaniuc
|
4fc84eaf5a
|
user32: HGDIOBJ is interchangeable with other handle types; no casts are needed.
|
2008-10-27 11:29:54 +01:00 |
|
Alexandre Julliard
|
881e30b4d1
|
user32/test: Fix a couple of message test failures on Windows.
|
2008-10-17 19:05:11 +02:00 |
|
Alexandre Julliard
|
d9e26cb9d4
|
user32/tests: Fix more message test failures on NT4 and XP.
|
2008-09-24 13:11:26 +02:00 |
|
Alexandre Julliard
|
17c6542cfe
|
user32/tests: Fix some more message test failures.
|
2008-09-22 12:14:56 +02:00 |
|
Alexandre Julliard
|
2193a70137
|
user32/tests: Fix a few more message test failures.
|
2008-09-19 12:07:18 +02:00 |
|
Alexandre Julliard
|
01584fb318
|
user32/tests: Fix a number of message test failures on various Windows versions.
|
2008-09-16 16:27:47 +02:00 |
|
Alexandre Julliard
|
b2f34b3587
|
user32/tests: Ignore some more messages.
|
2008-09-15 11:29:58 +02:00 |
|
Aric Stewart
|
3f9aec17cd
|
user32: Add test demonstrating the WM_PAINT loop.
|
2008-08-27 13:21:25 +02:00 |
|
Alexandre Julliard
|
f59540ddad
|
user32/tests: Fix a number of message sequence tests that could sometimes fail.
|
2008-08-05 14:09:33 +02:00 |
|
Alexandre Julliard
|
96f352b86f
|
user32/tests: Fix some message test failures on various Windows versions.
|
2008-07-31 17:16:22 +02:00 |
|
Lei Zhang
|
b3f4091b47
|
user32: Clamp newly created windows to the minimum window size.
|
2008-07-17 13:31:40 +02:00 |
|
Lei Zhang
|
ffd66dc6ab
|
user32: Add a test for SetWindowPos.
|
2008-07-17 13:31:39 +02:00 |
|
Anatoly Lyutin
|
2aba9f7fcb
|
user32/tests:c Add msg tests for SetActiveWindow().
|
2008-06-26 13:30:39 +02:00 |
|
Dmitry Timoshkov
|
bb4e7832b4
|
user32: Make test_SetForegroundWindow() the last message test.
|
2008-06-24 12:45:16 +02:00 |
|
Joris Huizer
|
85ac6a388b
|
user32/tests: Copy/paste fix.
|
2008-06-23 12:45:49 +02:00 |
|
Anatoly Lyutin
|
f567cb5878
|
user32/tests: Add two tests for ShowWindow(SW_RESTORE).
|
2008-06-23 12:45:42 +02:00 |
|
Anatoly Lyutin
|
8fb730543d
|
user32: Return at the end of processing (cmd == SW_HIDE).
|
2008-06-21 11:36:40 +02:00 |
|
Paul Vriens
|
5191f0f2fd
|
user32/tests: Skip tests if functions are not implemented.
|
2008-06-21 11:14:20 +02:00 |
|
Dmitry Timoshkov
|
bbd8ae4322
|
user32: Add a test for MNS_NOTIFYBYPOS, make it pass under Wine.
|
2008-06-18 15:21:49 +02:00 |
|
Alexandre Julliard
|
90d46e3010
|
user32/tests: Fix formatting of a trace.
|
2008-06-10 11:34:40 +02:00 |
|
Alexandre Julliard
|
3cc1270f99
|
user32/tests: Don't add a newline before dumping the flag values.
|
2008-06-04 12:34:27 +02:00 |
|