summaryrefslogtreecommitdiff
path: root/src/backends/meta-cursor-tracker.c
Commit message (Expand)AuthorAgeFilesLines
* backends: Do NULL checks before disconnecting/connecting signalsCarlos Garnacho2017-11-201-5/+14
* backends: Do not set up the root cursor on invisible window pointersCarlos Garnacho2017-11-201-7/+4
* backends: Trigger MetaCursorTracker::cursor-changed on texture changesCarlos Garnacho2017-11-171-0/+12
* backends: Dissociate visibility from current cursor spriteCarlos Garnacho2017-11-171-22/+39
* cursor-renderer: Track cursor position using floatsJonas Ådahl2017-07-141-2/+2
* Move cursor tracker ownership to the backendJonas Ådahl2017-01-251-11/+5
* cursor-tracker: Don't cache a private pointer to the cursor rendererJonas Ådahl2017-01-251-5/+10
* Use correct cogl object typesJonas Ådahl2016-07-201-1/+1
* Do not skip CoglError parametersFlorian Müllner2016-04-151-1/+8
* cursor-tracker: Port to GdkSeat APIRui Matos2016-01-211-3/+3
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-131-6/+7
* backends: Get rid of meta-cursor-private.hJonas Ådahl2015-08-281-1/+0
* Make MetaCursorSprite a GObjectJonas Ådahl2015-08-281-26/+11
* Rename MetaCursorReference to MetaCursorSpriteJonas Ådahl2015-08-281-42/+43
* cursor-tracker: Emit cursor-changed when XFixes tells us about itJasper St. Pierre2015-04-131-0/+1
* Revert "backends: Include Xfixes for cursor events and manipulation"Jasper St. Pierre2014-12-281-1/+0
* backends: Include Xfixes for cursor events and manipulationIkey Doherty2014-12-281-0/+1
* cursor-tracker: Make sure to include Xfixes headersJasper St. Pierre2014-11-031-3/+4
* display: Establish a separate state variable for routing eventsJasper St. Pierre2014-08-151-1/+1
* cursor-renderer: Popups need to set cursors, tooJasper St. Pierre2014-08-151-1/+1
* Conditionalize Wayland support againJasper St. Pierre2014-08-131-1/+0
* backends: Make MetaBackend available to introspectionRui Matos2014-08-071-1/+1
* cursor-tracker: ReindentJasper St. Pierre2014-07-271-2/+2
* cursor-tracker: Don't require a screenJasper St. Pierre2014-07-221-47/+13
* x11: Add simple cursor rendererJasper St. Pierre2014-05-171-18/+1
* cursor-tracker: Remove the grab cursorJasper St. Pierre2014-05-131-16/+5
* cursor-tracker: Use a separate cursor for xfixes cursor trackingJasper St. Pierre2014-05-131-11/+29
* Remove trailing whitespaceJasper St. Pierre2014-05-021-3/+3
* display: Pull the grab cursor from the cursor trackerJasper St. Pierre2014-04-231-0/+6
* weston-launch: Go through the MetaBackend to force-update the cursorJasper St. Pierre2014-04-221-8/+0
* cursor: Retrieve the GBM device from the MetaBackendJasper St. Pierre2014-04-221-6/+0
* Move the cursor renderer to the backendJasper St. Pierre2014-04-221-2/+6
* cursor-tracker: Improve symmetry between two pathsJasper St. Pierre2014-04-221-1/+2
* cursor-renderer: Remove the MetaScreenJasper St. Pierre2014-04-221-2/+2
* cursor-tracker: Have one global cursor trackerJasper St. Pierre2014-04-221-7/+5
* cursor-tracker: Split a simple method outJasper St. Pierre2014-04-221-5/+10
* Split out the code that renders the code into a MetaCursorRendererJasper St. Pierre2014-04-211-290/+42
* cursor: Add an explicit getter for the gbm deviceJasper St. Pierre2014-04-211-1/+6
* pointer: Remove our own position trackingJasper St. Pierre2014-04-181-3/+1
* seat: Move cursor storage to MetaWaylandPointerJasper St. Pierre2014-04-171-1/+1
* cursor-tracker: Kill unused variableJasper St. Pierre2014-04-171-1/+0
* cursor: Remove the theme_cursor cacheJasper St. Pierre2014-04-171-4/+0
* Start molding out a new src/backends/ dirJasper St. Pierre2014-03-311-0/+738