Christopher Thielen
|
9bb87cc71c
|
user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice.
Signed-off-by: Christopher Thielen <cthielen@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-02 22:24:11 +09:00 |
Bruno Jesus
|
e0ba6d8fdb
|
user32: Set the expected errors in GetRawInputDeviceList.
|
2015-05-27 13:54:37 +09:00 |
Dmitry Timoshkov
|
c0e876cb9e
|
server: GetQueueStatus should clear only checked queue changed bits.
|
2015-04-21 17:32:53 +09:00 |
Sebastian Lackner
|
d3be42ab96
|
user32: Invalidate key state cache globally after running LL hooks.
|
2015-04-07 15:14:04 +09:00 |
Sebastian Lackner
|
325c061bbd
|
user32: Move key state cache into a separate struct.
|
2015-04-07 15:14:02 +09:00 |
Sebastian Lackner
|
1059ee3cba
|
user32: Check for NULL pointer in ToUnicodeEx.
|
2015-04-06 18:06:04 +09:00 |
Francois Gouget
|
68264c2da7
|
user32: Remove an unneeded NONAMELESSSTRUCT directive.
|
2015-03-27 00:12:34 +09:00 |
Nikolay Sivov
|
151694a0bc
|
user32: Handle NULL argument in GetKeyboardLayoutNameW().
|
2015-01-13 17:52:27 +01:00 |
Stefan Dösinger
|
3e993bf1d8
|
user32: Make GetRegisteredRawInputDevices hotpatchable.
|
2014-07-30 16:17:14 -05:00 |
André Hentschel
|
bdc9b147b9
|
user32: Use boolean return values in boolean functions.
|
2014-02-04 11:15:37 +01:00 |
Huw Davies
|
85e105bd37
|
user32: Add a GetKeyboardLayoutList driver entry.
|
2013-11-20 19:38:44 +01:00 |
Henri Verbeet
|
690df8198d
|
user32: Implement GetRawInputDeviceInfoA().
|
2012-10-22 11:44:28 +02:00 |
Henri Verbeet
|
30f1a61177
|
user32: Implement GetRawInputDeviceInfoW().
|
2012-10-18 22:32:35 +02:00 |
Henri Verbeet
|
3ed797b265
|
user32: Implement GetRawInputDeviceList().
|
2012-10-18 19:20:27 +02:00 |
Alexandre Julliard
|
d5244c3b24
|
user32: Flush window surfaces in all functions that are used to poll for input.
|
2012-10-15 15:24:59 +02:00 |
Henri Verbeet
|
faaf3d388e
|
user32: Add rawinput mouse support.
|
2012-09-11 18:06:34 +02:00 |
Henri Verbeet
|
5befb959dd
|
user32: Implement RegisterRawInputDevices().
|
2012-09-10 11:44:19 +02:00 |
Alexandre Julliard
|
f87191815d
|
user32: Fix GetKeyNameText returned length.
|
2012-02-15 12:07:34 +01:00 |
Alexandre Julliard
|
adad80f4bd
|
user32: Always query actual key state from the server for pressed keys.
|
2012-01-17 16:26:09 +01:00 |
Alexandre Julliard
|
50480c72f3
|
user32: Fix a pointer cast warning.
|
2012-01-16 18:17:45 +01:00 |
Alexandre Julliard
|
02442b52a4
|
user32: Return the cursor position in send_hardware_message and use it to update the driver's position.
|
2012-01-09 12:14:36 +01:00 |
Alexandre Julliard
|
cb3b723792
|
user32: Cache the global key state to avoid performance issues in applications that poll constantly.
|
2011-12-15 16:25:40 +01:00 |
Vincent Povirk
|
8c0d568c32
|
user32: Notify the user driver of hotkey changes.
|
2011-07-05 16:00:20 +02:00 |
Vincent Povirk
|
4c83138f72
|
server: Implement RegisterHotKey/UnregisterHotKey.
|
2011-06-21 14:51:08 +02:00 |
Alexandre Julliard
|
79c2e55b5a
|
user32: Only call the driver when the cursor position has really changed.
|
2011-04-20 20:30:09 +02:00 |
Alexandre Julliard
|
6576703fac
|
server: Return the time of last change along with the current cursor position.
|
2011-03-31 20:15:56 +02:00 |
Alexandre Julliard
|
55e1fec7c3
|
user32: Set the last mouse event timestamp before calling the low-level hook.
|
2011-03-07 11:07:15 +01:00 |
Alexandre Julliard
|
f1a3480068
|
user32: Handle input injected through SendInput entirely in user32.
|
2011-03-02 21:48:39 +01:00 |
Alexandre Julliard
|
ae895a1f10
|
user32: Export a Wine-specific function to send hardware input from the graphics driver.
|
2011-03-02 21:25:43 +01:00 |
Alexandre Julliard
|
39c4e6d1d9
|
user32: Retrieve the current cursor position from the server.
|
2011-03-01 13:21:42 +01:00 |
Alexandre Julliard
|
a7da164949
|
user32: Retrieve the key state for GetAsyncKeyState from the server.
|
2011-02-28 22:28:42 +01:00 |
Alexandre Julliard
|
183c41b49a
|
server: Store the global cursor position in the server.
|
2011-02-25 11:25:15 +01:00 |
Alexander Scott-Johns
|
182b6a0483
|
user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind).
|
2011-02-17 18:33:42 +01:00 |
Ken Thomases
|
e814147b12
|
user32: Remove wrong parameter name from comment.
Spotted by Peter Oberndorfer.
|
2011-02-14 12:29:05 +01:00 |
Ken Thomases
|
9cb4c21f1a
|
user32: Rename GetKeyboardLayout param; it's a thread ID, not a layout.
|
2011-02-10 10:28:01 -06:00 |
Dmitry Timoshkov
|
88900f429a
|
user32: Make sure that SendInput always initializes the time field.
|
2010-09-22 12:44:22 +02:00 |
Alexandre Julliard
|
c545982472
|
server: Return the cursor information for a thread input, and use it for GetCursorInfo.
|
2010-05-11 11:27:03 +02:00 |
Alexandre Julliard
|
c83ea46e1a
|
user32: Return fake global information in GetCursorInfo instead of thread-local values.
|
2010-03-19 11:59:51 +01:00 |
Jörg Höhle
|
9079109a45
|
winex11: Log keycode decimal <-> hex for keysym & MS vkey and scancode.
|
2010-03-04 12:28:22 +01:00 |
Peter Dons Tychsen
|
d21c131fb5
|
user32: Do not allow a change of capture if the currently capture window is a menu unless explicitly specified.
|
2010-01-14 09:04:55 -06:00 |
Stefan Dösinger
|
acebc001b7
|
user32: Make some functions hookable.
|
2009-10-14 12:21:06 +02:00 |
Alexandre Julliard
|
0db3d3cd2e
|
user32/tests: Fix a few more input test failures on Windows.
|
2009-02-25 12:37:06 +01:00 |
Aric Stewart
|
5c779bfa0a
|
user32: Remove the driver call for GetKeyboardLayoutList and instead populate from the registry.
|
2008-12-18 14:19:39 +01:00 |
Lei Zhang
|
54eebfe5e5
|
user32: Check input to GetAsyncKeyState().
|
2008-12-08 22:03:11 +01:00 |
Alexandre Julliard
|
7fdadbb377
|
server: Add functions for conversions between server user handles and pointer-style handles.
|
2008-12-08 16:58:20 +01:00 |
Dmitry Timoshkov
|
fc48f7743d
|
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
|
2008-10-27 12:38:57 +01:00 |
Alexandre Julliard
|
b9dee8efa7
|
user32: Add a SetCapture function to the driver interface.
|
2008-03-12 14:55:28 +01:00 |
Alexandre Julliard
|
4e129f88d0
|
user32: Add a helper function to set the capture window.
|
2008-03-12 14:54:03 +01:00 |
Stefan Leichter
|
684a5b4bab
|
user32: Added stub for GetMouseMovePointsEx.
|
2008-02-25 13:27:49 +01:00 |
Dmitry Timoshkov
|
e5e261f104
|
user32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave more like in Windows.
|
2008-01-23 20:39:19 +01:00 |