Alexandre Julliard
|
456c8f435a
|
makefiles: Remove the no longer needed EXTRASUBDIRS variables.
|
2013-11-09 22:10:52 +01:00 |
Qian Hong
|
f7835dea2d
|
user32: Implement OpenInputDesktop.
|
2013-11-08 16:29:44 +01:00 |
Frédéric Delanoy
|
0e37ca1478
|
user32/tests: Use BOOL type where appropriate.
|
2013-11-06 12:01:54 +01:00 |
Frédéric Delanoy
|
4f6bd4911b
|
user32/tests: Check return code from call to SystemParametersInfo.
|
2013-11-06 12:01:54 +01:00 |
Marcus Meissner
|
6f3d942fa4
|
user32: Fixed sizeof() to MultiByteToWideChar.
|
2013-11-06 12:01:53 +01:00 |
Alexandre Julliard
|
5756ee09f3
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01:00 |
Frédéric Delanoy
|
bb2be17327
|
user32/tests: Use BOOL type where appropriate.
|
2013-11-05 11:16:00 +01:00 |
Frédéric Delanoy
|
77ee42fd33
|
user32: Use BOOL type where appropriate.
|
2013-11-05 11:15:06 +01:00 |
Francois Gouget
|
790d2e8b21
|
user32/tests: When EnumDisplaySettings() fails unexpectedly, trace how many calls were made.
|
2013-11-01 10:54:25 +01:00 |
Alexandre Julliard
|
9675aa173a
|
gdi32: Allow user32 to specify the display driver to use.
|
2013-10-29 12:51:26 +01:00 |
Alexandre Julliard
|
010769249c
|
user32: Get the graphics driver name from the desktop window registry entry.
|
2013-10-29 12:12:21 +01:00 |
Alexandre Julliard
|
c25c019883
|
user32: Automatically load comctl32 when one of its classes is requested.
|
2013-10-28 18:41:04 +01:00 |
Alexandre Julliard
|
4c41c20e02
|
user32: Create the desktop window to trigger builtin class registration before accessing the class list.
|
2013-10-28 15:24:58 +01:00 |
Alexandre Julliard
|
f5113d2d56
|
user32: Set the display device property on the desktop window as soon as it is created.
|
2013-10-24 19:01:55 +02:00 |
Alexandre Julliard
|
fe441a0682
|
user32: Register classes once the graphics driver has been loaded, except for the desktop class.
|
2013-10-24 19:01:54 +02:00 |
Dmitry Timoshkov
|
ae3a6d52d0
|
user32/tests: Enable user32 tests compilation with __WINESRC__ defined.
|
2013-10-24 10:45:38 +02:00 |
Dmitry Timoshkov
|
154df653d6
|
user32/tests: Fix wsprintf tests compilation with __WINESRC__ defined.
|
2013-10-24 10:45:26 +02:00 |
Dmitry Timoshkov
|
b890c63660
|
user32/tests: Fix window station and desktop tests compilation with __WINESRC__ defined.
|
2013-10-24 10:45:20 +02:00 |
Dmitry Timoshkov
|
4c5a32e791
|
user32/tests: Fix window tests compilation with __WINESRC__ defined.
|
2013-10-24 10:45:14 +02:00 |
Dmitry Timoshkov
|
4734bd9edb
|
user32/tests: Fix text drawing tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:56 +02:00 |
Dmitry Timoshkov
|
c4ec0ed2d6
|
user32/tests: Fix system parameters tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:52 +02:00 |
Dmitry Timoshkov
|
371824fb85
|
user32/tests: Fix static control tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:46 +02:00 |
Dmitry Timoshkov
|
4d5c668447
|
user32/tests: Fix scroll tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:42 +02:00 |
Dmitry Timoshkov
|
f26bace5af
|
user32/tests: Fix resource tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:31 +02:00 |
Dmitry Timoshkov
|
a7219e8c88
|
user32/tests: Fix message tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:23 +02:00 |
Dmitry Timoshkov
|
33ff6d2549
|
user32/tests: Fix monitor tests compilation with __WINESRC__ defined.
|
2013-10-24 10:44:09 +02:00 |
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 |