Alexandre Julliard
|
34b8c639ce
|
server: Warp the mouse inside the clipping rectangle when it's set.
|
2011-04-06 20:36:36 +02:00 |
|
Alexandre Julliard
|
39bac05188
|
server: Queue a WM_MOUSEMOVE message when the cursor position is explicitly changed.
|
2011-04-06 20:29:38 +02:00 |
|
Alexandre Julliard
|
9c8bbcd1cd
|
server: Fix a memory leak.
|
2011-04-06 20:00:40 +02:00 |
|
Alexandre Julliard
|
21e86f60ec
|
server: Post a message to the desktop window when the cursor clip rectangle changes.
|
2011-04-05 13:36:57 +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
|
c64c36f573
|
server: Store all desktop cursor information in a separate structure.
|
2011-03-31 19:54:22 +02:00 |
|
Alexandre Julliard
|
2b96875b6a
|
server: Reset the cursor clip rectangle when the foreground thread changes.
|
2011-03-30 13:28:04 +02:00 |
|
Alexandre Julliard
|
0b8571e3dc
|
server: Fix checking of X button flags when updating the input key state.
|
2011-03-07 23:48:03 +01:00 |
|
Alexandre Julliard
|
34efca05c9
|
server: Fix the contents of the mouse data for the low-level hook.
|
2011-03-07 11:07:35 +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
|
0f18d2bb09
|
server: Set the message code for mouse input on the server side.
|
2011-03-02 11:59:38 +01:00 |
|
Alexandre Julliard
|
9731d44921
|
server: Set the message code for keyboard input on the server side.
|
2011-03-02 11:34:59 +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
|
22468ec65c
|
server: Maintain the "set since last time" bit for the global keystate.
|
2011-02-28 22:28:21 +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
|
06b78feade
|
server: Store the global key state in the server.
|
2011-02-25 13:50:25 +01:00 |
|
Alexandre Julliard
|
02e8174067
|
server: Store the cursor clip rectangle in the server.
|
2011-02-25 13:50:19 +01:00 |
|
Alexandre Julliard
|
183c41b49a
|
server: Store the global cursor position in the server.
|
2011-02-25 11:25:15 +01:00 |
|
Alexandre Julliard
|
ac4aac747c
|
server: Make the foreground thread input per-desktop instead of global.
|
2011-02-25 11:19:46 +01:00 |
|
Dmitry Timoshkov
|
66e981ec8d
|
server: Make layered windows transparent for mouse messages.
|
2010-06-11 14:16:03 +02:00 |
|
Alexandre Julliard
|
5ee89aad68
|
winex11: Update the cursor also for events ignored by a hook.
|
2010-05-12 14:13:15 +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
|
cd28e2be7c
|
server: Return the current cursor when queuing a hardware message.
|
2010-04-21 11:07:31 +02:00 |
|
Alexandre Julliard
|
8159d4eb99
|
server: Add support for storing the cursor and show count in the thread input structure.
|
2010-03-22 17:52:23 +01:00 |
|
Alexandre Julliard
|
5efe996c6a
|
server: Add a helper function to change a queue thread input.
|
2010-03-22 17:48:22 +01:00 |
|
Alexandre Julliard
|
b0760fc2e9
|
server: Set the idle event when PeekMessage is called with -1 as window filter.
|
2010-03-03 13:20:53 +01:00 |
|
Alexandre Julliard
|
4d33d4982f
|
user32: Pass HWND_BOTTOM unmodified to the server in PeekMessage.
|
2010-03-03 13:20:26 +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 |
|
Alexandre Julliard
|
7265e89226
|
server: Set the idle event when retrieving a timer message.
|
2009-12-16 18:18:07 +01:00 |
|
Alexandre Julliard
|
92e704edc5
|
server: Don't set the idle event when waiting for a message reply.
|
2009-12-16 18:06:38 +01:00 |
|
Alexandre Julliard
|
7d4e28480d
|
server: Any thread can set the idle event, don't treat the first one differently.
|
2009-12-16 18:06:32 +01:00 |
|
Alexandre Julliard
|
b57cc5561b
|
server: Don't reset the idle event when the client stops waiting.
|
2009-12-16 18:06:14 +01:00 |
|
Alexandre Julliard
|
d1dc48d8dc
|
server: Don't set the idle event when a queue is destroyed, instead return success in WaitForInputIdle on process exit.
|
2009-12-16 18:00:34 +01:00 |
|
Dmitry Timoshkov
|
acb05666bb
|
user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.
|
2009-06-12 17:33:16 +02:00 |
|
Alexandre Julliard
|
2d69ba45d7
|
server: Reset events on the message queue fd to avoid busy looping when the thread is suspended.
|
2009-06-03 11:28:18 +02:00 |
|
Marcus Meissner
|
3b86f463b5
|
server: Handle NULL thread in send_hardware_message (Coverity).
|
2009-01-29 12:45:32 +01:00 |
|
Alexandre Julliard
|
8c8c665a3c
|
server: Reorganize some requests to avoid padding, and make remaining padding explicit.
|
2008-12-31 15:14:29 +01:00 |
|
Alexandre Julliard
|
cc55fd317a
|
server: Make hook procedures client_ptr_t instead of void pointers.
|
2008-12-29 17:35:35 +01:00 |
|
Alexandre Julliard
|
d1d7b9f3f7
|
server: Store data for hardware messages in the message extra data.
|
2008-12-24 19:57:51 +01:00 |
|
Alexandre Julliard
|
31282b3f63
|
server: Define an lparam_t type for message parameters that can hold all sorts of data.
|
2008-12-10 16:01:50 +01:00 |
|
Alexandre Julliard
|
d764107434
|
server: Make user handles ints instead of pointers.
|
2008-12-08 16:57:38 +01:00 |
|
Vitaliy Margolen
|
9faf7e3586
|
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
|
2008-04-02 11:14:54 +02:00 |
|
Dmitry Timoshkov
|
e735e199ad
|
user32: Reimplement IsHungAppWindow.
|
2007-12-28 11:43:57 +01:00 |
|
Alexandre Julliard
|
8382eb01b2
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
|
Alexandre Julliard
|
942a70dc64
|
server: When merging mouse messages ignore the window if it isn't set.
|
2007-11-27 16:43:00 +01:00 |
|
Dmitry Timoshkov
|
b4227d7207
|
server: Make timer id allocation algorithm conform to the Windows one.
|
2007-11-13 21:45:09 +01:00 |
|
Alexandre Julliard
|
93938ebe5e
|
server: Don't drop mouse messages that should go to a different thread input.
Instead requeue them into the proper destination queue. Reported by
Ulrich Czekalla.
|
2007-11-08 13:53:26 +01:00 |
|
Karl Relton
|
e764e61369
|
wineserver: Allow already peeked messages to merge.
|
2007-10-10 12:37:01 +02:00 |
|
Rob Shearman
|
c1707d8938
|
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
|
2007-10-04 12:30:52 +02:00 |
|