summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-touch.c
Commit message (Expand)AuthorAgeFilesLines
* wayland/surface: Prepare for decoupled surface & resource lifetimesMichel Dänzer2022-12-011-1/+1
* wayland: Move away from clutter_event_get_source()Carlos Garnacho2022-03-041-1/+3
* wayland: Warn and fix accounting on missed CLUTTER_TOUCH_END eventsCarlos Garnacho2022-02-141-1/+4
* wayland: Avoid a race in wl_seat capabilitiesOlivier Fourdan2021-09-161-8/+0
* wayland: Drop HAVE_BACKEND_NATIVE checks in wl_touch implementationCarlos Garnacho2020-12-081-21/+0
* backends: Unify touch sequence to slot conversionCarlos Garnacho2020-12-081-1/+1
* wayland: Use Clutter event to handle touch cancelCarlos Garnacho2020-10-231-48/+4
* wayland: Simplify wl_touch.frame handlingCarlos Garnacho2020-10-231-38/+22
* wayland: Replace ClutterDeviceManager usage in favor of ClutterSeatCarlos Garnacho2020-01-301-6/+0
* native: Implement ClutterSeatCarlos Garnacho2020-01-301-2/+15
* clutter: Move evdev input to src/backends/nativeCarlos Garnacho2019-08-241-5/+7
* wayland/touch: Remove undelivered touches earlierJonas Dreßler2019-02-281-9/+13
* wayland/touch: Only handle touch when using the native backendJonas Ådahl2018-11-061-4/+34
* Clean up include macros messJonas Ådahl2018-11-061-3/+3
* Don't cast free function passed to g_clear_pointerFlorian Müllner2018-07-311-2/+2
* wayland: Only send full sequences of touch events to clientsCarlos Garnacho2017-12-211-6/+12
* wayland: Cancel touches on meta_wayland_touch_disable()Carlos Garnacho2016-10-141-0/+2
* wayland/touch: Use surface relative coordinate helperJonas Ådahl2016-10-131-10/+3
* wayland/touch: Use helper for getting the next event serialJonas Ådahl2016-10-111-4/+3
* wayland: Move device seat association to MetaWaylandInputDeviceJonas Ådahl2016-09-151-6/+6
* wayland: Add common object for device classesJonas Ådahl2016-09-151-1/+2
* wayland: Make seat devices GObjectsJonas Ådahl2016-09-091-9/+19
* configure.ac: Add AC_GNU_SOURCEJonas Ådahl2016-07-201-2/+0
* wayland: Fix up touch coordinates on HiDPIJasper St. Pierre2015-12-141-2/+2
* wayland: Make it possible to trigger popups through pointer/keyboard/touchCarlos Garnacho2015-10-171-0/+20
* configure: Conditionalize libinput and gbm tooJasper St. Pierre2014-08-271-2/+18
* wayland: Simplify slave version managementJasper St. Pierre2014-08-041-2/+1
* MetaWaylandTouch: fix running without touch hardwareGiovanni Campagna2014-07-301-0/+11
* wayland: Handle window drags for touch eventsCarlos Garnacho2014-07-241-0/+52
* wayland: Clear hashtable pointers on meta_wayland_touch_release()Carlos Garnacho2014-07-241-2/+2
* wayland: set the current serial on touch down/up notificationsCarlos Garnacho2014-07-241-1/+1
* wayland: Rename touch_handle_cancel_event() to meta_wayland_touch_cancel()Carlos Garnacho2014-07-241-4/+3
* wayland: Fix infinite loop in touch_handle_cancel_event()Carlos Garnacho2014-07-241-2/+2
* wayland: set the interface vfuncs when declaring the touch interfaceCarlos Garnacho2014-07-221-1/+1
* wayland: Implement the server side bits of wl_touch_interfaceCarlos Garnacho2014-06-041-0/+548