winex11: Add missing X11 locking when setting the cursor.
[wine] / dlls / winex11.drv / mouse.c
2010-04-22  Alexandre Julliardwinex11: Add missing X11 locking when setting the cursor.
2010-04-21  Alexandre Julliarduser32: Remove the CURSORICON parameter in the SetCurso...
2010-04-21  Alexandre Julliardwinex11: Update the cursor from the thread input status...
2010-04-20  Alexandre Julliardwinex11: Move creation of an empty cursor to a separate...
2010-04-20  Alexandre Julliardwinex11: Implement the entry points for creating and...
2010-04-20  Alexandre Julliarduser32: Add driver entry points for cursor creation...
2010-04-16  Alexandre Julliardwinex11: Fix 16-bpp cursor conversions.
2009-08-12  Dmitry Timoshkovwinex11.drv: Handle failure of XcursorImageCreate.
2009-01-02  Andrew Riediwinex11: Factor out the 'alpha_zero' test and use it...
2008-12-31  Andrew Riediwinex11.drv: Calculate the cursor bitmap offsets in...
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-17  Henri Verbeetwinex11.drv: Fix color conversion for 16 bpp cursors.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-08-21  Stefan Dösingerwinex11: Do not cap the cursor size.
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the per-thread...
2008-05-22  Alexandre Julliardwinex11: Add support for X11 mouse buttons 8 and 9.
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-03-31  Alexandre Julliardwinex11: Ignore EnterNotify resulting from a pointer...
2008-03-18  Alexandre Julliardwinex11: Fix mouse coordinates mapping on desktop window.
2008-02-29  Alexandre Julliardwinex11: Avoid depending on win.h.
2008-02-21  Alexandre Julliardwinex11: Re-introduce a separate X11 window for the...
2007-12-31  Gerald Pfeiferwinex11.drv: Simplify condition in create_xcursor_curso...
2007-12-14  Stefan Dösingerwinex11: Ignore the alpha if all pixels are 0.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-05  Vitaliy Margolenwinex11drv: Ignore mouse move events when position...
2007-09-11  Vitaliy Margolenwinex11drv: Don't ignore mouse move events even when...
2007-08-31  Lionel Debrouxwinex11.drv: Fix memory leak in create_cursor (found...
2007-08-20  Alexandre Julliardwinex11: Don't set the cursor on the desktop window...
2007-07-09  Alexandre Julliardconfigure: Make the libXcursor soname check depend...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-04-27  Andrew Riediwinex11.drv: Add legacy 32-bit cursor support.
2007-03-28  Andrew Riediwinex11.drv: Add Xcursor support for 32 bit cursors.
2007-02-21  Dmitry Timoshkovuser32: Add traces to the cursor APIs.
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2006-12-19  Vitaliy Margolenwinex11drv: Return cached cursor_pos in GetCursorPos().
2006-12-13  Vitaliy Margolenwinex11.drv: Update cached cursor position after callin...
2006-12-13  Vitaliy Margolenwinex11.drv: Only events with MOUSEEVENTF_MOVE flag...
2006-12-01  Tomas Carneckywinex11.drv: Don't update the key state table in mouse...
2006-11-27  Vitaliy Margolenwinex11drv: State of side mouse buttons (X-buttons...
2006-10-26  Alexandre Julliardwinex11.drv: Offset X11 coordinates with the primary...
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-07-29  Roderick Colenbranderwinex11.drv: Kill DGA support.
2006-07-10  Thomas Khowinex11: Use correct multiplier for negative relative...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.