Alexandre Julliard
|
e445303ab4
|
user32/tests: Make a few more messages optional.
|
2014-03-20 17:09:39 +01:00 |
Alexandre Julliard
|
06960ac267
|
user32/tests: Mark a failing test as todo.
|
2014-03-19 12:56:11 +01:00 |
Frédéric Delanoy
|
9b1a2d8f4f
|
user32/tests: Use BOOL type where appropriate.
|
2014-03-18 12:32:52 +01:00 |
Vincent Povirk
|
7f8d1de1b7
|
user32/tests: Add message tests for TrackPopupMenu.
|
2014-03-12 20:25:25 +01:00 |
Vincent Povirk
|
0dc1886634
|
user32/tests: Put some menu items in the test_menu_trackagain menu.
|
2014-03-12 20:24:24 +01:00 |
Vincent Povirk
|
b8d80364c3
|
user32/tests: Add a test for empty popup menus.
|
2014-03-12 20:24:17 +01:00 |
Henri Verbeet
|
ec66785f02
|
user32: Fix TEXT_WordBreak() when no characters fit.
|
2014-03-11 19:39:35 +01:00 |
Qian Hong
|
298e050b43
|
user32/tests: Skip more winstation tests when no enough privileges.
|
2014-03-10 12:19:38 +01:00 |
Nikolay Sivov
|
83367e874c
|
user32/tests: Properly maintain clipboard viewers chain.
Without this CloseClipboard() will crash on Windows 8 if executed after
test_messages().
|
2014-03-07 11:36:08 +01:00 |
Piotr Caban
|
367577c0d6
|
user32: Check WS_CHILD style in IsChild function.
|
2014-02-27 09:51:50 -06:00 |
Huw Davies
|
fb298aed04
|
user32: If the listbox loses focus while holding capture, release it by essentially simulating a button up event.
|
2014-02-20 13:58:32 +01:00 |
Dmitry Timoshkov
|
5395d23a7e
|
user32/tests: Flush pending events before testing menu messages.
|
2014-02-18 19:19:37 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Vincent Povirk
|
ef5341b4d7
|
user32/tests: Add tests for MonitorFromRect.
|
2014-01-28 11:50:42 +01:00 |
André Hentschel
|
fc185ccd9b
|
user32/tests: Remove #if 1.
|
2014-01-28 11:50:18 +01:00 |
André Hentschel
|
c855459a40
|
user32/tests: Avoid preprocessor check to ensure it compiles.
|
2014-01-28 11:50:15 +01:00 |
Bruno Jesus
|
06a6b189f6
|
user32: Cope with null LPMENUITEMINFO in SetMenuItemInfo.
|
2014-01-27 14:13:51 +01:00 |
Alexandre Julliard
|
70009d053c
|
user32/tests: Protect the global message sequence with a critical section.
|
2014-01-14 13:31:10 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Frédéric Delanoy
|
5e94a5d4c9
|
user32/tests: Constify some character strings.
|
2013-12-31 12:24:49 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
André Hentschel
|
de92a45822
|
user32/tests: Allow win8 error code.
|
2013-11-13 11:24:08 +01:00 |
André Hentschel
|
2209fdbdd2
|
user32/tests: Fix GetSystemMetrics test on Win8.
|
2013-11-12 12:58:03 +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 |
Frédéric Delanoy
|
bb2be17327
|
user32/tests: Use BOOL type where appropriate.
|
2013-11-05 11:16:00 +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
|
c25c019883
|
user32: Automatically load comctl32 when one of its classes is requested.
|
2013-10-28 18:41:04 +01: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 |
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 |