Michael Müller
|
2be56fdc95
|
user32: Ignore lParam argument of WM_SIZE message for edit control.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-06 22:18:49 +09:00 |
Sebastian Lackner
|
e4a3cd60df
|
user32/tests: Add a test for sending WM_SIZE message to edit control.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-06 22:18:30 +09:00 |
Alex Henrie
|
7bbcc766ef
|
user32: Pass num_steps=0 to alloc_icon_handle if is_ani=FALSE.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-06 22:17:57 +09:00 |
Alex Henrie
|
9c750bb956
|
user32: Remove unused parameter mask from create_alpha_bitmap.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-06 22:17:46 +09:00 |
Alex Henrie
|
be5015fb74
|
user32: Remove unused parameter istep from release_icon_frame.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-06 22:17:35 +09:00 |
Alex Henrie
|
d687512674
|
user32: Move misplaced break statement.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-06 22:17:23 +09:00 |
Alex Henrie
|
64e63f4550
|
user32: Remove always-false condition.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-06 22:16:37 +09:00 |
André Hentschel
|
83bfda7caf
|
user32/tests: Allow tracing in menu tests.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
|
2015-10-02 18:11:31 +09:00 |
Alex Henrie
|
a66f4e521c
|
user32: Remove unused variable ani_icon_data from release_icon_frame.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-02 18:11:30 +09:00 |
Alex Henrie
|
50403fec1e
|
user32: Replace release_icon_ptr with release_user_handle_ptr.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-02 18:11:30 +09:00 |
Thomas Faber
|
8a718259d3
|
user32: Use float literals for float operation.
|
2015-09-07 17:55:05 +09:00 |
Nikolay Sivov
|
873e12c87b
|
user32/tests: Fix a test failure on Win8/Win10.
|
2015-08-24 14:42:13 +09:00 |
André Hentschel
|
3c9b8d7028
|
user32/tests: Add ARM and ARM64 arch strings.
|
2015-08-12 22:52:28 +09:00 |
Mark Harmstone
|
27bffea148
|
user32: Specify size for default window icon in NC_IconForWindow.
|
2015-08-03 11:00:40 +02:00 |
Piotr Caban
|
888ffb1134
|
user32: Test GetIconInfo on other process cursor.
|
2015-07-30 23:48:39 +02:00 |
Hans Leidekker
|
1a78666654
|
user32: Add a stub implementation of IsWindowRedirectedForPrint.
|
2015-07-29 21:44:02 +02:00 |
Nikolay Sivov
|
516b21f4ee
|
user32: Don't send WM_GETTEXT from GetWindowText() with invalid buffer length.
|
2015-07-28 09:52:16 +02:00 |
Nikolay Sivov
|
ee72b0fdc7
|
user32: Initialize buffer before sending WM_GETTEXT.
|
2015-07-28 09:52:13 +02:00 |
Alex Henrie
|
541a6e1e5e
|
user32/tests: Correct spelling of "Invisible".
|
2015-07-20 11:50:36 +02:00 |
Hans Leidekker
|
80cee36b6a
|
user32: Return a fake handle from RegisterPowerSettingNotification.
|
2015-07-17 20:17:40 +09:00 |
Hans Leidekker
|
4ad09a150e
|
user32: Add a stub implementation of UnregisterPowerSettingNotification.
|
2015-07-17 20:17:36 +09:00 |
Dmitry Timoshkov
|
268cdbbfb6
|
user32: SystemParametersInfo(SPI_GETNONCLIENTMETRICS) should return real font names.
|
2015-07-17 19:29:20 +09:00 |
Dmitry Timoshkov
|
b68593ef5c
|
user32: Add a test to show that fonts returned by SystemParametersInfo(SPI_GETNONCLIENTMETRICS) should be listed by EnumFontFamilies(hdc, NULL).
|
2015-07-17 19:28:18 +09:00 |
Alex Henrie
|
5caa651732
|
user32: Scroll listbox item completely into view on LB_SETCURSEL.
|
2015-07-17 16:34:03 +09:00 |
Alex Henrie
|
f612553694
|
user32: Simplify if-else statement.
|
2015-07-17 16:33:50 +09:00 |
Sebastian Lackner
|
8723d3455e
|
server: Add fallback to desktop keystate in get_key_state wineserver call.
|
2015-07-10 15:07:45 +09:00 |
Sebastian Lackner
|
6019da2355
|
user32/tests: Add tests for calling GetKeyState from thread without message queue.
|
2015-07-10 15:05:40 +09:00 |
Dmitry Timoshkov
|
55a78fd19b
|
user32/tests: Add some tests to show that WS_CLIPCHILDREN doesn't exclude children from update region.
|
2015-07-01 22:56:39 +09:00 |
Nikolay Sivov
|
48246a149e
|
user32: Added stubs for ShutdownBlockReasonCreate/ShutdownBlockReasonDestroy.
|
2015-06-29 18:51:02 +09:00 |
Jacek Caban
|
4bcb4881ae
|
user32: Limit number of hooks called recursively.
|
2015-06-29 18:51:01 +09:00 |
Alex Henrie
|
c68843f898
|
user32: Send BM_SETCHECK before WM_CAPTURECHANGED and add tests.
|
2015-06-23 17:08:23 +09:00 |
Huw Davies
|
1342254422
|
user32/tests: Try to fix the test failures on Win 2k.
|
2015-06-16 23:56:45 +09:00 |
Huw Davies
|
683ffd7ff1
|
user32/tests: Add some optional messages for Win XP.
|
2015-06-16 16:47:48 +09:00 |
Huw Davies
|
30c529c9f7
|
user32/tests: Use the correct codepage for WM_CHAR tests.
|
2015-06-12 21:22:43 +09:00 |
Alexandre Julliard
|
cce57e9e3e
|
user32/tests: Add tests for SetClipboardData from a different thread.
|
2015-06-10 19:01:07 +09:00 |
Alexandre Julliard
|
3d7aa246d5
|
server: Add a request to empty the clipboard.
|
2015-06-09 22:09:56 +09:00 |
Alexandre Julliard
|
26bae6d613
|
user32/tests: Add tests for calling EmptyClipboard from a different thread.
|
2015-06-09 22:09:56 +09:00 |
Alexandre Julliard
|
0aa1af219f
|
user32: Disallow format 0 in SetClipboardData.
|
2015-06-05 18:36:32 +09:00 |
Alexandre Julliard
|
9ce9ba30ea
|
user32/tests: Add tests for clipboard sequence number and notifications.
|
2015-06-04 20:15:05 +09:00 |
Sebastian Lackner
|
e05e99d754
|
server: Fix opening clipboard from multiple threads.
|
2015-06-04 15:58:02 +09:00 |
Alexandre Julliard
|
25d9fc3ecc
|
server: Check for the current owner window on the server side for releases.
|
2015-06-03 19:29:49 +09:00 |
Alexandre Julliard
|
bdf3f413af
|
server: Allow opening the clipboard again with the same owner.
|
2015-06-03 18:46:54 +09:00 |
Alexandre Julliard
|
4c64d137ff
|
user32/tests: Remove support for Win9x in clipboard test.
|
2015-06-03 18:46:53 +09:00 |
Alexandre Julliard
|
070a82e743
|
user32: Merge the AcquireClipboard and EmptyClipboard driver entry points.
|
2015-06-03 18:46:53 +09:00 |
Alexandre Julliard
|
b7c340de73
|
user32: Get rid of the unused parameter in the EmptyClipboard driver entry point.
|
2015-06-03 18:46:53 +09:00 |
Huw Davies
|
10556c25e4
|
winex11: Fix ctrl-<symbol> to generate codes below 0x20 where necessary.
|
2015-05-28 22:44:11 +09:00 |
Alexandre Julliard
|
7ab517c3c6
|
user32: Remove some unnecessary clipboard helper functions.
|
2015-05-27 17:42:59 +09:00 |
Bruno Jesus
|
e0ba6d8fdb
|
user32: Set the expected errors in GetRawInputDeviceList.
|
2015-05-27 13:54:37 +09:00 |
Bruno Jesus
|
1bba9674d9
|
user32/tests: Add tests for GetRawInputDeviceList.
|
2015-05-26 18:45:32 +09:00 |
Huw Davies
|
b3fe7f7c1b
|
user32/tests: Fix tests on Windows 8.
|
2015-05-20 17:27:10 +09:00 |