summaryrefslogtreecommitdiff
path: root/src/backends/native/meta-seat-impl.c
Commit message (Expand)AuthorAgeFilesLines
* clutter: Add API for retrieving gesture unaccelerated deltaswip/exalm/unaccelAlexander Mikhaylenko2021-02-271-7/+20
* seat-impl: Dispatch source also when there are already queued eventsJonas Ådahl2021-02-231-1/+20
* src: Stop using GSliceRobert Mader2021-02-221-2/+2
* backends/native: Handle triple resolution mouse wheels betterPascal Nowack2021-02-171-2/+4
* backends/native: Disable touch-mode with pointer presenceCarlos Garnacho2021-02-051-7/+39
* seat-impl: Remove unused udev client instanceJonas Ådahl2021-01-281-4/+0
* backends/native: Update keymap state on latched modifier updateswip/carlosg/keymap-updatesCarlos Garnacho2021-01-211-0/+1
* seat/native: Explicitly destroy MetaSeatImplJonas Ådahl2021-01-191-24/+29
* seat-impl: Destroy libinput objects on input thread on tear downJonas Ådahl2021-01-111-18/+25
* seat-impl: Fix some variable namesJonas Ådahl2021-01-111-11/+11
* backends/native: Protect against NULL pointer constraintsOlivier Fourdan2020-12-221-1/+2
* backends/native: Dispose the libinput device in the input threadCarlos Garnacho2020-12-161-1/+3
* backends/native: Drop MetaEventNativeCarlos Garnacho2020-12-081-1/+0
* clutter: Move relative motion information to ClutterEventCarlos Garnacho2020-12-081-16/+10
* backends: Unify touch sequence to slot conversionCarlos Garnacho2020-12-081-1/+1
* clutter: Move evdev evcode data to Clutter button/key eventsCarlos Garnacho2020-12-081-2/+2
* backends/native: Pass xkb_state directly when updating MetaKeymapNativeCarlos Garnacho2020-11-271-3/+3
* backends/native: Add distinct meta-input-thread.h headerCarlos Garnacho2020-11-271-6/+1
* backends/native: Add a bunch of "_in_impl" suffixes to functionsCarlos Garnacho2020-11-271-206/+206
* backends/native: Add input thread inside MetaSeatImplCarlos Garnacho2020-11-271-77/+202
* backends/native: Update keyboard a11y status in seat implCarlos Garnacho2020-11-271-4/+10
* backends/native: Shuffle keyboard a11y signal connection into MetaSeatImplCarlos Garnacho2020-11-271-0/+13
* clutter: Drop ClutterInputDevice private tool maintenance APICarlos Garnacho2020-11-271-7/+15
* clutter: Drop internal update_from_tool() vmethodCarlos Garnacho2020-11-271-3/+0
* backends: Forward event axes as array of ClutterInputAxes elementsCarlos Garnacho2020-11-271-19/+11
* clutter: Drop clutter_input_device_get_associated_device()Carlos Garnacho2020-11-271-9/+1
* clutter: Drop clutter_input_device_get_physical_devices() APICarlos Garnacho2020-11-271-4/+1
* backends/native: Make some MetaSeatImpl API "async"Carlos Garnacho2020-11-271-44/+206
* backends: Handle numlock saving/restoring directly in backendsCarlos Garnacho2020-11-271-55/+62
* backends/native: Shuffle xkb_keymap creationCarlos Garnacho2020-11-271-32/+12
* backends/native: Seal MetaKeymapNative xkb usageCarlos Garnacho2020-11-271-0/+3
* backends/native: Surround device state queries/updates with RW lockCarlos Garnacho2020-11-271-6/+45
* backends/native: Move MetaInputSettings ownership to MetaSeatImplCarlos Garnacho2020-11-271-6/+16
* backends: Make device tracking at MetaInputSettings ad-hoc APICarlos Garnacho2020-11-271-3/+13
* clutter: Update device for the current tool in backendsCarlos Garnacho2020-11-271-0/+3
* backends/native: Proxy modifier state changes via MetaSeatImplCarlos Garnacho2020-11-271-1/+8
* backends/native: Proxy bell notifications from within the MetaSeatImplCarlos Garnacho2020-11-271-0/+13
* backends/native: Proxy touch-mode via MetaSeatImplCarlos Garnacho2020-11-271-1/+9
* backends/native: Forward keyboard a11y changes via the MetaSeatImplCarlos Garnacho2020-11-271-0/+42
* backends/native: Spin MetaSeatImpl off MetaSeatNativeCarlos Garnacho2020-11-271-0/+3022