Michael Stefaniuc
|
824974cee4
|
user32/tests: Fix the expected values in some ok() messages.
|
2012-06-04 19:36:15 +02:00 |
Piotr Caban
|
42eb57dfa7
|
user32/tests: Added SetWindowPos test that incorrectly sets focus.
|
2012-05-22 18:02:55 +02:00 |
Piotr Caban
|
1a74d21090
|
user32/tests: Added more GetMenuBarInfo tests.
|
2012-05-16 20:27:23 +02:00 |
Piotr Caban
|
1128546437
|
user32/tests: Added GetMenuBarInfo tests.
|
2012-05-16 20:27:21 +02:00 |
Michael Stefaniuc
|
ca64393e99
|
user32/tests: Remove duplicated ok() call.
|
2012-05-16 18:30:21 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Francois Gouget
|
1c9bf32e19
|
user32/tests: Add a trailing '\n' to ok() calls.
|
2012-05-15 16:26:39 +02:00 |
Michael Stefaniuc
|
c6033397f3
|
user32/tests: Check the correct variable for the correct value.
|
2012-05-15 16:26:38 +02:00 |
Owen Rudge
|
fecde1ead8
|
user32: Return Unicode length instead of ANSI in GetUserObjectInformationA.
|
2012-05-14 17:48:32 +02:00 |
Owen Rudge
|
83f67ff998
|
user32: Correct return value when buffer too short in GetUserObjectInformation.
|
2012-05-14 17:48:27 +02:00 |
Owen Rudge
|
f443f29150
|
user32/tests: Add GetUserObjectInformation tests.
|
2012-05-14 17:48:22 +02:00 |
Dmitry Timoshkov
|
38387dcffe
|
user32: IsDialogMessage should allow control ids other than IDOK when processing WM_KEYDOWN.
|
2012-03-29 20:49:19 +02:00 |
Thomas Faber
|
eaaa448d2b
|
user32/tests: Do not depend on argument evaluation order.
|
2012-02-22 18:47:38 +01:00 |
Alexandre Julliard
|
f87191815d
|
user32: Fix GetKeyNameText returned length.
|
2012-02-15 12:07:34 +01:00 |
Alexandre Julliard
|
8ab65c222e
|
user32: Draw the mask with SRCCOPY in DrawIcon when the image isn't being drawn.
|
2012-02-08 11:00:51 -06:00 |
Dmitry Timoshkov
|
9d538e43be
|
user32: Make FlashWindowEx tests pass under Windows.
|
2012-02-07 09:31:33 -06:00 |
Dmitry Timoshkov
|
39a4b5fa94
|
user32: Fix a couple of typos.
|
2012-02-07 09:31:21 -06:00 |
Dmitry Timoshkov
|
ea7e9ed2eb
|
user32: RealChildWindowFromPoint should skip invisible windows.
|
2012-02-06 10:23:27 -06:00 |
Dmitry Timoshkov
|
8c7f3964b5
|
user32: Add a bunch of RealChildWindowFromPoint tests.
|
2012-02-06 10:23:23 -06:00 |
Alexandre Julliard
|
03820a527b
|
user32: Fix some printf format warnings.
|
2012-01-17 15:02:51 +01:00 |
Alexandre Julliard
|
0702d31c81
|
user32/tests: Fix some test failures on Windows.
|
2012-01-09 16:40:28 +01:00 |
Dmitry Timoshkov
|
98e2bf4e1c
|
user32: Add an invalid window check to SetActiveWindow.
|
2012-01-05 20:54:13 +01:00 |
Dmitry Timoshkov
|
d09e973f7d
|
user32: Add an invalid window check to SetFocus.
|
2012-01-05 20:54:10 +01:00 |
Dmitry Timoshkov
|
593340774a
|
user32: Add some tests for SetFocus/SetActiveWindow called on invalid or belonging to another thread windows.
|
2012-01-04 18:59:12 +01:00 |
Dmitry Timoshkov
|
229fb8a447
|
user32: Add some SetFocus message tests.
|
2011-12-30 12:53:41 +01:00 |
Alexandre Julliard
|
f6ccb2c498
|
user32/tests: Remove a crashing test.
|
2011-12-30 12:53:40 +01:00 |
Ken Thomases
|
b5b9184dec
|
user32/tests: Test that ToUnicode null-terminates the buffer if it's big enough.
|
2011-12-20 10:15:31 +01:00 |
Dmitry Timoshkov
|
2455b3815a
|
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
|
2011-12-12 11:13:23 +01:00 |
Rico Schüller
|
b83d322dba
|
d3dx9: Implement D3DXSHAdd().
|
2011-12-12 10:19:30 +01:00 |
Dmitry Timoshkov
|
1830739118
|
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
|
2011-12-12 10:19:26 +01:00 |
Dmitry Timoshkov
|
18576b36e4
|
user32: Add the tests for dialog window styles, make them pass under Wine.
|
2011-12-07 17:50:00 +01:00 |
Dmitry Timoshkov
|
8f565eb6ae
|
user32: Add more window style tests, make them pass under Wine.
|
2011-12-07 17:49:59 +01:00 |
Alex Henrie
|
59c398b8ed
|
user32: If a dialog has no tab-accessible controls, set focus to first control (with tests).
|
2011-12-05 20:12:14 +01:00 |
Alexandre Julliard
|
9687ceaf1d
|
user32: Don't allow activating a WS_CHILD top-level window through SetFocus.
|
2011-11-22 21:39:46 +01:00 |
Michael Stefaniuc
|
8cd1d5839f
|
user32/tests: Drop superfluous function pointer casts.
|
2011-11-21 11:51:12 +01:00 |
Erich Hoover
|
d202990851
|
user32: Prioritize focus for dialog owner on EndDialog.
|
2011-11-18 15:37:05 +01:00 |
Alexandre Julliard
|
3bbb208f8e
|
user32/tests: Add tests for small sizes of cursor bitmaps.
|
2011-11-16 18:08:12 +01:00 |
Dmitry Timoshkov
|
2429ef905c
|
user32: Dialog creation code should force WS_CHILD style for dialog controls.
|
2011-11-15 19:37:33 +01:00 |
Dmitry Timoshkov
|
50d37fe0ab
|
user32: Add tests for mixed WS_CHILD | WS_POPUP window styles.
|
2011-11-15 19:37:33 +01:00 |
Alexandre Julliard
|
f0d1bf5f4e
|
user32/tests: Flush events before the key flags test.
|
2011-11-08 18:19:16 +01:00 |
Michael Stefaniuc
|
1435b5ecd7
|
include: Make "long" numeric constants LP64/LLP64 proof (winuser.h).
|
2011-10-31 16:46:22 +01:00 |
Dmitry Timoshkov
|
70caadbf34
|
user32: Add support for iPaddedBorderWidth in NONCLIENTMETRICS.
|
2011-10-08 19:47:35 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
André Hentschel
|
fd71f87642
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2011-09-26 18:15:34 +02:00 |
Alexandre Julliard
|
a684b634c0
|
user32/tests: Try harder to flush paint events before checking the window contents.
|
2011-09-22 09:35:05 +02:00 |
Francois Gouget
|
3baf73aa8e
|
user32/tests: Skip some tests if not privileged enough to call CreateWindowStation().
|
2011-09-21 11:35:43 +02:00 |
Francois Gouget
|
03d4ef95ec
|
user32/tests: Add a trailing '\n' to an ok() call.
|
2011-09-09 13:38:27 +02:00 |
Alexandre Julliard
|
8d50342858
|
user32/tests: Allow an approximate color match for the cursor contents.
|
2011-09-08 23:52:02 +02:00 |
Bruno Jesus
|
2b6f0b9af7
|
user32/tests: Add SetCaretPos/GetCaretPos tests.
|
2011-09-08 20:08:06 +02:00 |
Bruno Jesus
|
7c76a79ffa
|
user32: Fix support for CB_SETDROPPEDWIDTH in combobox.
|
2011-09-02 18:28:25 +02:00 |