Alexandre Julliard
|
f71be05ba7
|
user32: ScrollWindow should not use a cached DC, unlike ScrollWindowEx.
|
2012-08-29 12:22:58 +02:00 |
Alex Henrie
|
4b67e6c778
|
user32: Correct dialog focus behavior.
|
2012-08-16 11:59:23 +02:00 |
Michael Stefaniuc
|
4affaea0ba
|
user32: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 11:50:51 +02:00 |
Sergey Guralnik
|
cbf9589ba3
|
user32: Rearrange ComboBox repositioning code.
|
2012-07-26 21:38:10 +02:00 |
Alexandre Julliard
|
b3d91ea3b6
|
user32/tests: Try to fix a test that frequently fails on Windows.
|
2012-07-18 11:48:54 +02:00 |
Alexandre Julliard
|
d8c90fa40b
|
user32/tests: Move DlgDirList tests to avoid changing the current directory for other tests.
|
2012-07-17 16:22:34 +02:00 |
Bruno Jesus
|
81cbf29ef3
|
user32/tests: Update DlgDirList tests.
Based on original patch from Christian Lupien.
|
2012-07-16 18:19:26 +02:00 |
Bruno Jesus
|
b3d7896aad
|
user32/tests: Add a test for OpenClipboard twice with non-zero hwnd.
|
2012-07-09 15:45:37 -04:00 |
Sergey Guralnik
|
fb4545847e
|
user32: Add test for ComboBox repositioning behavior.
|
2012-07-03 12:04:57 +02:00 |
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 |