summaryrefslogtreecommitdiff
path: root/src/core/meta-cursor-tracker.c
Commit message (Expand)AuthorAgeFilesLines
* Start molding out a new src/backends/ dirJasper St. Pierre2014-03-311-738/+0
* Rename monitor => meta-monitor-managerJasper St. Pierre2014-03-311-1/+1
* cursor: Split out the structure for the actual textures / buffers outJasper St. Pierre2014-03-311-3/+3
* cursor-tracker: Make set_root_cursor take a MetaCursorReferenceJasper St. Pierre2014-03-311-3/+4
* screen: Move XDefineCursor on the root window hereJasper St. Pierre2014-03-311-16/+3
* cursor-tracker: Make set_window_cursor take a MetaCursorReference as wellJasper St. Pierre2014-03-311-11/+2
* cursor-tracker: Make set_grab_cursor take a MetaCursorReferenceJasper St. Pierre2014-03-311-4/+5
* cursor: Move cursor caching layer to meta_cursor_reference_from_themeJasper St. Pierre2014-03-311-18/+4
* cursor: Introduce accessors for the texture / GBM boJasper St. Pierre2014-03-311-19/+31
* cursor-tracker: Split the code that loads MetaCursorReferences outJasper St. Pierre2014-03-311-371/+0
* cursor-tracker: Split out the code that updates the new cursorJasper St. Pierre2014-03-311-10/+15
* cursor-tracker: Start moving some code to a new fileJasper St. Pierre2014-03-311-32/+1
* cursor-tracker: Rearrange codeJasper St. Pierre2014-03-311-17/+19
* cursor-tracker: Move ref_count to the topJasper St. Pierre2014-03-311-2/+2
* cursor-tracker: Add a comment about what previous isJasper St. Pierre2014-03-311-0/+1
* cursor-tracker: Shadowing is bad, don't do itJasper St. Pierre2014-03-311-6/+4
* cursor-tracker: Remove unused constantsJasper St. Pierre2014-03-311-3/+0
* Don't include wayland/ by default eitherJasper St. Pierre2014-03-181-1/+2
* meta-weston-launch: Redraw and update the cursor when switching backJasper St. Pierre2014-03-111-0/+9
* meta-cursor-tracker: Initialize our position from MetaWaylandPointer'sRui Matos2014-03-071-0/+3
* cursor-tracker: Include gdk/gdkx.hRui Matos2014-03-061-0/+1
* cursor-tracker: Avoid unnecessary round tripAdel Gadllah2014-03-061-1/+1
* MetaCursorTracker: fix uninitialized screen variableGiovanni Campagna2014-03-061-2/+1
* Use MetaCursorTracker to query the pointer positionGiovanni Campagna2014-03-051-7/+12
* Kill HAVE_WAYLANDJasper St. Pierre2014-02-171-2/+0
* cursor-tracker: Kill off the last user of is_nativeJasper St. Pierre2014-02-171-1/+3
* cursor-tracker: Rely on gbm_bo_imports()'s buffer validationFlorian Müllner2014-01-161-41/+4
* cursor-tracker: Update for Cogl APIs as wellJasper St. Pierre2014-01-131-8/+1
* Update for Cogl API breaksJasper St. Pierre2014-01-131-1/+0
* Changed obsolete FSF postal address into generic URL.Andika Triwidada2014-01-131-3/+1
* wayland: Don't keep track of the drm FD in the WaylandCompositorJasper St. Pierre2013-12-311-3/+6
* cursor-tracker: Don't assume we're a Wayland compositorJasper St. Pierre2013-12-051-10/+15
* cursor-tracker: Make sure to sync after we change the cursorJasper St. Pierre2013-11-191-0/+4
* cursor-tracker: Make ensure_wayland_cursor take a refJasper St. Pierre2013-11-181-11/+7
* cursor-tracker: Force the grab cursor on grab opsJasper St. Pierre2013-11-181-7/+22
* cursor-tracker: Use a sync methodology for the cursor imageJasper St. Pierre2013-11-181-106/+151
* MetaCursorTracker: Set hot spot when cursor buffer set from wl_bufferJonas Ådahl2013-10-211-0/+2
* display: Deduplicate cursor loading codeJasper St. Pierre2013-10-071-28/+79
* cursor-tracker: Fix the translation for DND_IN_DRAGJasper St. Pierre2013-10-071-1/+1
* MetaCursorTracker: fix compilation in big endian archesGiovanni Campagna2013-09-261-1/+1
* Fixup previous MetaCursorTracker commitGiovanni Campagna2013-09-161-1/+1
* MetaCursorTracker: add support for loading cursors from the themeGiovanni Campagna2013-09-161-89/+113
* wayland: implement HW cursorsGiovanni Campagna2013-09-161-59/+561
* MetaCursorTracker: add methods for setting the cursor visibilityGiovanni Campagna2013-09-091-1/+27
* MetaCursorTracker: extend with query pointer abilitiesGiovanni Campagna2013-09-091-1/+58
* wayland: Fix build when building without WaylandJasper St. Pierre2013-08-231-0/+7
* Add MetaCursorTracker, a new helper for tracking the cursor spriteGiovanni Campagna2013-08-191-0/+451