summaryrefslogtreecommitdiff
path: root/src/backends/native/meta-seat-native.c
Commit message (Expand)AuthorAgeFilesLines
* seat-native: Fix has_touchscreen becoming FALSE when a non touchscreen device...Hans de Goede2020-11-271-1/+2
* backends/native: Don't crash if keymap is misconfiguredSimon McVittie2020-11-271-0/+1
* backends/native: Wait to have an stage before emitting CLUTTER_DEVICE_ADDEDCarlos Garnacho2020-11-231-7/+28
* clutter/backend: Don't dispatch libinput events too earlyOlivier Fourdan2020-11-021-2/+0
* backends/native: Remove unused functionCarlos Garnacho2020-09-231-18/+0
* clutter/backends: Rename master and slave devicesFlorian Müllner2020-08-311-8/+8
* seat-native: Process device added/removed events as ClutterEventsMarco Trevisan (Treviño)2020-08-291-51/+57
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-291-1/+1
* clutter: Remove multi thread mutexesJonas Ådahl2020-07-021-14/+1
* clutter/seat: Add private method to peek list of input devicesJonas Dreßler2020-06-161-9/+4
* backends/native: Drop external keyboard detection for ::touch-modeCarlos Garnacho2020-05-291-44/+4
* backends/native: Translate coordinates of absolute motion eventsJonas Troeger2020-04-071-0/+3
* backends/native: Shuffle udev client initialization in MetaSeatNativeCarlos Garnacho2020-02-261-2/+2
* backends/native: Also check touch-mode on object initializationJonas Dreßler2020-02-211-0/+2
* backends/native: Replace tabs with spacesJonas Dreßler2020-02-191-5/+5
* util: Add INPUT debug topicJonas Dreßler2020-02-191-11/+38
* backends/native: Override the right property nameCarlos Garnacho2020-02-111-1/+1
* backends: Implement ClutterSeat::touch-mode on MetaSeatNativeCarlos Garnacho2020-02-101-1/+142
* backends: Use latest pointer position if no pointer constrain existsCarlos Garnacho2020-01-301-2/+2
* backends: Move warp_pointer() to ClutterSeatCarlos Garnacho2020-01-301-24/+16
* backends: Move native keymap manipulation functions to MetaSeatNativeCarlos Garnacho2020-01-301-0/+156
* clutter: Move motion compression handling to ClutterSeatCarlos Garnacho2020-01-301-0/+26
* clutter: Move virtual device management to ClutterSeatCarlos Garnacho2020-01-301-0/+21
* clutter: Move keyboard a11y from ClutterDeviceManager to ClutterSeatCarlos Garnacho2020-01-301-0/+13
* clutter: Move platform event data management to ClutterSeatCarlos Garnacho2020-01-301-0/+25
* clutter: Move keymap from ClutterBackend to ClutterSeatCarlos Garnacho2020-01-301-25/+27
* clutter: Move bell_notify() from ClutterBackend to ClutterSeatCarlos Garnacho2020-01-301-0/+10
* native: Implement ClutterSeatCarlos Garnacho2020-01-301-72/+2103
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-221-2/+1
* Replace ClutterPoint by graphene_point_tGeorges Basile Stavracas Neto2019-10-161-1/+1
* backends: Don't use glib types in new native backend objectsCarlos Garnacho2019-08-241-14/+14
* clutter: Move evdev input to src/backends/nativeCarlos Garnacho2019-08-241-0/+904