Alexandre Julliard
|
ab2cac4815
|
user32: Fix handling of NULL paint struct in BeginPaint.
|
2012-11-27 20:52:25 +01:00 |
Alexandre Julliard
|
841214ddb4
|
user32: Don't check for driver events before normal messages in PeekMessage.
|
2012-11-21 19:20:27 +01:00 |
Alexandre Julliard
|
0bc93684f0
|
winex11: Move the icon window off-screen for managed windows.
|
2012-10-15 16:17:22 +02:00 |
Michael Stefaniuc
|
1e5328c77c
|
user32: Remove superfluous function pointer casts.
|
2012-09-20 19:22:59 +02:00 |
Alexandre Julliard
|
8e87b9233a
|
user32/tests: Fix coordinates in the UpdateLayeredWindow broken case.
|
2012-09-18 14:47:00 +02:00 |
Alexandre Julliard
|
b57323a61e
|
user32/tests: Add a test for calling UpdateLayeredWindow from a different thread.
|
2012-09-17 14:13:27 +02:00 |
Alexandre Julliard
|
b9fa73a798
|
user32/tests: Add some tests for UpdateLayeredWindow.
|
2012-09-13 13:50:57 +02:00 |
Sergey Guralnik
|
cbf9589ba3
|
user32: Rearrange ComboBox repositioning code.
|
2012-07-26 21:38:10 +02:00 |
Sergey Guralnik
|
fb4545847e
|
user32: Add test for ComboBox repositioning behavior.
|
2012-07-03 12:04:57 +02:00 |
Thomas Faber
|
eaaa448d2b
|
user32/tests: Do not depend on argument evaluation order.
|
2012-02-22 18:47:38 +01:00 |
Alexandre Julliard
|
0702d31c81
|
user32/tests: Fix some test failures on Windows.
|
2012-01-09 16:40:28 +01:00 |
Dmitry Timoshkov
|
98e2bf4e1c
|
user32: Add an invalid window check to SetActiveWindow.
|
2012-01-05 20:54:13 +01:00 |
Dmitry Timoshkov
|
d09e973f7d
|
user32: Add an invalid window check to SetFocus.
|
2012-01-05 20:54:10 +01:00 |
Dmitry Timoshkov
|
593340774a
|
user32: Add some tests for SetFocus/SetActiveWindow called on invalid or belonging to another thread windows.
|
2012-01-04 18:59:12 +01:00 |
Dmitry Timoshkov
|
229fb8a447
|
user32: Add some SetFocus message tests.
|
2011-12-30 12:53:41 +01:00 |
Alexandre Julliard
|
f6ccb2c498
|
user32/tests: Remove a crashing test.
|
2011-12-30 12:53:40 +01:00 |
Michael Stefaniuc
|
8cd1d5839f
|
user32/tests: Drop superfluous function pointer casts.
|
2011-11-21 11:51:12 +01:00 |
Erich Hoover
|
d202990851
|
user32: Prioritize focus for dialog owner on EndDialog.
|
2011-11-18 15:37:05 +01:00 |
Alexandre Julliard
|
f0d1bf5f4e
|
user32/tests: Flush events before the key flags test.
|
2011-11-08 18:19:16 +01:00 |
André Hentschel
|
fd71f87642
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2011-09-26 18:15:34 +02:00 |
Francois Gouget
|
ff8f6e8662
|
user32: When destroying a window, preserve the first WM_QUIT message that was posted to it.
|
2011-08-23 11:50:59 +02:00 |
Francois Gouget
|
30f2c6610d
|
user32/tests: Test what happens to a WM_QUIT posted to a window that gets destroyed.
|
2011-08-23 11:50:56 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Alexandre Julliard
|
adc59e1437
|
user32/tests: Make hook messages optional in the SetParent test.
|
2011-07-25 10:43:20 +02:00 |
Alexandre Julliard
|
fb2df6752e
|
user32/tests: Fix test failures when the low-level hook cannot be set.
|
2011-07-22 13:03:28 +02:00 |
Alexandre Julliard
|
a900fe7c9e
|
user32/tests: Fix some last error tests that fail on Windows.
|
2011-07-22 13:03:28 +02:00 |
Alexandre Julliard
|
5be95f40c5
|
user32/tests: Mark some messages optional in the SetParent sequence.
|
2011-07-22 13:03:27 +02:00 |
Vincent Povirk
|
b85dbc9c03
|
user32: Test that QS_HOTKEY is properly set and cleared.
|
2011-07-06 19:43:33 +02:00 |
Vincent Povirk
|
cc0ea69867
|
server: Post WM_HOTKEY when a hotkey is pressed.
|
2011-06-21 14:51:14 +02:00 |
Vincent Povirk
|
4c83138f72
|
server: Implement RegisterHotKey/UnregisterHotKey.
|
2011-06-21 14:51:08 +02:00 |
Vincent Povirk
|
ba9231993d
|
user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
|
2011-06-21 12:27:08 +02:00 |
Vincent Povirk
|
1e2e3d1a05
|
user32: Add a test to find the queue containing hotkey messages.
|
2011-06-14 14:11:10 +02:00 |
Vincent Povirk
|
9eb6af791f
|
user32: Ignore painting messages in the hotkey test using a wndproc.
|
2011-06-14 14:11:07 +02:00 |
Marcus Meissner
|
891fcb20ac
|
user32: Initialize all of msg (Coverity).
|
2011-06-13 11:30:14 +02:00 |
Vincent Povirk
|
b0beeaffc6
|
user32/tests: Do not check the last error on succeeding hotkey calls.
|
2011-06-08 14:12:41 +02:00 |
Vincent Povirk
|
a5719990b5
|
user32/tests: Test registering the same hotkey hwnd/id pair twice.
|
2011-06-08 14:12:41 +02:00 |
Vincent Povirk
|
58ae3a7fcc
|
user32/tests: Add test showing hotkeys change the async key state.
|
2011-06-08 14:12:41 +02:00 |
Vincent Povirk
|
03fbf37fe8
|
user32/tests: Ignore paint messages in hotkey tests.
|
2011-06-08 14:12:40 +02:00 |
Vincent Povirk
|
ad3e0b78ad
|
user32/tests: Add test for flags on keyboard messages.
|
2011-06-08 14:12:40 +02:00 |
Vincent Povirk
|
6115951502
|
user32: Add message test for hotkeys.
|
2011-05-26 15:23:56 +02:00 |
Vincent Povirk
|
363b2bb9d1
|
user32: Add test for RegisterHotKey/UnregisterHotKey.
|
2011-05-26 15:23:56 +02:00 |
Dmitry Timoshkov
|
629f382a80
|
user32: Fix the single menu item activation using a hot key.
|
2011-04-12 17:42:12 +02:00 |
Dmitry Timoshkov
|
444b781ff3
|
user32: Add a test for activating a menu consisting from a single menu item using a hot key.
|
2011-04-06 18:05:39 +02:00 |
Dmitry Timoshkov
|
bb411cfb65
|
user32: DefDlgProc on WM_QUIT should repost it and terminate the dialog message loop.
|
2011-04-05 13:36:56 +02:00 |
Dmitry Timoshkov
|
1a65e209f8
|
user32: Add a test for WM_QUIT handling by DefDlgProc.
|
2011-04-05 13:36:56 +02:00 |
Austin Lund
|
be24fd4b64
|
user32/tests: Fixed SetParent test on 64bit Vista.
|
2011-04-01 11:54:50 +02:00 |
Marcus Meissner
|
b0b77d4ba9
|
user32: Fixed some more side effect functions in assert() (Coverity).
|
2011-02-25 14:47:50 +01:00 |
Dmitry Timoshkov
|
07cfce6edf
|
user32: Add message tests for SetParent().
|
2011-02-09 13:46:17 -06:00 |
Austin Lund
|
555e59a454
|
user32/tests: Disable IME for msg tests.
|
2010-12-03 14:28:31 +01:00 |
Austin Lund
|
0fe32508a7
|
user32/tests: Close second window in DBCS WM_CHAR tests.
|
2010-12-03 14:28:31 +01:00 |