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 |
Alexandre Julliard
|
e533e50d59
|
user32: Print the RegisterHotKey fixme only once.
|
2007-12-13 14:33:35 +01:00 |
Alexandre Julliard
|
6ff78347e2
|
user32: Remove a few traces that only duplicate the relay information.
|
2007-11-12 14:03:45 +01:00 |
Francois Gouget
|
1a75b5d49c
|
user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings.
|
2007-10-15 14:06:35 +02:00 |
L. Rahyen
|
43601c282b
|
user32: Implement initial stubs for all raw input functions.
|
2007-09-25 14:18:40 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |