Austin Lund
|
3dcd46f597
|
user32/tests: Remove superfluous code from WM_PAINT loop test.
|
2009-08-14 11:27:31 +02:00 |
Austin Lund
|
65758cde7f
|
user32/tests: Added tests for infinite WM_PAINT loop.
|
2009-08-13 16:22:07 +02:00 |
Alexandre Julliard
|
7b40a2fa95
|
user32/tests: More systematically ignore the messages we don't care about.
|
2009-06-04 12:17:48 +02:00 |
Alexandre Julliard
|
f922283335
|
user32/tests: Only check the foreground window when it belongs to the current thread.
|
2009-06-02 11:57:22 +02:00 |
Alexandre Julliard
|
d6c8a003e1
|
user32/tests: Add more systematic support for ignoring certain messages.
|
2009-05-12 12:09:30 +02:00 |
Alexandre Julliard
|
287d22eba3
|
user32/tests: Fix a couple of test failures on Windows.
|
2009-04-10 20:45:08 +02:00 |
Nikolay Sivov
|
a2b7aafdae
|
user32: Implemented GetWindowRgnBox with some tests.
|
2009-04-02 15:09:55 +02:00 |
Alexandre Julliard
|
943ae1f5a6
|
user32/tests: SetForegroundWindow sometimes fails on Win98.
|
2009-03-11 13:03:32 +01:00 |
Francois Gouget
|
8b28508d2b
|
user32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:21 +01:00 |
Alexandre Julliard
|
9120ce53f1
|
user32/tests: Remove an unreliable pixel test.
|
2009-02-20 18:46:05 +01:00 |
Alexandre Julliard
|
d00ad7f197
|
user32/tests: Skip some tests if SetForegroundWindow doesn't behave correctly.
|
2009-02-16 11:52:38 +01:00 |
Alexandre Julliard
|
2d155031cc
|
user32/tests: Skip tests if we fail to inject mouse or keyboard events.
|
2009-02-13 13:03:26 +01:00 |
Alexandre Julliard
|
bd36ca6e79
|
user32/tests: Fix Z-order tests in the presence of owned popups.
Also fix a couple of other failures on Windows.
|
2009-02-12 17:53:35 +01:00 |
Alexandre Julliard
|
a5162b62e7
|
user32/tests: Fix some window test failures on various Windows platforms.
|
2009-02-09 14:37:23 +01:00 |
Michael Stefaniuc
|
e89386a59e
|
user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
|
2009-02-05 13:15:32 +01:00 |
Florian Köberle
|
8afc5fe6d5
|
user32: Fix maximized child windows.
|
2009-01-27 15:18:56 +01:00 |
Florian Köberle
|
4cfb1e6952
|
user32/tests: Improved an error message.
|
2009-01-27 15:18:28 +01:00 |
Florian Köberle
|
a50deff4be
|
user32: Fix thick child minTrack and size.
|
2009-01-27 15:18:10 +01:00 |
Florian Köberle
|
ce119daf3e
|
user32: Fix maxPosition of thick child windows.
|
2009-01-27 15:18:00 +01:00 |
Florian Köberle
|
dc1a7113b5
|
user32/tests: Use AdjustWindowRectEx to calculate minTrack and maxPosition.
|
2009-01-27 15:17:51 +01:00 |
Alexandre Julliard
|
7cbe285416
|
user32/tests: Make the traces less verbose in the window test.
|
2009-01-25 17:29:32 +01:00 |
Florian Köberle
|
8784702d1f
|
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
|
2009-01-23 15:39:39 +01:00 |
Alexandre Julliard
|
00b851d864
|
user32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.
|
2009-01-23 13:13:54 +01:00 |
Alexandre Julliard
|
e280bf6644
|
user32/tests: Don't display window info for hooks that don't contain a window.
Ignore some more registered messages.
Fix some other failures on Win2k.
|
2009-01-22 15:28:05 +01:00 |
Florian Köberle
|
72e6fe9431
|
user32/tests: Extended test about thick child windows.
|
2009-01-21 13:27:08 +01:00 |
Florian Köberle
|
7b8b17dd42
|
user32/tests: Fixed error message.
|
2009-01-21 13:27:05 +01:00 |
Alexandre Julliard
|
c6144893b6
|
user32/tests: Fix the layered window tests for some Vista versions.
|
2009-01-13 17:33:08 +01:00 |
Michael Stefaniuc
|
e202baabd5
|
user32/tests: Do not cast the (IDC|IDI|RT)_* defines to LPSTR.
|
2009-01-13 15:26:11 +01:00 |
Alexandre Julliard
|
d852ac0b1f
|
user32/tests: Fix some integer to pointer conversion warnings.
|
2009-01-08 13:18:01 +01:00 |
Alexandre Julliard
|
d8e11632f1
|
user32/tests: Fix some printf formats for 64-bit.
|
2009-01-03 20:16:33 +01:00 |
Paul Vriens
|
f4da3fd7ac
|
user32/tests: Destroy the windows after the tests.
|
2008-12-16 12:51:03 +01:00 |
Alexandre Julliard
|
ad4605fc61
|
user32/tests: Added some tests for behavior of 64-bit user handles.
|
2008-12-08 16:05:58 +01:00 |
Alexandre Julliard
|
5118108c82
|
user32/tests: Fix a number of window tests on Win9x and Vista.
|
2008-11-26 12:04:51 +01:00 |
Alexandre Julliard
|
bd8e14bedd
|
user32/tests: Only test the window caption status if there is a foreground window.
|
2008-11-21 15:53:25 +01:00 |
Paul Vriens
|
a413c38a7c
|
user32/tests: Fix a few test failures on Win9x.
|
2008-11-21 10:03:17 +01:00 |
Alexandre Julliard
|
424b5e61f0
|
user32/tests: Allow the foreground window to be null in the window tests.
|
2008-11-20 20:51:06 +01:00 |
Paul Vriens
|
bc3484bc20
|
user32/tests: Don't crash on Win95.
|
2008-11-20 12:01:27 +01:00 |
Alexandre Julliard
|
80e163eba9
|
user32/tests: Fix a few more failures in the window test.
|
2008-11-20 11:57:32 +01:00 |
Florian Köberle
|
c6adf31841
|
user32/tests: Test size and minmax of WS_THICKFRAME child.
|
2008-11-19 15:02:37 +01:00 |
Florian Köberle
|
b422c4b874
|
user32/tests: Capture tests should not require no active window.
|
2008-11-19 14:57:50 +01:00 |
Damjan Jovanovic
|
1603a51d4e
|
user32: Handle NULL rectangles in WM_NCCALCSIZE.
|
2008-11-18 15:52:00 +01:00 |
Vitaliy Margolen
|
a4b62b1781
|
user32/tests: Print line numbers of callers in check_wnd_state to help debugging.
|
2008-11-13 12:04:13 +01:00 |
Alexandre Julliard
|
4a57339236
|
user32/tests: Fix window tests on various Windows versions.
|
2008-11-12 11:48:49 +01:00 |
Detlef Riekenberg
|
de267347c5
|
user32/tests: Avoid crash on win9x.
|
2008-10-27 13:49:21 +01:00 |
Dmitry Timoshkov
|
d6544f041b
|
user32: Fix a typo.
|
2008-10-20 12:23:41 +02:00 |
Dmitry Timoshkov
|
922dc31224
|
user32: Add a test for fullscreen window sizing, make it pass under Wine.
It appears that Windows doesn't always restrict the window size by
the monitor work area. The tests pass under XP SP3 and Win98.
|
2008-10-17 11:42:31 +02:00 |
Dmitry Timoshkov
|
53160b600f
|
user32: Print the expected and received rectangles.
|
2008-10-06 13:48:14 +02:00 |
Vitaliy Margolen
|
d83fc43e5e
|
user32/tests: Move shell test to the end - killing explorer affects lots of tests.
|
2008-09-30 10:14:22 -05:00 |
Alexandre Julliard
|
343d2420fc
|
user32/tests: Fix some test failures on XP.
|
2008-09-17 14:05:06 +02:00 |
Alexandre Julliard
|
6337ba3ca0
|
user32/tests: Fix a test that fails on all Windows versions.
|
2008-09-15 11:30:13 +02:00 |