Michael Stefaniuc
|
4b26eef83c
|
user32/tests: Use EqualRect() instead of open coding it.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-06 18:48:34 +09:00 |
Andrey Gusev
|
647ecec46d
|
user32/tests: Fix a typo in ok() messages.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-03 12:31:07 +09:00 |
Sebastian Lackner
|
57b7a9937d
|
user32: Implement SetCoalescableTimer and add basic tests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-29 20:30:57 +09:00 |
Alexander Lakhin
|
bc3f40e21a
|
user32: Send WM_CTLCOLOR* message only for visible buttons.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-20 21:52:51 +09:00 |
Sebastian Lackner
|
2c180741e1
|
user32/tests: Add tests for button WM_CTLCOLOR* messages.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-20 21:52:46 +09:00 |
Sebastian Lackner
|
b4ac51effa
|
user32: Do not block sending/posting WM_NOTIFY messages.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-20 16:54:47 +09:00 |
Nikolay Sivov
|
ad7cb43657
|
user32: Limit broadcast messages to system and registered ones.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-09 00:12:24 +09:00 |
Nikolay Sivov
|
d154c8424d
|
user32/tests: Message filtering tests for broadcast messages.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-09 00:12:24 +09:00 |
Vincent Povirk
|
906db769f1
|
user32: Skip menu loop for empty popup menus.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 19:44:02 +09:00 |
Jacek Caban
|
ed6614107a
|
user32/tests: Added more dialog owner tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-03 14:18:41 +09:00 |
Jacek Caban
|
aa5762d5c2
|
user32: Ignore WM_CHILDACTIVATE on disabled windows in DefMDIChildProc.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-27 00:13:29 +09:00 |
Jacek Caban
|
142133ae6c
|
user32: Always enable owner window in EndDialog.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-26 19:54:34 +09:00 |
Michael Müller
|
3c888a74c5
|
user32: Preserve beginning of extra data for MDI windows.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-26 19:54:04 +09:00 |
Frédéric Delanoy
|
fa56de2cd6
|
user32/tests: Use todo_wine_if() in tests.
Signed-off-by: Frédéric Delanoy <frederic.delanoy@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-22 17:37:11 +09:00 |
Alexandre Julliard
|
c1ed920e15
|
user32/tests: Add another test for dialog creation messages without DefDlgProc.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 00:49:11 +09:00 |
Piotr Caban
|
e7aabc640d
|
user32/tests: Add more dialog creation message tests.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 00:49:11 +09:00 |
Nikolay Sivov
|
8a7e7ec6a1
|
user32/tests: Simplify some tests using todo_wine_if().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-11 12:17:31 +09:00 |
Christopher Thielen
|
9bb87cc71c
|
user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice.
Signed-off-by: Christopher Thielen <cthielen@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-02 22:24:11 +09:00 |
Hugh McMaster
|
e7e33aecb3
|
user32/tests: Add some expected WPARAM values to the SetFocusComboBox sequences.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-29 23:30:53 +09:00 |
Piotr Caban
|
7b3c7af813
|
user32: Test error returned in out of timers case.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-26 23:27:00 +09:00 |
Hugh McMaster
|
75d95f6886
|
user32/tests: Add message tests for EM_SETSEL when getting/losing focus in combo boxes.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-06 15:51:58 +01:00 |
Qian Hong
|
43197e6641
|
user32: Properly handle WM_DEVICECHANGE in is_pointer_message().
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-30 17:27:52 +01:00 |
Qian Hong
|
81bd72640b
|
user32/tests: Add tests for WM_DEVICECHANGE message.
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-29 17:17:41 +01:00 |
Nikolay Sivov
|
69ec6f226e
|
user32/tests: One more activation context test for interthread SendMessage.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-21 18:17:35 +01:00 |
Alexandre Julliard
|
023af7c3cb
|
user32/tests: Fix a few msg test failures on Windows 7.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-26 00:12:50 +09:00 |
André Hentschel
|
3c9b8d7028
|
user32/tests: Add ARM and ARM64 arch strings.
|
2015-08-12 22:52:28 +09:00 |
Alex Henrie
|
541a6e1e5e
|
user32/tests: Correct spelling of "Invisible".
|
2015-07-20 11:50:36 +02:00 |
Dmitry Timoshkov
|
55a78fd19b
|
user32/tests: Add some tests to show that WS_CLIPCHILDREN doesn't exclude children from update region.
|
2015-07-01 22:56:39 +09:00 |
Jacek Caban
|
4bcb4881ae
|
user32: Limit number of hooks called recursively.
|
2015-06-29 18:51:01 +09:00 |
Alex Henrie
|
c68843f898
|
user32: Send BM_SETCHECK before WM_CAPTURECHANGED and add tests.
|
2015-06-23 17:08:23 +09:00 |
Huw Davies
|
1342254422
|
user32/tests: Try to fix the test failures on Win 2k.
|
2015-06-16 23:56:45 +09:00 |
Huw Davies
|
683ffd7ff1
|
user32/tests: Add some optional messages for Win XP.
|
2015-06-16 16:47:48 +09:00 |
Huw Davies
|
30c529c9f7
|
user32/tests: Use the correct codepage for WM_CHAR tests.
|
2015-06-12 21:22:43 +09:00 |
Aric Stewart
|
bed7e69a14
|
server: Do not replace focus and active windows with NULL on thread_attach_input.
|
2015-04-23 17:48:33 +09:00 |
Dmitry Timoshkov
|
c0e876cb9e
|
server: GetQueueStatus should clear only checked queue changed bits.
|
2015-04-21 17:32:53 +09:00 |
Dmitry Timoshkov
|
d31e8a3118
|
user32/tests: Add PeekMessage(PM_NOREMOVE) call to inter-thread messages test.
|
2015-04-21 17:32:31 +09:00 |
Dmitry Timoshkov
|
4ae80d15d9
|
user32/tests: Add a test for sending inter-thread messages.
|
2015-04-20 21:23:10 +09:00 |
Sebastian Lackner
|
1acf20779f
|
user32/tests: Add tests for removing already seen messages from the queue.
|
2015-03-17 16:00:46 +09:00 |
Piotr Caban
|
03f645a76b
|
server: Filter WM_QUIT message in PeekMessage call if PM_QS_POSTMESSAGE was not specified.
|
2015-02-09 17:40:40 +09:00 |
André Hentschel
|
0b811eeabf
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2015-01-21 21:36:06 +01:00 |
André Hentschel
|
f5f0b8bbc6
|
user32/tests: Remove unused variables (Clang).
|
2014-12-04 14:03:20 +01:00 |
Bruno Jesus
|
30120041c8
|
user32/tests: Ensure ShowWindow returns false when window is already hidden.
|
2014-11-25 19:49:32 +01:00 |
Drew Ronneberg
|
f271634296
|
user32: Do not call SendMessage() to hide a window that is already hidden.
|
2014-11-21 20:08:33 +09:00 |
Drew Ronneberg
|
0908c43327
|
user32/tests: Add tests for calling ShowWindow(SW_HIDE) on a hidden window.
|
2014-11-21 20:08:29 +09:00 |
Qian Hong
|
8a9115d91e
|
user32/tests: Test exception handling for timer callbacks.
|
2014-11-11 16:16:20 +09:00 |
Sebastian Lackner
|
3326cad0dd
|
user32/tests: Add tests for MsgWaitForMultipleObjectsEx.
|
2014-11-06 23:47:12 +09:00 |
Piotr Caban
|
dcdf4dbf15
|
user32: Return early on child windows in DrawMenuBar.
|
2014-09-23 18:48:26 +02:00 |
Sebastian Lackner
|
34f8053efe
|
user32/tests: Add a missing call to ReleaseActCtx().
|
2014-06-24 13:31:24 +02:00 |
Erich E. Hoover
|
b5bd529769
|
user32: Reduce the minimum Set[System]Timer from 15 ms to 10 ms.
|
2014-05-01 18:56:46 +02:00 |
Vincent Povirk
|
e1c5af1e8d
|
user32/tests: Add a message test for popup menus on windows that have capture.
|
2014-04-25 10:16:11 +02:00 |