Dmitry Timoshkov
d2ab1731c8
user32/tests: Fix menu tests compilation with __WINESRC__ defined.
2013-10-24 10:44:03 +02:00
Alexandre Julliard
11597d6b3c
user32: Don't trigger a graphics driver load for functions that require an existing window.
2013-10-23 17:02:56 +02:00
Dmitry Timoshkov
c8f608e755
user32/tests: Fix listbox tests compilation with __WINESRC__ defined.
2013-10-23 17:01:47 +02:00
Dmitry Timoshkov
0e42a41ab3
user32/tests: Fix edit control tests compilation with __WINESRC__ defined.
2013-10-23 17:01:47 +02:00
Dmitry Timoshkov
84a80215b9
user32/tests: Fix input tests compilation with __WINESRC__ defined.
2013-10-23 17:01:47 +02:00
Dmitry Timoshkov
f237d5eef2
user32/tests: Fix dialog tests compilation with __WINESRC__ defined.
2013-10-23 17:01:47 +02:00
Dmitry Timoshkov
ad638a32d7
user32/tests: Fix DDE tests compilation with __WINESRC__ defined.
2013-10-23 17:01:47 +02:00
Dmitry Timoshkov
6d00d04726
user32/tests: Fix DCE tests compilation with __WINESRC__ defined.
2013-10-23 17:01:47 +02:00
Dmitry Timoshkov
7603700169
user32/tests: Fix cursor and icon tests compilation with __WINESRC__ defined.
2013-10-23 17:01:46 +02:00
Dmitry Timoshkov
3e3eb805d8
user32/tests: Fix combobox tests compilation with __WINESRC__ defined.
2013-10-23 17:01:46 +02:00
Dmitry Timoshkov
5eb648c8f0
user32/tests: Fix clipboard tests compilation with __WINESRC__ defined.
2013-10-23 17:01:46 +02:00
Dmitry Timoshkov
74f205462b
user32/tests: Fix class tests compilation with __WINESRC__ defined.
2013-10-23 17:01:46 +02:00
Dmitry Timoshkov
3c4d7f0d72
user32/tests: Fix broadcast tests compilation with __WINESRC__ defined.
2013-10-23 17:01:46 +02:00
Alexandre Julliard
a897e13fba
user32: Get rid of the CreateCursorIcon driver entry point.
2013-10-22 10:25:44 +02:00
Alexandre Julliard
6d0d7e08e5
user32: Fix the scope of a local variable.
2013-10-21 14:48:20 +02:00
Alexandre Julliard
7b2eafbc8a
user32: Fix tick counter wrap-around handling.
2013-10-21 14:48:01 +02:00
Qian Hong
bd5b865f00
user32/tests: Skip desktop tests on NT4.
2013-10-17 12:59:06 +02:00
Alexandre Julliard
eb5127dfd1
user32: Create the desktop window before enumerating monitors.
2013-10-16 19:45:50 +02:00
Alexandre Julliard
209d1a86d2
user32: Delay creation of the 55AA pattern brush until it's needed.
2013-10-16 17:23:22 +02:00
Alexandre Julliard
7370a56543
user32: Delay registration of the builtin classes until the first window is created.
2013-10-16 17:22:19 +02:00
Qian Hong
00c9c6fde3
user32/tests: Skip winstation tests on NT4.
2013-10-15 16:01:04 +02:00
Qian Hong
a0637a7f52
user32/tests: Skip winstation tests when no enough privileges.
2013-10-15 16:00:53 +02:00
Qian Hong
6e32d18f9f
user32/tests: Try harder to set foreground window.
2013-10-14 10:45:31 +02:00
Qian Hong
2f26e38580
user32/tests: Make sure to allow setting the foreground window.
2013-10-11 12:45:05 +02:00
Qian Hong
b6b9ea7670
user32/tests: Trace foreground window name.
2013-10-11 11:08:18 +02:00
Andrew Eikum
3ff27f3544
user32: Don't try to paint during WM_SETFOCUS if the edit control is not visible.
2013-10-11 11:04:58 +02:00
Qian Hong
5da10c9a0e
user32/tests: Added foreground window tests on different desktops.
2013-10-08 15:39:01 +02:00
Qian Hong
43e1df02d2
user32/tests: Added input desktop tests on different winstations.
2013-10-08 15:39:01 +02:00
Qian Hong
834ce9a2d7
user32/tests: Clean side effect after testing winstation.
2013-10-08 15:39:01 +02:00
Qian Hong
a07e0c5a4a
user32/tests: Fixed typo in comments.
2013-10-08 15:39:00 +02:00
Francois Gouget
39f8c2201c
user32/tests: Fix compilation on systems that don't support nameless unions.
2013-10-07 14:44:34 +02:00
Qian Hong
b0cac34363
user32/tests: Added tests for OpenInputDesktop and SwitchDesktop.
2013-10-03 20:14:41 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
Michael Stefaniuc
9463dba830
tests: Use the explicit LoadLibraryA function.
2013-10-02 11:02:21 +02:00
Frédéric Delanoy
2dd332789b
user32: Use BOOL type where appropriate.
2013-09-27 10:45:04 +02:00
Michael Stefaniuc
7c7fa1051c
user32: Avoid using CONST.
2013-09-24 12:57:57 +02:00
Aric Stewart
4247e80a79
user32: Use Uniscribe ScriptBreak and the resulting Unicode Line Break algorithm to break lines for DT_WORDBREAK.
2013-09-13 11:17:00 +02:00
Ken Thomases
c7d2bcfb61
user32: Fix mouseRect computation for starting position when sizing window.
...
The mouseRect is the limit of the mouse position to keep the window between
its minimum and maximum sizes. The computation was correct if the mouse
started precisely on the window border. But if the mouse is not exactly at
the border, then the mouse limit has to account for that, because the window
will be resized based on the distance from the starting point.
2013-09-12 11:07:50 +02:00
Nikolay Sivov
47650c3320
user32/tests: Test to show that SendMessage/PostMessage don't force caller activation context on window thread.
2013-09-06 17:25:08 +02:00
Ken Thomases
029aec19ff
user32: Remove dead code for suppressing menu drawing.
2013-07-27 11:50:12 -05:00
Francois Gouget
653354ab25
Assorted spelling fixes.
2013-07-03 21:20:04 +02:00
Qian Hong
9ef2c648ee
user32: Properly update caret position after result string is committed.
2013-07-03 10:28:44 +02:00
Alexandre Julliard
fa311c57bf
user32: Check for driver events more quickly once we start getting timer messages.
2013-07-02 19:39:34 +02:00
Alexandre Julliard
cd4d71e4a2
user32: Fetch the window menu again after sending initialization messages.
2013-06-27 17:48:30 +02:00
Alexandre Julliard
8dc7b0d9c2
user32: Use the current DC layout in DrawState when drawing to an intermediate bitmap.
2013-06-18 12:57:44 +02:00
Alexandre Julliard
094251496c
user32: Center the icon in the caption bar.
2013-06-17 19:30:47 +02:00
Alexandre Julliard
a657e5f6ef
user32: Make the default non-client metrics scalable with the resolution.
2013-06-17 19:30:38 +02:00
Alexandre Julliard
9ac7cc8311
user32: Check the correct id for the close button when setting the font.
2013-06-17 19:30:38 +02:00
Francois Gouget
bd97f64d04
user32/tests: Add a trailing '\n' to a few ok() calls.
2013-06-14 11:45:19 +02:00
Marcus Meissner
b853ddc40b
user32/tests: Remove side effects from assert()s.
2013-06-10 11:56:27 +02:00