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 |
Austin English
|
5f2a3d8467
|
user32: Downgrade a FIXME to a WARN.
|
2009-05-28 12:43:29 +02:00 |
Nikolay Sivov
|
25dac198c3
|
user32: Add a stub for DisableProcessWindowsGhosting.
|
2009-05-27 11:11:36 +02:00 |
Gerald Pfeifer
|
551892b071
|
user32/tests: Fix MODIFIED macro.
|
2009-05-25 14:25:42 +02:00 |
Dmitry Timoshkov
|
c293a535c0
|
user32: Invalidate a being removed listbox item before deleting it as it's been done before d2ecb11941 .
|
2009-05-19 11:58:53 +02:00 |
Paul Vriens
|
334efcde13
|
user32/tests: Fix test failures on Win9x/WinME.
|
2009-05-13 17:11:22 +02:00 |
Alexandre Julliard
|
4bd4812b80
|
user32/tests: Add an optional message for Win95.
|
2009-05-13 11:54:55 +02:00 |
Alexandre Julliard
|
d6c8a003e1
|
user32/tests: Add more systematic support for ignoring certain messages.
|
2009-05-12 12:09:30 +02:00 |
Alexandre Julliard
|
2c882507da
|
user32/tests: Fix the LB_DELETESTRING for older Windows versions.
|
2009-05-12 12:09:07 +02:00 |
Alexandre Julliard
|
8432ff70bb
|
user32/tests: Fix the window creation on Win64.
|
2009-05-07 14:44:22 +02:00 |
Eric Pouech
|
a0053ab9aa
|
user32: Make ddeml.dll into a stand-alone 16bit module.
|
2009-05-06 12:19:37 +02:00 |
Eric Pouech
|
3c3ba77179
|
user32: Clearly separate the 16bit code out of user32.
|
2009-05-06 12:06:52 +02:00 |
Alexandre Julliard
|
1fa15f3d2f
|
user32: Make sure the system params DC cannot be deleted.
|
2009-05-05 15:36:44 +02:00 |
Nicolas Le Cam
|
ffba5470c0
|
user32/tests: Fix scroll tests when theming is disabled.
|
2009-05-05 11:51:00 +02:00 |
Rein Klazes
|
1b1e0027db
|
user32: Combine horizontal and vertical window scroll bar info in a single structure.
|
2009-05-04 14:57:03 +02:00 |
Francois Gouget
|
8a46d0eaf5
|
Assorted spelling fixes.
|
2009-05-04 12:53:29 +02:00 |
Nicolas Le Cam
|
321b2f00f3
|
user32/tests: Fix VK_RMENU input tests on localized Windows.
|
2009-05-04 12:52:07 +02:00 |
Rein Klazes
|
3e7f226985
|
user32/tests: Fix a test in edit.c that was not testing what it was supposed to test.
|
2009-05-01 13:14:11 +02:00 |
Rein Klazes
|
a240254d36
|
user32/tests: Show that vertical and horizontal window scroll bar info is not created independently.
|
2009-04-30 13:57:12 +02:00 |
Dmitry Timoshkov
|
d2ecb11941
|
user32: Add the tests for LB_DELETESTRING, make them pass under Wine.
|
2009-04-29 13:07:52 +02:00 |
Alexandre Julliard
|
5515b022ba
|
user32/tests: Don't try to unpack or free invalid handles.
|
2009-04-24 13:40:42 +02:00 |
Alexandre Julliard
|
b5346a8ce3
|
user32: Fix the DDE service formatting for 64-bit.
|
2009-04-24 13:40:42 +02:00 |
Alexandre Julliard
|
095c38e7c4
|
user32/tests: Fix a couple of dimension checks on W2k3 and Vista.
|
2009-04-24 12:18:02 +02:00 |
Michael Stefaniuc
|
69680296ee
|
user32/tests: Don't use the long type.
|
2009-04-22 13:13:51 +02:00 |
Alexandre Julliard
|
ffe30a5c65
|
user32/tests: Fix a few sysparams tests on various Windows versions.
|
2009-04-22 12:55:38 +02:00 |
Huw Davies
|
2ec629afd9
|
user32/tests: Fix tests on win9x.
|
2009-04-21 13:26:25 +02:00 |
Francois Gouget
|
5ef481922f
|
Assorted spelling fixes.
|
2009-04-20 15:25:26 +02:00 |
Huw Davies
|
0b6d74c428
|
winex11.drv: Fix typo so that emf -> mfpict synthesis works.
|
2009-04-20 14:13:46 +02:00 |
Huw Davies
|
0d4451a85d
|
winex11.drv: Fix ordering of synthesized text formats.
|
2009-04-20 14:13:40 +02:00 |
Rein Klazes
|
dbfbce975d
|
user32: When repainting a static control with SS_BITMAP style, do not erase the background if there is no valid bitmap to paint.
|
2009-04-16 12:37:47 -05:00 |
Hans Leidekker
|
ed70c76add
|
user32: By default, return all zeroes in the first half of the keyboard layout name.
|
2009-04-14 15:25:52 -05:00 |
Alexandre Julliard
|
287d22eba3
|
user32/tests: Fix a couple of test failures on Windows.
|
2009-04-10 20:45:08 +02:00 |
Patrick Gauthier
|
9096368b6a
|
user32: Handle magic font size 0x7fff in dialog templates correctly.
|
2009-04-10 11:33:46 +02:00 |