Nikolay Sivov
|
151694a0bc
|
user32: Handle NULL argument in GetKeyboardLayoutNameW().
|
2015-01-13 17:52:27 +01:00 |
Piotr Caban
|
91eced0ce5
|
user32: Only store dialog focus when window is hidden or inactive.
|
2015-01-07 23:48:28 +01:00 |
Francois Gouget
|
ea932fbcc1
|
Assorted spelling fixes.
|
2014-12-05 20:47:45 +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 |
Sebastian Lackner
|
d5ba7451a3
|
user32: Avoid sending window messages in FindWindowExW.
|
2014-11-18 22:10:38 +09:00 |
Sebastian Lackner
|
c56ba461a2
|
user32/tests: Add multi-threaded tests for [Get|Set]WindowText.
|
2014-11-18 22:10:36 +09:00 |
Sebastian Lackner
|
d6bdae11df
|
user32/tests: Add single-threaded tests for WM_[GET|SET]TEXT and [Get|Set]WindowText.
|
2014-11-18 22:10:28 +09:00 |
Sebastian Lackner
|
0a6e56bdc6
|
user32/tests: Reenable test function for WM_GETTEXT.
|
2014-11-18 22:10:24 +09:00 |
Sebastian Lackner
|
381adbf1c4
|
user32/tests: Add tests for internal window messages of FindWindowEx.
|
2014-11-18 22:09:47 +09:00 |
Sebastian Lackner
|
0cf86baf65
|
user32/tests: Remove unnecessary char array and add additional test in test_FindWindowEx.
|
2014-11-18 22:09:28 +09:00 |
Qian Hong
|
8a9115d91e
|
user32/tests: Test exception handling for timer callbacks.
|
2014-11-11 16:16:20 +09:00 |
Piotr Caban
|
3be5c16b4d
|
user32: Move IME window procedure to user32.
|
2014-11-11 16:09:47 +09:00 |
André Hentschel
|
4ac0808022
|
user32/tests: Clarify ok() condition (PVS-Studio).
|
2014-11-11 14:21:24 +09:00 |
Huw Davies
|
4c2ad39140
|
user32: Make the combo's listbox a topmost window.
|
2014-11-10 19:23:46 +09:00 |
Sebastian Lackner
|
3326cad0dd
|
user32/tests: Add tests for MsgWaitForMultipleObjectsEx.
|
2014-11-06 23:47:12 +09:00 |
Nikolay Sivov
|
3c24481dea
|
user32/tests: Use win_skip() where appropriate.
|
2014-11-06 14:58:15 +09:00 |
Piotr Caban
|
43dcd40c0b
|
user32: Show that IME window class is one of builtin classes.
|
2014-10-29 20:31:00 +09:00 |
Piotr Caban
|
3f1bbdcae3
|
server: Send mouse hardware messages to thread owning top-most window.
Also don't limit mouse message scope to top-most window when message
comes from SendInput or window that generated the event is
minimized/transparent.
|
2014-10-17 17:51:52 +09:00 |
Piotr Caban
|
2235c820a9
|
user32/tests: Add mouse SendInput tests when mouse events are captured.
|
2014-10-17 17:51:43 +09:00 |
Piotr Caban
|
65b09537b3
|
user32/tests: Add mouse SendInput tests.
|
2014-10-17 17:51:36 +09:00 |
Piotr Caban
|
0b273d279b
|
user32/tests: Add cross-process mouse click test.
|
2014-09-29 18:55:33 +02:00 |
Piotr Caban
|
c86bd676c7
|
user32/tests: Add cross-process WindowFromPoint tests.
|
2014-09-29 18:55:21 +02:00 |
Piotr Caban
|
d137a95fda
|
user32/tests: Add initial WindowFromPoint tests.
|
2014-09-29 18:55:16 +02:00 |
Piotr Caban
|
dcdf4dbf15
|
user32: Return early on child windows in DrawMenuBar.
|
2014-09-23 18:48:26 +02:00 |
Sebastian Lackner
|
4a3e0e1e0c
|
user32/tests: Add an additional test for GetMenuItemInfo with NULL pointer as TypeData.
|
2014-09-09 11:11:28 +02:00 |
Sebastian Lackner
|
34f8053efe
|
user32/tests: Add a missing call to ReleaseActCtx().
|
2014-06-24 13:31:24 +02:00 |
Alexandre Julliard
|
ae6efdd45d
|
user32/tests: Silence some noisy traces.
|
2014-06-17 10:58:55 +02:00 |
Alexandre Julliard
|
a95651a5dc
|
user32/tests: Remove some noisy traces.
|
2014-06-13 10:13:41 +02:00 |
Henri Verbeet
|
f25317a608
|
user32: Ensure at least one character is used in TEXT_WordBreak().
|
2014-06-13 10:12:12 +02:00 |
Bruno Jesus
|
d90d2ab558
|
user32/tests: Fix a memory leak (valgrind).
|
2014-06-11 16:09:42 +02:00 |
Piotr Caban
|
7257b62bd1
|
user32: Try to activate topmost activable window in WINPOS_ActivateOtherWindow.
|
2014-06-11 16:09:01 +02:00 |
Austin English
|
2227abbc2c
|
user32: Fix a comment.
|
2014-06-11 13:06:32 +02:00 |
Vincent Povirk
|
417585661c
|
server: Clear the queue's QS_SMRESULT bit when sending a new message.
|
2014-05-20 21:26:52 +02:00 |
Vincent Povirk
|
abea10fa93
|
user32/tests: Add test for SendMessage race condition.
|
2014-05-19 18:55:55 +02:00 |
Piotr Caban
|
c2df317c4b
|
user32: Fix LoadStringA behavior on 1-character long buffer.
|
2014-05-14 17:20:56 +02:00 |
Frédéric Delanoy
|
b242d9cee3
|
user32/tests: Constify some arrays.
|
2014-05-12 10:48:33 +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 |
Andrew Eikum
|
cb1242a8f2
|
user32: Only update listbox horizontal scroll info if WS_HSCROLL is set.
|
2014-04-28 18:25:02 +02:00 |
Vincent Povirk
|
eb8406b810
|
user32/tests: Our popup test window loses capture to itself.
|
2014-04-25 10:16:15 +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 |
Vincent Povirk
|
412222609f
|
user32/tests: Add test calling EndMenu from WM_ENTERMENULOOP.
|
2014-04-25 10:16:07 +02:00 |
Patrick Rudolph
|
66316964a9
|
user32/tests: Add tests for valid cbSize in GetMonitorInfoW.
|
2014-04-24 11:38:24 +02:00 |
Andrew Eikum
|
c4a28490f3
|
user32: Allow setting horizontal extent even without WS_HSCROLL.
|
2014-04-24 11:37:13 +02:00 |
Patrick Rudolph
|
24c572874d
|
user32/tests: Add tests for valid cbSize in GetMonitorInfoA.
|
2014-04-22 18:45:30 +02:00 |
Dmitry Timoshkov
|
c6dbb33e19
|
user32: When converting from MF_ flags to MENUITEMINFO ignore MF_POPUP if id is not a menu.
|
2014-04-21 11:09:52 +02:00 |
Dmitry Timoshkov
|
7744c7003b
|
user32/tests: Add AppendMenu/ModifyMenu MF_POPUP tests.
|
2014-04-21 11:09:51 +02:00 |
Vincent Povirk
|
68f2b878d2
|
user32: Allow EndMenu() calls from WM_ENTERMENULOOP.
|
2014-04-18 14:36:04 +02:00 |