Alexandre Julliard
|
ae52a8c2cb
|
winex11: Add an option to automatically clip the pointer in desktop and multi-monitor modes.
|
2011-05-11 14:56:20 +02:00 |
Alexandre Julliard
|
a59c7cc859
|
winex11: Automatically clip the pointer when the foreground window is full-screen.
|
2011-05-11 14:55:57 +02:00 |
Alexandre Julliard
|
a28722f531
|
winex11: Reset the clipping when the desktop window loses focus.
|
2011-05-11 12:07:37 +02:00 |
Alexandre Julliard
|
57fc5e7fcc
|
winex11: Fix check for desktop process in non-desktop mode.
|
2011-05-05 16:31:58 +02:00 |
Alexandre Julliard
|
84f085fb91
|
winex11: Grab the mouse in the thread that owns the foreground window if possible.
|
2011-04-28 16:47:14 +02:00 |
Alexandre Julliard
|
da9922b40d
|
winex11: Ignore MotionNotify events if we have pending RawMotion events.
|
2011-04-27 16:00:02 +02:00 |
Alexandre Julliard
|
897fdfd423
|
winex11: Refuse to clip cursor to a 1x1 window if we don't have XInput2 support.
|
2011-04-26 15:31:30 +02:00 |
Alexandre Julliard
|
f1f223d001
|
winex11: Release the clip cursor grab when the clipping window loses focus.
|
2011-04-25 10:49:59 +02:00 |
Alexandre Julliard
|
33c491eb84
|
winex11: Allow changing the clipping rectangle while the mouse is grabbed.
|
2011-04-22 17:51:29 +02:00 |
Alexandre Julliard
|
a292220e1d
|
winex11: Add separate helper functions for pointer grabbing and ungrabbing.
|
2011-04-22 17:51:28 +02:00 |
Alexandre Julliard
|
0eb19126e5
|
winex11: Store a message window with the desktop when the cursor is clipped.
This ensures that the thread can be notified when the clip rectangle is reset.
|
2011-04-22 17:51:28 +02:00 |
Alexandre Julliard
|
2ed57f9b96
|
winex11: Make sure the clipping window is initialized in every thread.
|
2011-04-14 17:13:41 +02:00 |
Alexandre Julliard
|
bd3ec1a973
|
winex11: Retrieve raw mouse events through XInput2 while the cursor is clipped.
|
2011-04-14 12:08:37 +02:00 |
Alexandre Julliard
|
338fe8b9ac
|
winex11: Add handlers for the XInput2 raw mouse events.
|
2011-04-13 18:56:37 +02:00 |
Alexandre Julliard
|
b1be3ddbc6
|
winex11: Build the mouse input structure directly in the mouse event handlers.
|
2011-04-13 14:13:51 +02:00 |
Alexandre Julliard
|
06948ebccf
|
winex11: Update the cursor on the clip window when the pointer grab starts.
|
2011-04-06 13:10:44 +02:00 |
Alexandre Julliard
|
ecf217bbe4
|
winex11: Update the cursor on the clipping window while it's mapped.
|
2011-04-05 13:36:57 +02:00 |
Alexandre Julliard
|
886ae4c348
|
winex11: Always forward SetCursor to the driver, and limit the frequency of updates on the driver side.
|
2011-04-05 13:36:57 +02:00 |
Alexandre Julliard
|
4d358bfee3
|
winex11: Add an option to disable pointer grabs.
|
2011-04-05 13:36:57 +02:00 |
Alexandre Julliard
|
ae2b356361
|
winex11: Implement cursor clipping using a pointer grab.
|
2011-04-05 13:36:57 +02:00 |
Gerald Pfeifer
|
4d93675332
|
winex11.drv: Initialize a variable in create_xcursor_frame to silence a warning.
|
2011-04-04 14:50:28 +02:00 |
Erich Hoover
|
eddffff780
|
winex11: Add support for retrieving multi-rate animated cursor data.
|
2011-03-10 15:36:55 +01:00 |
Henri Verbeet
|
7b0a3128fb
|
winex11: Remove a redundant forward declaration.
|
2011-03-10 12:53:24 +01:00 |
Erich Hoover
|
2a02649341
|
winex11: Use GetCursorFrameInfo to obtain animated frame delay.
|
2011-03-07 15:10:25 +01:00 |
Alexandre Julliard
|
e047a20627
|
winex11: Merge updating the mouse state and sending the input into a single helper function.
|
2011-03-03 17:47:08 +01:00 |
Alexandre Julliard
|
f46bd50a80
|
winex11: Get rid of the ClipCursor and SendInput entry points.
|
2011-03-03 17:34:53 +01:00 |
Alexandre Julliard
|
f1a3480068
|
user32: Handle input injected through SendInput entirely in user32.
|
2011-03-02 21:48:39 +01:00 |
Alexandre Julliard
|
c7efa293f0
|
server: Invoke low-level hardware hooks directly from the server side.
|
2011-03-02 21:26:13 +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
|
0f18d2bb09
|
server: Set the message code for mouse input on the server side.
|
2011-03-02 11:59:38 +01:00 |
Alexandre Julliard
|
02e30f5f77
|
server: Pass the original hardware input data to the server and set the message parameters on the server side.
|
2011-03-02 11:34:15 +01:00 |
Alexandre Julliard
|
bc4afb0786
|
server: Don't pass a thread id to send_hardware_message, determine it from the window.
|
2011-03-01 13:21:58 +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
|
b9e4b5a28c
|
server: Fill the key state in mouse events from the server-side state.
|
2011-02-28 21:37:09 +01:00 |
Alexandre Julliard
|
02e8174067
|
server: Store the cursor clip rectangle in the server.
|
2011-02-25 13:50:19 +01:00 |
Alexandre Julliard
|
b7987db36f
|
winex11: Update the window cursor at most once every 100ms if nothing changed.
|
2011-02-24 12:17:10 +01:00 |
Alexandre Julliard
|
94fb0f5935
|
winex11: Synchronize the mouse cursor in update_mouse_state.
|
2011-02-24 12:16:54 +01:00 |
Alexandre Julliard
|
10aa13a98e
|
winex11: Fix event coordinates mapping for the root window in the explorer process.
|
2010-12-13 12:43:34 +01:00 |
Alexandre Julliard
|
cdaff0a918
|
winex11: Add support for receiving mouse events on non-toplevel windows.
|
2010-11-05 17:15:12 +01:00 |
Alexandre Julliard
|
c876f25054
|
winex11: Allow specifying system cursor replacements through the registry.
|
2010-10-18 19:08:37 +02:00 |
Alexandre Julliard
|
45b87f1f94
|
winex11: Add support for remapping standard Win32 cursors to the X11 system cursors.
|
2010-10-18 19:08:37 +02:00 |
Alexandre Julliard
|
94e65bae54
|
winex11: Avoid creating a DC when not necessary.
|
2010-10-18 19:08:37 +02:00 |
Alexandre Julliard
|
85a69604de
|
winex11: Use GetIconInfoEx when creating cursors.
|
2010-10-18 19:08:37 +02:00 |
Erich Hoover
|
e84eb16c05
|
winex11: Add support for animated cursors in X11 driver.
|
2010-10-07 16:21:18 +02:00 |
Alexandre Julliard
|
d39d2da065
|
winex11: Mirror the client rectangle if necessary for update_window_zorder.
|
2010-10-07 15:58:10 +02:00 |
Alexandre Julliard
|
6ee4521886
|
server: Pass the rectangle in client coordinates for update_window_zorder.
|
2010-09-27 21:12:49 +02:00 |
Dmitry Timoshkov
|
88900f429a
|
user32: Make sure that SendInput always initializes the time field.
|
2010-09-22 12:44:22 +02:00 |
Alexandre Julliard
|
f2f508856b
|
winex11: Set the user time property on top-level windows.
Helps convince some broken window managers to put new windows on top
of the z-order.
|
2010-06-29 13:28:39 +02:00 |
Alexandre Julliard
|
e25049e879
|
winex11: Create X11 cursors on demand when the cursor is set to a window.
|
2010-05-21 13:29:47 +02:00 |