Dmitry Timoshkov
|
5b90101e2e
|
user32/tests: Use symbol charset when creating Marlett font.
|
2009-08-05 11:19:54 +02:00 |
Rein Klazes
|
c18cd1b46f
|
user32: When all items in a menu have either a bitmap or text but not both, then texts should be aligned with the bitmaps.
|
2009-08-03 17:39:22 +02:00 |
Henri Verbeet
|
b31f0f24ff
|
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
|
2009-08-03 15:02:51 +02:00 |
Vladimir Pankratov
|
c8eeb72588
|
user32: Convert the Russian resources to UTF-8.
|
2009-08-03 14:57:33 +02:00 |
Rein Klazes
|
38dbe067c3
|
user32: Fail if inserting a submenu would create a loop in the menu hierarchy.
|
2009-07-24 13:11:10 +02:00 |
Rein Klazes
|
50cfcffd32
|
user32: Get rid of internal function MENU_SetItemData, use SetMenuItemInfo_common instead.
|
2009-07-23 15:35:23 +02:00 |
Rein Klazes
|
9555171044
|
user32: When setting a menu item, handle MIIM_TYPE flag by setting approriate MIIM_BITMAP, MIIM_FTYPE and MIIM_STRING flags.
|
2009-07-23 15:34:03 +02:00 |
Rein Klazes
|
e9f4c6bb02
|
user32: Put some repeated code for checking and extending of a MENUITEMINFO structure in a separate function.
|
2009-07-23 15:31:18 +02:00 |
Dmitry Timoshkov
|
8d54f58277
|
user32: Draw the whole button only if requested.
|
2009-07-23 13:20:21 +02:00 |
Dmitry Timoshkov
|
19e4cfd003
|
user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.
|
2009-07-22 11:27:48 +02:00 |
Rein Klazes
|
da86ab71fa
|
user32/tests: Fix for a test failure on win98/NT4.
|
2009-07-21 15:59:24 +02:00 |
Rein Klazes
|
c2ada64097
|
user32: Ignore the MFT_BITMAP flag when testing menu items for 'magic' bitmap handles.
|
2009-07-20 14:19:46 +02:00 |
Rein Klazes
|
5b4b1e6a67
|
user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
|
2009-07-17 13:34:40 +02:00 |
Michael Stefaniuc
|
88a58a3e1f
|
user32: Update the German resources and switch them to UTF-8.
|
2009-07-15 13:23:17 +02:00 |
Ricardo Filipe
|
5d5cf8ceb2
|
user32: Update Portuguese translation and convert to UTF8.
|
2009-07-07 13:31:12 +02:00 |
Dmitry Timoshkov
|
df055b2d2c
|
user32: Fix some BM_SETSTYLE test failres under Win9x.
|
2009-07-06 14:35:27 +02:00 |
Nikolay Sivov
|
49e95baa2a
|
user32/spy: Update ListView message table.
|
2009-07-06 14:35:26 +02:00 |
Frédéric Delanoy
|
5e36ced139
|
user32: Update French translation.
|
2009-07-06 14:35:25 +02:00 |
Michael Stefaniuc
|
3090323c89
|
user32: Build language resource files separately.
Do not include them from an other rc file.
|
2009-07-03 13:22:16 +02:00 |
Dmitry Timoshkov
|
87418f0aaa
|
user32: Add a test for BM_SETSTYLE, make it pass under Wine.
|
2009-07-02 13:11:48 +02:00 |
Michael Stefaniuc
|
e17af8082b
|
user32: Remove unreachable code: break after return (Smatch).
|
2009-06-30 12:31:59 +02:00 |
Joel Holdsworth
|
d1c89d0a78
|
user32: Added DrawIconEx alpha blending support.
|
2009-06-25 14:34:13 +02:00 |
Joel Holdsworth
|
a0232508b3
|
user32: Added DrawIcon alpha blending support.
|
2009-06-25 14:34:13 +02:00 |
Alexandre Julliard
|
39984d4824
|
user32: Add call frame annotations in x86 assembly code.
|
2009-06-25 12:05:09 +02:00 |
Paul Vriens
|
d3b3b3e0b9
|
user32/tests: Prevent some 'deadcode' (Coverity).
|
2009-06-25 11:48:05 +02:00 |
Paul Vriens
|
3b437b550d
|
user32/tests: Prevent some 'deadcode' (Coverity).
|
2009-06-23 11:47:44 +02:00 |
Joel Holdsworth
|
a7c8dad0bc
|
user32/tests: Added tests for DrawIcon and DrawIconEx.
|
2009-06-22 13:27:24 +02:00 |
Aric Stewart
|
98a2b202dd
|
user32: Update Japanese resources.
|
2009-06-22 12:58:38 +02:00 |
Nicolas Le Cam
|
1d7d110f1c
|
user32/tests: Ignore WM_TIMECHANGE message.
|
2009-06-22 11:22:30 +02:00 |
Dmitry Timoshkov
|
45c8e64057
|
user32: Invalidate button on WM_KILLFOCUS, like Windows does.
|
2009-06-18 15:17:28 +02:00 |
Paul Vriens
|
267c39bc9c
|
user32/tests: Skip some tests on Win9x/WinME.
|
2009-06-15 13:42:27 +02:00 |
Dmitry Timoshkov
|
acb05666bb
|
user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.
|
2009-06-12 17:33:16 +02:00 |
Dmitry Timoshkov
|
8e0600221d
|
user32: Add support for SPI_GETFOCUSBORDERWIDTH and SPI_GETFOCUSBORDERHEIGHT.
|
2009-06-11 17:36:39 +02:00 |
Alexandre Julliard
|
031c73af30
|
user32: Disable assert() for the mingw build since mingw gets confused trying to import MessageBoxA.
|
2009-06-08 16:45:54 +02:00 |
Gerald Pfeifer
|
ae0ddb37c2
|
user32: Fix logic condition in SPY_DumpStructure().
|
2009-06-08 14:28:42 +02:00 |
Alexandre Julliard
|
7b40a2fa95
|
user32/tests: More systematically ignore the messages we don't care about.
|
2009-06-04 12:17:48 +02:00 |
Alexandre Julliard
|
52ad8123f9
|
user32/tests: Add more synchronization in the exit thread test to avoid races.
|
2009-06-04 12:17:42 +02:00 |
Paul Vriens
|
f9ecd7397e
|
user32/tests: Fix a test failure on Win95.
|
2009-06-04 12:12:07 +02:00 |
Paul Vriens
|
96ef5d38af
|
user32/tests: Remove a trace() message.
|
2009-06-04 12:12:02 +02:00 |
Alexandre Julliard
|
d25f71b553
|
user32/tests: Add tests for message sequence of window destruction at thread exit.
|
2009-06-03 11:31:10 +02:00 |
Alexandre Julliard
|
95f8371a16
|
user32: Use a simplified sequence to destroy windows at thread exit, since we don't want to send messages.
|
2009-06-03 11:30:29 +02:00 |
Alexandre Julliard
|
f922283335
|
user32/tests: Only check the foreground window when it belongs to the current thread.
|
2009-06-02 11:57:22 +02:00 |
Alexandre Julliard
|
788cdbe6fd
|
user32/tests: Fix the listbox delete test on NT4.
|
2009-06-02 11:57:22 +02:00 |
André Hentschel
|
ef016c32c1
|
winex11: Fix Ctrl+Shift+Tab translation.
|
2009-06-02 11:57:21 +02:00 |
Alexandre Julliard
|
341cea514f
|
user32/tests: Make some sysparams registry key optional, and fix some other failures on old Windows platforms.
|
2009-06-01 16:16:05 +02:00 |
Alexandre Julliard
|
750fcebadb
|
user32/tests: Remove tests for internal DDE handle format, we don't care how the handles are implemented.
|
2009-06-01 16:16:05 +02:00 |
Paul Vriens
|
37bba53eb7
|
user32: Fix Dutch translations.
|
2009-06-01 16:16:01 +02:00 |
Gerald Pfeifer
|
bb902d6810
|
user32/tests: Remove unused SAME macro.
|
2009-05-29 11:27:05 +02:00 |
Alexandre Julliard
|
83cb24f9b4
|
user32/tests: Fix some pointer conversion warnings on 64-bit.
|
2009-05-28 15:24:31 +02:00 |
André Hentschel
|
cc688148ac
|
winex11: Fix Ctrl+Tab translation.
|
2009-05-28 15:02:01 +02:00 |