Alexandre Julliard
|
5702324b37
|
user32: Add support for RTL window layouts in MapWindowPoints.
|
2010-09-22 20:27:52 +02:00 |
Dmitry Timoshkov
|
6cccf51645
|
user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.
|
2010-09-22 12:43:43 +02:00 |
Dmitry Timoshkov
|
a7188842af
|
user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.
|
2010-09-21 20:16:15 +02:00 |
Dmitry Timoshkov
|
8118430b68
|
user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.
|
2010-09-21 17:53:55 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Vladimir Panteleev
|
592d994f00
|
user32: Fix VK_RETURN handling in IsDialogMessage for dialogs without an IDOK.
|
2010-09-15 17:05:54 -05:00 |
Alexandre Julliard
|
cd56299e2f
|
user32/tests: Fix a number of test failures on Windows 7.
|
2010-09-03 11:04:33 +02:00 |
Alexandre Julliard
|
196ec5969d
|
user32: Implement Get/SetProcessDefaultLayout.
|
2010-09-02 18:01:01 +02:00 |
Alexandre Julliard
|
942866f90d
|
user32: Make child windows inherit the WS_EX_LAYOUTRTL style from their parent.
|
2010-09-02 17:55:02 +02:00 |
Alexandre Julliard
|
30d2079574
|
user32: Set the DC layout to mirrored when the window has the WS_EX_LAYOUTRTL style.
|
2010-09-02 15:16:39 +02:00 |
Dmitry Timoshkov
|
38b8805c0c
|
user32: Add a bunch of GetWindowPlacement() tests, fix some simple cases.
|
2010-09-01 17:07:35 +02:00 |
Alexandre Julliard
|
f061743a90
|
user32/tests: Remove some noisy output.
|
2010-09-01 11:13:59 +02:00 |
Alexandre Julliard
|
cd79ec79a6
|
user32: Prevent changing some window styles through SetWindowLong.
|
2010-09-01 11:13:27 +02:00 |
Wolfram Sang
|
9f0f17f853
|
user32: Check for valid pointer in CreateIconFromResource.
|
2010-08-17 14:18:45 +02:00 |
Dmitry Timoshkov
|
dfe6ae58af
|
user32: Protect from setting as a window owner one of its successors.
|
2010-08-04 17:35:22 +02:00 |
Dmitry Timoshkov
|
5aa45d9cf4
|
user32: Add a test for GetClassInfo, make it pass under Wine.
|
2010-08-03 11:43:59 +02:00 |
Alexandre Julliard
|
f1ea06375d
|
user32: DCX_NORESETATTRS should be applied at DC release time.
|
2010-07-22 20:00:35 +02:00 |
Dylan Smith
|
9f32d6d6a9
|
user32: Prevent resize of minimized windows from SetWindowPos.
|
2010-07-22 12:57:04 +02:00 |
Dylan Smith
|
f35dabad99
|
user32/tests: Minimized windows shouldn't be resizable.
|
2010-07-22 12:56:41 +02:00 |
Michael Stefaniuc
|
c2756bc0c4
|
user32: Remove the ignored common resource attributes.
|
2010-07-22 11:41:36 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
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 |