summaryrefslogtreecommitdiff
path: root/src/backends/x11/meta-input-settings-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Replace contents with redirect messagemasterFlorian Müllner2021-07-191-948/+0
* backends: Shuffle ClutterBackendX11 code into MetaClutterBackendX11Carlos Garnacho2021-07-161-2/+2
* input-settings: Make set_matrix() vfunc take const float array pointerJonas Ådahl2021-04-141-1/+1
* backends: Simplify MetaInputSettings vfuncCarlos Garnacho2020-11-271-26/+7
* backends/x11: Move to backend-specific meta_input_device_x11_get_device_id()Carlos Garnacho2020-11-181-4/+5
* backends: Move absolute/relative device mapping to native backendCarlos Garnacho2020-10-231-9/+0
* backends: add support for scroll button lockingPeter Hutterer2020-10-141-1/+6
* Remove misplaced line break in g_* logging functionsJonas Ådahl2020-10-081-2/+2
* backends/x11: if the scroll button is nonzero, enable button scrollingPeter Hutterer2020-09-161-0/+1
* backends/x11: factor out the scroll method property changesPeter Hutterer2020-09-161-29/+16
* backends/x11: fix the property type for the scroll buttonPeter Hutterer2020-09-161-1/+1
* Add tap-button-map and tap-and-drag-lock support to X11 and WaylandGiusy Margarita2020-07-101-0/+48
* input-settings/x11: Fix typo in has_udev_propertyAndrew Gaul2020-03-151-1/+1
* input-settings: Wire up middle-emulationAndrew Gaul2020-03-151-0/+53
* input-settings/x11: Add missing clutter_x11_trap_x_errors around XIGetPropertyHans de Goede2019-11-101-0/+3
* Use a consistent style for enum bracesNiels De Graef2019-02-281-1/+2
* input-settings/x11: Only warn once about missing udev supportAntoine Jacoutot2019-01-221-1/+8
* Clean up include macros messJonas Ådahl2018-11-061-4/+6
* input-settings: detect trackball using udev ID_INPUT_TRACKBALLTony Novak2018-09-191-4/+5
* input-settings-x11: Push error trapFlorian Müllner2018-09-071-0/+1
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-061-9/+8
* Switch meta_error_trap functions to MetaX11DisplayArmin Krezović2018-07-061-8/+8
* backends/x11: wacom pressure curve is a 32-bit propertyPeter Hutterer2018-02-091-2/+2
* backends/x11: Preserve XI1 XDevice throughout ClutterInputDevice lifetimeCarlos Garnacho2018-02-011-6/+42
* backends: Add support for Wacom stylus tertiary-button-actionJason Gerecke2018-01-301-2/+8
* input-settings/x11: Fix tap-and-drag libinput property nameJonas Ådahl2018-01-121-1/+1
* backends/x11: Prevent segfault when querying list of devicesJason Gerecke2017-09-281-1/+1
* Add tag-and-drag setting from libinput into mutterfreeroot2017-08-201-0/+12
* backend: Set mapping-mode on X11 pen/eraser devicesCarlos Garnacho2017-07-121-0/+9
* backends/x11: Account for non-zero device origin when setting tablet areaJason Gerecke2017-07-031-12/+22
* backends/x11: Handle left-handed mode on pen/eraser devices correctlyCarlos Garnacho2017-06-201-1/+6
* backends/x11: Fix c&p issue in tablet area calculationCarlos Garnacho2017-06-201-1/+1
* Implements disable-while-typing in mutter.Evan Welsh2017-05-241-0/+12
* input-settings: Use logical monitors instead of outputsJonas Ådahl2017-03-091-11/+12
* input-settings: Don't use screen limits when keeping aspect ratioJonas Ådahl2017-03-091-2/+2
* MetaInputSettings: allow edge scrolling without 2fg capable devicesRui Matos2017-02-161-0/+18
* meta-input-settings-x11: Don't try setting unavailable scroll methodsRui Matos2016-11-161-4/+20
* backends/x11: Implement tablet settings based on the Wacom driverCarlos Garnacho2016-11-041-7/+207
* MetaInputSettings: fix two finger preference over edge scrolling logicRui Matos2016-11-021-58/+20
* settings: Support mouse and trackball accel profileJonas Ådahl2016-07-281-1/+168
* backends/x11: Add enum for scroll methodsBastien Nocera2016-07-271-15/+23
* backends: Re-add support for edge scrolling with some touchpadsBastien Nocera2016-07-271-11/+59
* backends: Add empty stubs for tablet configurationCarlos Garnacho2016-07-221-0/+29
* backends: Force 2-finger scroll by default if availableBastien Nocera2015-12-151-20/+15
* input-settings-x11: check properties for correctness before changing themPeter Hutterer2015-07-141-7/+42
* input-settings-x11: don't create non-existing atomsPeter Hutterer2015-06-261-2/+8
* Revert "input-settings-x11: Use xcb to change input settings"Jasper St. Pierre2015-06-121-6/+2
* input-settings-x11: Use xcb to change input settingsJasper St. Pierre2015-06-111-2/+6
* input-settings-x11: Honor default value for click method settingRui Matos2015-05-081-2/+10
* input-settings-x11: Factor out a get_property() helperRui Matos2015-05-081-10/+39