Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Vitaliy Margolen
|
82b1ba1f95
|
winex11drv: Ignore mouse move events when position did not change only when other events are present.
|
2007-10-05 10:24:35 +02:00 |
Vitaliy Margolen
|
6444f574c7
|
winex11drv: Don't ignore mouse move events even when position did not change.
|
2007-09-11 11:47:49 +02:00 |
Lionel Debroux
|
d99882a384
|
winex11.drv: Fix memory leak in create_cursor (found by Smatch).
|
2007-08-31 13:21:07 +02:00 |
Alexandre Julliard
|
f3ae5f5215
|
winex11: Don't set the cursor on the desktop window since it's managed by another process.
|
2007-08-20 14:04:53 +02:00 |
Alexandre Julliard
|
19a988a25c
|
configure: Make the libXcursor soname check depend on the header check.
|
2007-07-09 22:42:28 +02:00 |
Alexandre Julliard
|
5a95cfbd9c
|
configure: Export the shared library extension instead of hardcoding .so.
|
2007-07-02 14:35:05 +02:00 |
Andrew Riedi
|
2c709c59b8
|
winex11.drv: Add legacy 32-bit cursor support.
|
2007-04-27 11:43:04 +02:00 |
Andrew Riedi
|
23e2cb1f59
|
winex11.drv: Add Xcursor support for 32 bit cursors.
Based on patch by Henri Verbeet.
|
2007-03-28 11:17:13 +02:00 |
Dmitry Timoshkov
|
e35db3408b
|
user32: Add traces to the cursor APIs.
|
2007-02-21 10:55:01 +01:00 |
Vitaliy Margolen
|
c3dc692b20
|
winex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv.
|
2007-01-06 11:40:46 +01:00 |
Vitaliy Margolen
|
7de64a3ab8
|
winex11drv: Return cached cursor_pos in GetCursorPos().
|
2006-12-19 12:39:08 +01:00 |
Vitaliy Margolen
|
ff721806ca
|
winex11.drv: Update cached cursor position after calling hook.
|
2006-12-13 16:17:04 +01:00 |
Vitaliy Margolen
|
b13681797a
|
winex11.drv: Only events with MOUSEEVENTF_MOVE flag should change mouse position.
|
2006-12-13 16:16:12 +01:00 |
Tomas Carnecky
|
9d1686c8c5
|
winex11.drv: Don't update the key state table in mouse related functions.
|
2006-12-01 13:16:15 +01:00 |
Vitaliy Margolen
|
b417435744
|
winex11drv: State of side mouse buttons (X-buttons) is not returned from XQueryPointer.
|
2006-11-27 17:03:51 +01:00 |
Alexandre Julliard
|
a06aeaba39
|
winex11.drv: Offset X11 coordinates with the primary monitor position.
No longer force the primary monitor to contain the X11 (0,0) coordinate.
|
2006-10-26 13:04:52 +02:00 |
Vitaliy Margolen
|
6069d0d596
|
winex11drv: Win64 printf format warning fixes.
|
2006-10-09 15:23:33 +02:00 |
Alexandre Julliard
|
d3b3096756
|
server: Split the queuing of hardware messages into a separate send_hardware_message request.
|
2006-08-09 16:45:26 +02:00 |
Roderick Colenbrander
|
98179f0656
|
winex11.drv: Kill DGA support.
|
2006-07-29 11:46:58 +02:00 |
Thomas Kho
|
4598c973b2
|
winex11: Use correct multiplier for negative relative mouse movements.
|
2006-07-10 11:50:21 +02:00 |
Alexandre Julliard
|
bdb4fab7a7
|
x11drv: Renamed the x11drv directory to winex11.drv.
|
2006-06-16 09:57:50 +02:00 |