summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-pointer.h
Commit message (Expand)AuthorAgeFilesLines
* wayland/pointer: Track lifetime of current surfaceJonas Ådahl2017-06-011-0/+1
* wayland/pointer: Use glib signals tracking focus surfaceJonas Ådahl2017-06-011-1/+1
* wayland/pointer: Add way to cancel current grabJonas Ådahl2016-10-121-0/+1
* wayland: Move device seat association to MetaWaylandInputDeviceJonas Ådahl2016-09-151-4/+2
* wayland: Add common object for device classesJonas Ådahl2016-09-151-2/+3
* wayland: Make seat devices GObjectsJonas Ådahl2016-09-091-4/+10
* wayland/pointer-constraints: Send wl_pointer.frame when lockedJonas Ådahl2016-09-091-0/+2
* wayland: Refactor MetaWaylandSurfaceRoleCursorCarlos Garnacho2016-05-031-6/+5
* wayland: Add 'MetaWaylandPopupSurface' bridge between popup and surfaceJonas Ådahl2016-05-011-2/+2
* Implement support for the wp_pointer_constraints protocolJonas Ådahl2016-02-161-0/+6
* wayland: Implement support for wp_relative_pointerJonas Ådahl2016-02-161-0/+3
* wayland: Support sending wl_surface.enter/leave to cursor surfacesJonas Ådahl2015-09-131-2/+0
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-131-2/+0
* wayland: Move cursor surface role to meta-wayland-pointer.cJonas Ådahl2015-09-131-0/+7
* MetaWaylandPointer: Don't keep our own MetaCursorTracker pointerJonas Ådahl2015-08-281-1/+0
* wayland: Implement the wl_pointer_gesture_pinch interfaceCarlos Garnacho2015-08-101-0/+2
* wayland: Implement the wl_pointer_gesture_swipe interfaceCarlos Garnacho2015-08-101-0/+2
* MetaWaylandPointer: Put client resources in its own structJonas Ådahl2015-08-101-2/+11
* wayland: Fail clients who try to create or destroy a not-top-most popupJonas Ådahl2015-02-171-0/+2
* wayland: Unmap popup windows when a popup chain is dismissedJonas Ådahl2015-02-171-2/+2
* wayland: Move out popup logic to its own fileJonas Ådahl2015-02-171-0/+8
* wayland: Check the serial when creating popupsJonas Ådahl2015-02-171-0/+3
* wayland: Move checks for grabbing into a central locationJasper St. Pierre2014-05-221-0/+4
* wayland: Fix header file styleJasper St. Pierre2014-04-221-39/+27
* pointer: Remove our own position trackingJasper St. Pierre2014-04-181-2/+2
* pointer: Remove unused fieldJasper St. Pierre2014-04-181-1/+0
* pointer/keyboard: Rearrange slightlyJasper St. Pierre2014-04-181-5/+5
* seat: Move pointer event handling to MetaWaylandPointer as wellJasper St. Pierre2014-04-171-4/+7
* seat: Rewrite event handling in terms of MetaWaylandPointerJasper St. Pierre2014-04-171-1/+4
* seat: Move update_pointer to MetaWaylandPointerJasper St. Pierre2014-04-171-0/+4
* seat: Move pointer interface over to MetaWaylandPointerJasper St. Pierre2014-04-171-2/+4
* seat: Move set_cursor_surface and all that tracking to MetaWaylandPointerJasper St. Pierre2014-04-171-0/+4
* seat: Move cursor storage to MetaWaylandPointerJasper St. Pierre2014-04-171-0/+10
* pointer/keyboard: Support more than one focused resourceJasper St. Pierre2014-04-161-1/+1
* pointer/keyboard: Remove focus_resource_listenerJasper St. Pierre2014-04-161-1/+0
* wayland-seat: Don't send pointer enter/leave events during a GRAB_OPRui Matos2014-03-201-0/+4
* wayland-pointer: Drop unused arg from focus grab interface methodRui Matos2014-03-171-2/+1
* wayland: Remove special code for modal grabsJasper St. Pierre2014-03-101-5/+0
* pointer/keyboard: Make sure not to get stale on client resources as wellJasper St. Pierre2014-02-181-2/+4
* wayland: Remove is_native from seatJasper St. Pierre2014-02-171-2/+1
* pointer/keyboard: Do a series of renames to our listener as wellJasper St. Pierre2014-02-171-1/+1
* Revert "pointer: Remove focus listener"Jasper St. Pierre2013-12-031-0/+1
* pointer: Remove focus listenerJasper St. Pierre2013-11-191-1/+0
* pointer: Remove dead and incorrect codeJasper St. Pierre2013-11-191-2/+0
* wayland: Drop old hack to synthesize motion eventsJasper St. Pierre2013-11-121-1/+0
* wayland: Remove meta_wayland_pointer_set_currentJasper St. Pierre2013-10-161-5/+0
* wayland: remove some wl_signal usageGiovanni Campagna2013-09-161-1/+0
* wayland: heavily refactor pointer grabsGiovanni Campagna2013-09-161-14/+15
* wayland: implement support for popup surfacesGiovanni Campagna2013-09-161-0/+7
* wayland: constraint the pointer onto visible monitors when running on evdevGiovanni Campagna2013-09-091-2/+3