Marcus Meissner
|
cfe4c7fde9
|
user32: Use left shift instead of right shift (Coverity).
|
2011-05-05 17:28:42 +02:00 |
Tim Hentenaar
|
a415974b2e
|
user32: GetTabbedTextExtent() returns non-zero value when nCount == 0.
|
2011-04-27 13:15:00 +02:00 |
Alexandre Julliard
|
bd1fab7862
|
user32: Don't start menu tracking when the owner window is invalid.
|
2011-04-21 16:53:42 +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 |
David Hedberg
|
c764210731
|
user32: Fix return value when passing a non-sibling preceding window to SetWindowPos.
Acrobat Reader relies on SetWindowPos, with hwndInsertAfter set to a
non-sibling window and no SWP_NOZORDER passed, to return true.
|
2011-03-30 15:03:44 +02:00 |
David Hedberg
|
955ec50173
|
user32/tests: Add some more tests for SetWindowPos.
|
2011-03-30 14:59:48 +02:00 |
Jörg Höhle
|
8d387f06eb
|
user32/tests: Add a few IsWindow checks.
|
2011-03-30 13:28:04 +02:00 |
Alexandre Julliard
|
e705f29fd5
|
user32/tests: Fix the GetCursorFrameInfo parameter types.
|
2011-03-17 13:06:50 +01:00 |
Erich Hoover
|
274e5db7e7
|
user32: Add support for sequence-based animated cursors.
|
2011-03-17 13:06:49 +01:00 |
Erich Hoover
|
28e9b99728
|
user32: Add support for retrieving individual animated frames.
|
2011-03-17 13:06:49 +01:00 |
Francois Gouget
|
4f7fc170a7
|
user32/tests: Use NULL instead of casting 0.
|
2011-03-16 14:14:23 +01:00 |
Austin Lund
|
5d0783bc0d
|
user32/tests: Output error information in cursoricon tests.
|
2011-03-16 14:14:23 +01:00 |
Erich Hoover
|
3e35caa7b2
|
user32: Add preliminary support for reading and storing multi-rate animated cursor data.
|
2011-03-10 15:24:34 +01:00 |
Erich Hoover
|
86a9f20aa2
|
user32: Fix GetCursorFrameInfo when passed the proper number of steps.
|
2011-03-10 15:23:34 +01:00 |
Alexandre Julliard
|
7879b8e349
|
user32: Get rid of the RegisterClipboardFormat driver entry point.
|
2011-03-07 17:06:50 +01:00 |
Erich Hoover
|
e776f3ccf7
|
user32: Implement semi-stub of GetCursorFrameInfo.
|
2011-03-07 15:10:22 +01:00 |
Erich Hoover
|
7b0ab606e2
|
user32: Permit loading animated cursors with CreateIconFromResource(Ex).
|
2011-03-07 15:10:01 +01:00 |
Dmitry Timoshkov
|
7fb4e2ae45
|
user32: Add a test to make sure that SendInput sets a non-zero event time.
|
2011-03-04 16:26:00 +01:00 |
Alexandre Julliard
|
383d8ac105
|
user32: Remove GetClipboardFormatName from the user driver interface.
|
2011-03-04 16:25:52 +01:00 |
Wolfram Sang
|
ce5763b88c
|
user32: Make DIB_GetBitmapInfo checks stricter.
|
2011-02-28 13:15:01 +01:00 |
Wolfram Sang
|
25923d2f16
|
user32/tests: Modify proper fields instead of magic offsets.
|
2011-02-28 13:14:55 +01:00 |
Marcus Meissner
|
b0b77d4ba9
|
user32: Fixed some more side effect functions in assert() (Coverity).
|
2011-02-25 14:47:50 +01:00 |
Marcus Meissner
|
a91b0e4544
|
user32: Remove side effect code out of asserts() (Coverity).
|
2011-02-23 18:24:20 +01:00 |
Marcus Meissner
|
89e662084f
|
user32: Move functional code out of assert() (Coverity).
|
2011-02-23 18:22:50 +01:00 |
Dmitry Timoshkov
|
cf6c76b3b4
|
user32: Cope with failing SetForegroundWindow().
|
2011-02-21 15:18:29 +01:00 |
Dmitry Timoshkov
|
798edfec16
|
user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state.
|
2011-02-18 14:54:51 +01:00 |
Austin English
|
f956a472c0
|
user32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 13:33:32 +01:00 |
Austin English
|
fc2d1ded12
|
user32/tests: Remove some dead assignments (LLVM/Clang).
|
2011-02-10 09:58:50 -06:00 |
Dmitry Timoshkov
|
07cfce6edf
|
user32: Add message tests for SetParent().
|
2011-02-09 13:46:17 -06:00 |
Dmitry Timoshkov
|
de2aeebe72
|
user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent.
|
2011-02-09 13:46:00 -06:00 |
Austin English
|
7b4cf0bec0
|
user32/tests: Remove unneeded assignment (LLVM/Clang).
|
2011-02-09 09:26:32 -06:00 |
Joris Huizer
|
26f753aec8
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2011-02-07 10:04:37 -06:00 |
Alexander Scott-Johns
|
198a55bd6e
|
user32/tests: Test getting the data from synthesized clipboard formats.
|
2011-01-28 17:41:51 +01:00 |
Greg Geldorp
|
0406b5d543
|
user32/tests: Fix edit tests.
|
2011-01-24 14:43:26 +01:00 |
Greg Geldorp
|
f61c8c68b6
|
user32/tests: Fix DDE test failures on DBCS machines.
|
2011-01-17 13:22:05 +01:00 |
Greg Geldorp
|
2b0d8ed7c3
|
user32/tests: Fix menu test failures on East-Asian machines.
|
2011-01-13 15:22:00 +01:00 |
André Hentschel
|
1bf8612718
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2011-01-05 17:56:04 +01:00 |
Greg Geldorp
|
4856c299ba
|
user32/tests: Skip DefWindowProc tests on Vista+.
|
2011-01-03 11:54:03 +01:00 |
André Hentschel
|
cbf967d600
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2010-12-31 11:44:26 +01: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 |
André Hentschel
|
7e5da86076
|
user32/tests: Skip DDE tests on win9x.
|
2010-12-01 17:16:22 +01:00 |
Austin Lund
|
c82aa505e9
|
user32/tests: Fix test failures by disabling IME when testing unicode input.
|
2010-11-29 19:52:06 +01:00 |
André Hentschel
|
37adf3a6be
|
user32/tests: Remove obsolete comment.
|
2010-11-29 19:51:57 +01:00 |
Alexandre Julliard
|
30554d4ef1
|
user32: Check structure size in GetGUIThreadInfo.
|
2010-11-16 21:54:03 +01:00 |
Alexandre Julliard
|
8c963852f8
|
explorer: Make the systray window look more like a real taskbar in desktop mode.
|
2010-11-02 10:32:35 +01:00 |