Dmitry Timoshkov
|
32e3539413
|
winex11.drv: Handle failure of XcursorImageCreate.
|
2009-08-12 12:53:32 +02:00 |
Andrew Riedi
|
73393fab16
|
winex11: Factor out the 'alpha_zero' test and use it for legacy cursor support.
|
2009-01-02 12:46:47 +01:00 |
Andrew Riedi
|
cdf88e9c29
|
winex11.drv: Calculate the cursor bitmap offsets in a way consistent with user32.
|
2008-12-31 12:28:23 +01:00 |
Maarten Lankhorst
|
0a6459598a
|
user32/winex11.drv: Change all user32 operations to use CDECL.
|
2008-12-23 13:06:04 +01:00 |
Henri Verbeet
|
6de9cfaf7f
|
winex11.drv: Fix color conversion for 16 bpp cursors.
|
2008-12-17 14:04:58 +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 |
Stefan Dösinger
|
08f4b87f96
|
winex11: Do not cap the cursor size.
|
2008-08-21 13:28:57 +02:00 |
Alexandre Julliard
|
e7044cb8f8
|
winex11: Explicitly request creation of the thread display where necessary.
|
2008-06-26 16:47:42 +02:00 |
Alexandre Julliard
|
06a1407c13
|
winex11: Explicitly request creation of the per-thread data where necessary.
|
2008-06-26 15:08:08 +02:00 |
Alexandre Julliard
|
62b0e91c38
|
winex11: Add support for X11 mouse buttons 8 and 9.
|
2008-05-22 20:45:30 +02:00 |
Andrew Talbot
|
5156219a1c
|
winex11.drv: Remove unused variables.
|
2008-05-02 16:08:15 +02:00 |
Alexandre Julliard
|
35bec2ed19
|
winex11: Ignore EnterNotify resulting from a pointer grab.
|
2008-03-31 12:12:12 +02:00 |
Alexandre Julliard
|
d9f8f704ab
|
winex11: Fix mouse coordinates mapping on desktop window.
|
2008-03-18 12:20:16 +01:00 |
Alexandre Julliard
|
7af2a9a902
|
winex11: Avoid depending on win.h.
|
2008-02-29 13:44:55 +01:00 |
Alexandre Julliard
|
8ee07d49ae
|
winex11: Re-introduce a separate X11 window for the client area of top-level windows.
|
2008-02-21 12:53:00 +01:00 |
Gerald Pfeifer
|
fcdca0e809
|
winex11.drv: Simplify condition in create_xcursor_cursor() based on the unsignedness of types.
|
2007-12-31 19:23:28 +01:00 |
Stefan Dösinger
|
7f97af2e2e
|
winex11: Ignore the alpha if all pixels are 0.
|
2007-12-14 14:06:45 +01:00 |
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 |