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 |
|
Dmitry Timoshkov
|
e6d9fc65a2
|
user32: CBT hook doesn't send window messages.
|
2008-05-30 11:05:16 +02:00 |
|
Dmitry Timoshkov
|
954d6e2ed9
|
user32: Add tests for painting minimized/clipped windows.
|
2008-05-13 10:40:24 +02:00 |
|
Alexandre Julliard
|
30c0639b5a
|
server: Crop the invalidate region against the rectangles of all parents.
|
2008-05-12 12:44:10 +02:00 |
|
Alexandre Julliard
|
bc25119c6e
|
server: Also crop the update region of children when moving a window.
|
2008-05-12 12:44:10 +02:00 |
|
Alexandre Julliard
|
e02969ddf0
|
server: When moving/resizing a window crop the update region against the new rectangle of the parents.
|
2008-05-12 12:41:17 +02:00 |
|
ByeongSik Jeon
|
64e64d657c
|
user32: Post the WM_KEY{DOWN|UP} message whenWM_IME_KEY{DOWN|UP} message is generated by IME.
|
2008-05-01 10:57:34 +02:00 |
|
James Hawkins
|
17c907e6c3
|
user32: Fix a test that fails on platforms without IME.
|
2008-04-28 14:36:05 +02:00 |
|
Anatoly Lyutin
|
391ecdb6d2
|
user32/tests: Add test for switching not maximized mdi children.
|
2008-04-18 13:57:15 +02:00 |
|
Anatoly Lyutin
|
7c4c6f1b59
|
user32/tests: Get rid of magic number.
|
2008-04-18 13:57:15 +02:00 |
|
Alexandre Julliard
|
d0e1dd84b2
|
user32: Fix a few ShowWindow todo tests.
|
2008-04-04 18:22:40 +02: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 |
|
Marcus Meissner
|
a0c18ce784
|
user32/tests: Fix uninitialized struct component.
|
2008-03-24 20:41:45 +01:00 |
|
Vitaliy Margolen
|
d8391a4a46
|
user32: Fix F1 message sequence.
|
2008-03-24 11:35:30 +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 |
|
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
|
9ac7f20514
|
user32/tests: Skip tests instead of crashing if global hook cannot be set.
|
2008-03-03 17:51:42 +01:00 |
|
Maarten Lankhorst
|
c6e61fbf89
|
user32: Fix a message test that would only pass on wine.
|
2008-02-18 14:11:17 +01:00 |
|
Paul Vriens
|
7aaaad2110
|
user32/tests: Run full test again on win95 and NT4.
|
2008-01-23 12:05:42 +01:00 |
|
Francois Gouget
|
5f7a9cea38
|
Assorted spelling fixes.
|
2007-12-07 16:35:32 +01:00 |
|
Francois Gouget
|
b0afca5704
|
user32/tests/msg: Don't mess up lParam as it is passed on to DefWindowProcA().
|
2007-11-13 23:28:06 +01:00 |
|
James Hawkins
|
e6b658c4bf
|
user32: Define WM_LBTRACKPOINT if it's not previously defined.
|
2007-10-26 14:03:47 +02:00 |
|
Dmitry Timoshkov
|
566ce8f5ed
|
user32: Add more listbox message tests, make them pass under Wine.
|
2007-10-18 14:09:42 +02:00 |
|