summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-seat.c
Commit message (Expand)AuthorAgeFilesLines
* window-actor: Split into two subclasses of MetaSurfaceActorwip/surface-contentJasper St. Pierre2014-02-191-2/+3
* Fix the input region not working properlyJasper St. Pierre2014-02-181-7/+2
* pointer/keyboard: Make sure not to get stale on client resources as wellJasper St. Pierre2014-02-181-9/+9
* wayland: Remove is_native from seatJasper St. Pierre2014-02-171-5/+3
* wayland: Simply store a MetaWaylandBufferJasper St. Pierre2014-02-011-2/+2
* wayland-seat: Rename sprite to cursor_surfaceJasper St. Pierre2014-02-011-15/+16
* wayland-seat: Fix pointer issuesJasper St. Pierre2014-02-011-36/+21
* wayland-surface: Properly allow setting the cursor to a NULL bufferJasper St. Pierre2013-11-251-1/+5
* window-actor: Move all buffer management and damage correction hereJasper St. Pierre2013-11-181-6/+0
* cursor-tracker: Use a sync methodology for the cursor imageJasper St. Pierre2013-11-181-20/+6
* wayland: Update internal wayland state unconditionallyRui Matos2013-11-131-8/+14
* wayland: Move cursor tracker handling code to meta_wayland_seat_handle_eventJasper St. Pierre2013-11-121-0/+13
* wayland: Drop raise on click tooJasper St. Pierre2013-11-121-14/+1
* wayland: Drop old hack to synthesize motion eventsJasper St. Pierre2013-11-121-18/+0
* wayland-seat: Fix updating the grab serialJasper St. Pierre2013-11-121-3/+4
* wayland: remove some wl_signal usageGiovanni Campagna2013-09-161-5/+0
* wayland: heavily refactor pointer grabsGiovanni Campagna2013-09-161-102/+36
* wayland: implement HW cursorsGiovanni Campagna2013-09-161-12/+3
* wayland: use symbolic constants for interface versionGiovanni Campagna2013-09-101-5/+6
* wayland: fix deprecation warningsGiovanni Campagna2013-09-101-12/+12
* wayland: reimplement keyboard state handling properlyGiovanni Campagna2013-09-091-4/+5
* MetaWaylandSeat: don't use use events to count pressed buttonsGiovanni Campagna2013-09-091-22/+40
* wayland: constraint the pointer onto visible monitors when running on evdevGiovanni Campagna2013-09-091-1/+1
* MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommonGiovanni Campagna2013-08-301-2/+3
* Revert "MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommon"Giovanni Campagna2013-08-281-3/+2
* MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommonGiovanni Campagna2013-08-281-2/+3
* MetaShapedTexture: don't include private headers in public onesGiovanni Campagna2013-08-261-0/+1
* Add MetaCursorTracker, a new helper for tracking the cursor spriteGiovanni Campagna2013-08-191-18/+30
* MetaWaylandSeat: correct logic to set the current / focused surfaceGiovanni Campagna2013-08-151-2/+2
* wayland: support left click to raise wayland surfacesRobert Bragg2013-08-101-0/+10
* wayland: Add an actor for the cursorNeil Roberts2013-08-101-19/+45
* wayland: Add basic input supportNeil Roberts2013-08-101-0/+503