Dylan Smith
|
41dbacdc71
|
user32: RegisterClassEx should check for invalid cbSize field.
|
2010-07-19 14:38:16 +02:00 |
André Hentschel
|
9c1149045f
|
user32/tests: The dialog for that proc has no IDCANCEL.
|
2010-07-07 11:30:27 +02:00 |
André Hentschel
|
f0e21b0e62
|
user32/tests: Test that GetDlgItem does not recurse.
|
2010-07-02 13:19:21 +02:00 |
André Hentschel
|
50c94bf054
|
user32/tests: Use if(0) instead of a comment to make sure code still compiles.
|
2010-06-30 11:53:08 +02:00 |
Alexandre Julliard
|
b2de316fc5
|
user32: Add a heuristic for Unicode mappings of DDE data on the server side.
|
2010-06-24 23:54:38 +02:00 |
Alexandre Julliard
|
f83bc2e50a
|
user32/tests: Fix more DDE test failures on Win9x.
|
2010-06-24 23:54:16 +02:00 |
Alexandre Julliard
|
83adf08bb7
|
user32/tests: Add some Unicode test cases for A/W mappings.
|
2010-06-24 22:17:19 +02:00 |
Alexandre Julliard
|
c58fe1f414
|
user32/tests: Restructure the DDE end-to-end tests to make it easier to add new cases.
|
2010-06-24 20:39:16 +02:00 |
Alexandre Julliard
|
fe161ec2f9
|
user32/tests: Fix some DDE test failures on Win9x.
|
2010-06-23 15:26:48 +02:00 |
Alexandre Julliard
|
f5f93d459e
|
user32/tests: Add more systematic tests to validate the DDE client-side A<->W conversions.
|
2010-06-23 15:26:48 +02:00 |
Alexandre Julliard
|
2649f769a5
|
user32/tests: Fix some class tests that behave differently on WoW64.
|
2010-06-17 14:05:42 +02:00 |
Alexandre Julliard
|
fec9dc41f9
|
user32/tests: Ignore repeat key flag that causes occasional failures on Windows.
|
2010-06-17 13:37:42 +02:00 |
Alexandre Julliard
|
d8867fa718
|
user32/tests: Expand the DCX_NORESETATTR test to make sure we check the correct DC.
|
2010-06-17 12:56:25 +02:00 |
Wolfram Sang
|
0dfedd50c3
|
user32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
|
2010-06-07 13:52:35 +02:00 |
Austin English
|
6487f3397a
|
user32/tests: Check return value of GetUpdateRect in test_validatergn.
|
2010-05-27 14:46:43 +02:00 |
Alexandre Julliard
|
03b335b926
|
user32/tests: Fix a test failure in desktop mode.
|
2010-05-25 16:28:04 +02:00 |
Austin English
|
5396713c2b
|
user32/tests: Check return value of DdeClientTransaction in test_initialisation().
|
2010-05-24 12:52:34 +02:00 |
Austin English
|
8ee8806773
|
user32: Add test for drop down width in test_changesize().
|
2010-05-24 12:52:20 +02:00 |
Henri Verbeet
|
2c2e3f8665
|
user32: Verify we got a valid window handle in GetDCEx().
|
2010-05-19 16:57:59 +02:00 |
Andrew Eikum
|
17789c1636
|
Revert "user32: Don't use DLGTEMPLATE's ExStyle when creating dialogs.".
This reverts commit 897f11d331 .
|
2010-05-19 11:17:55 +02:00 |
Dmitry Timoshkov
|
184c86e774
|
user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under Wine.
|
2010-05-17 15:41:27 +02:00 |
Wolfram Sang
|
636e35d8ad
|
user32: Apply sanity-check in BITMAP_Load.
|
2010-05-17 12:42:33 +02:00 |
Gerald Pfeifer
|
879328f3da
|
user32/tests: Make checks in test_LoadImageFile and test_LoadImage more comprehensive.
|
2010-05-12 14:13:14 +02:00 |
Gerald Pfeifer
|
173a813e6a
|
user32/tests: Remove variable atom which is not really used from test_Expose.
|
2010-05-10 18:20:36 +02:00 |
Wolfram Sang
|
f76a3b965c
|
user32: Honor bfOffBits in BITMAP_Load.
|
2010-05-10 18:20:36 +02:00 |
Gerald Pfeifer
|
612df7ee22
|
user32/tests: Remove SetShellWindowEx from test_shell_window.
|
2010-05-10 10:17:54 +02:00 |
Andrew Eikum
|
897f11d331
|
user32: Don't use DLGTEMPLATE's ExStyle when creating dialogs.
|
2010-05-08 13:12:49 +02:00 |
Alexandre Julliard
|
4c03fd0138
|
user32: Use the correct rop when blitting an icon in DrawIconEx.
|
2010-05-07 12:41:40 +02:00 |
Gerald Pfeifer
|
9da2bbfab7
|
user32/tests: Remove variable old_left_margin which is not really used from test_margins.
|
2010-05-04 18:38:43 +02:00 |
Gerald Pfeifer
|
7ef088b680
|
user32/tests: Destroy the window we created at the end of wait_idle_thread.
|
2010-05-04 18:36:55 +02:00 |
Paul Vriens
|
1b50493ba6
|
user32/tests: Run the tests again on Win95.
|
2010-05-03 13:57:17 +02:00 |
Alexandre Julliard
|
6551553fe6
|
winex11: Make the cursor window global instead of per-thread, and send it a message when the cursor changes.
|
2010-04-29 10:19:29 -05:00 |
Wolfram Sang
|
94a3c0987e
|
user32: Ignore reserved bytes in BMP fileheader.
|
2010-04-26 13:02:51 -05:00 |
Nikolay Sivov
|
0af447ce9f
|
user32/tests: Add some GetDlgItem() tests regarding children windows Z-order.
|
2010-04-25 19:22:11 -05:00 |
Vincent Povirk
|
a5fd32eb84
|
user32: Focus editboxes when the context menu is opened.
|
2010-04-25 07:38:10 -05:00 |
Gerald Pfeifer
|
f2c94fa138
|
user32: Remove variable mask which is not really used from check_alpha_draw.
|
2010-04-22 12:12:11 +02:00 |
Alexandre Julliard
|
b6765134a3
|
user32: The Z-order of owned windows doesn't depend on them having the WS_POPUP style.
|
2010-04-13 21:10:00 +02:00 |
Nikolay Sivov
|
e9bae2cfaf
|
user32: Block TrackPopupMenu if menu is already active.
|
2010-04-09 11:42:01 +02:00 |
Alexandre Julliard
|
a8e86e35dd
|
winapi: Generate the 64-bit variant of structure size/alignment tests.
|
2010-04-07 18:03:00 +02:00 |
Alexandre Julliard
|
c4dec77064
|
user32/tests: Fix a test that was incorrectly skipped on non-Win9x platforms.
|
2010-04-06 12:42:57 +02:00 |
Alexandre Julliard
|
1f1d9e7b02
|
user32/tests: Use the correct type for the bits pointer in CreateDIBSection calls.
|
2010-04-02 15:40:55 +02:00 |
Sébastien Ramage
|
e7165b3921
|
user32: End scrollbar tracking if the mouse capture is lost.
|
2010-03-25 10:55:51 +01:00 |
Alexandre Julliard
|
ce31f2da0a
|
user32/tests: Fix a couple of race conditions.
|
2010-03-23 13:24:27 +01:00 |
Alexandre Julliard
|
49de5ca39f
|
user32: Store the current cursor and show count in the server.
|
2010-03-22 17:54:21 +01:00 |
Francois Gouget
|
3428b94a8d
|
Assorted spelling and case fixes.
|
2010-03-22 10:49:13 +01:00 |
Paul Vriens
|
b897a37f38
|
user32/tests: Fix timeouts on Win9x/WinMe.
|
2010-03-19 12:26:46 +01:00 |
Alexandre Julliard
|
c83ea46e1a
|
user32: Return fake global information in GetCursorInfo instead of thread-local values.
|
2010-03-19 11:59:51 +01:00 |
Alexandre Julliard
|
0be0211682
|
user32/tests: Add some tests for GetCursorInfo.
|
2010-03-19 11:59:33 +01:00 |
Alexandre Julliard
|
d2ec02e06f
|
user32/tests: Add some tests for ShowCursor.
|
2010-03-18 19:26:36 +01:00 |
Alexandre Julliard
|
5a18e2a925
|
user32/tests: Add some tests demonstrating that SetCursor uses the thread input data.
|
2010-03-18 13:46:38 +01:00 |