libinput/src
Jakub Schmidtke 8490384c68 Fixed horizontal scrolling on Logitech MX Master 2S/3
Logitech MX Master 2S and 3 by default use natural scrolling
for the horizontal scroll wheel, while the main wheel
uses traditional mode. This change inverts the default
direction of horizontal scrolling.
2019-09-30 23:34:45 +00:00
..
builddir.h Remove some usage of libinput-util.h 2019-09-11 12:23:06 +10:00
evdev-debounce.c evdev: Rename button up and down states to mirror each other 2019-03-21 01:07:59 +00:00
evdev-fallback.c quirks: add trackpoint integration attribute 2019-05-28 13:23:49 +10:00
evdev-fallback.h evdev: Rename button up and down states to mirror each other 2019-03-21 01:07:59 +00:00
evdev-middle-button.c middle-button: add space to middlebutton state debug message 2019-09-27 17:24:33 +10:00
evdev-mt-touchpad-buttons.c evdev-mt-touchpad-buttons.c: remove unused includes 2019-09-13 00:07:39 +03:00
evdev-mt-touchpad-edge-scroll.c evdev-mt-touchpad-edge-scroll.c: remove unused includes 2019-09-12 09:36:40 +10:00
evdev-mt-touchpad-gestures.c gestures: where we have more fingers than slots, default to swipe 2019-09-25 04:10:02 +00:00
evdev-mt-touchpad-tap.c evdev-mt-touchpad-tap.c: remove unused includes 2019-09-12 09:36:40 +10:00
evdev-mt-touchpad-thumb.c touchpad: only identify for pinch in a distinct pinch position 2019-09-25 04:10:02 +00:00
evdev-mt-touchpad.c touchpad: revamp thumb detection 2019-07-17 09:33:14 +10:00
evdev-mt-touchpad.h evdev-mt-touchpad.h: remove unused include 2019-09-12 09:36:40 +10:00
evdev-tablet-pad-leds.c evdev-tablet-pad-leds.c: remove unused includes 2019-09-12 09:36:40 +10:00
evdev-tablet-pad.c Abstract libwacom database initialization into a single place 2019-05-28 10:32:08 +10:00
evdev-tablet-pad.h Add a bit() macro 2019-02-11 13:46:31 +10:00
evdev-tablet.c tablet: Improve forced prox out behavior. 2019-09-29 23:35:09 +00:00
evdev-tablet.h tablet: disable the forced proximity out for the Dell Canvas pen 2019-06-17 14:39:58 +10:00
evdev-totem.c Add a new dispatch interface for the Dell Canvas Totem 2019-06-07 01:03:21 +00:00
evdev.c Fixed horizontal scrolling on Logitech MX Master 2S/3 2019-09-30 23:34:45 +00:00
evdev.h Fixed horizontal scrolling on Logitech MX Master 2S/3 2019-09-30 23:34:45 +00:00
filter-flat.c filter-flat.c: remove unused includes 2019-09-12 09:36:40 +10:00
filter-low-dpi.c filter-low-dpi.c: remove unused includes 2019-09-12 09:36:40 +10:00
filter-mouse.c filter-mouse.c: remove unused includes 2019-09-12 09:36:40 +10:00
filter-private.h Add quirk to control velocity averaging, disable it by default 2018-08-22 12:12:55 +02:00
filter-tablet.c filter: drop an unused function and an unused struct 2019-02-06 14:22:02 +10:00
filter-touchpad-x230.c filter-touchpad-x230.c: remove unused includes 2019-09-12 09:36:40 +10:00
filter-touchpad.c filter-touchpad.c: remove unused includes 2019-09-12 09:36:40 +10:00
filter-trackpoint.c filter-trackpoint.c: remove unused include 2019-09-12 09:36:40 +10:00
filter.c filter.h/c: remove unused includes 2019-09-13 00:07:39 +03:00
filter.h Add quirk to control velocity averaging, disable it by default 2018-08-22 12:12:55 +02:00
libinput-git-version.h.in tools: add the git version in the libinput-record output 2018-03-06 14:22:30 +10:00
libinput-private.h tablet: make the pressure-offset inclusive of the axis minimum 2019-08-08 13:58:54 +10:00
libinput-restore-selinux-context.sh meson: Fix absolute libdir case in install script 2018-02-16 16:57:30 +10:00
libinput-uninstalled.pc.in buildsystem: add missing uninstalled pkg-config infra 2016-08-30 17:18:39 +10:00
libinput-util.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
libinput-version.h.in COPYING: Update boilerplate from MIT X11 to MIT Expat license 2015-06-16 14:36:04 +10:00
libinput-versionsort.h Add versionsort test 2018-07-19 22:29:00 +03:00
libinput.c If we never initialized the libwacom database, don't check the refcount 2019-06-26 14:15:09 +10:00
libinput.h doc: update reference to the event codes header 2019-09-25 15:16:45 +10:00
libinput.pc.in Add -lrt to the libs 2014-07-03 09:59:43 +10:00
libinput.sym tablet: add a the Totem tool type to the tablet interface 2019-06-07 01:03:21 +00:00
path-seat.c path-seat.c: remove unused includes 2019-09-13 00:07:39 +03:00
quirks.c Fixed horizontal scrolling on Logitech MX Master 2S/3 2019-09-30 23:34:45 +00:00
quirks.h Fixed horizontal scrolling on Logitech MX Master 2S/3 2019-09-30 23:34:45 +00:00
timer.c timer.c: remove unused include <inttypes.h> 2019-09-12 09:36:40 +10:00
timer.h timer: flush the timer funcs if our events come in late 2017-09-21 12:27:46 +10:00
udev-seat.c udev-seat.c: remove unused includes 2019-09-13 00:07:39 +03:00
udev-seat.h COPYING: Update boilerplate from MIT X11 to MIT Expat license 2015-06-16 14:36:04 +10:00
util-bits.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-list.c Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-list.h Remove some usage of libinput-util.h 2019-09-11 12:23:06 +10:00
util-macros.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-matrix.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-prop-parsers.c udev: parse the EVDEV_ABS properties for a potential fuzz setting 2019-09-11 12:24:02 +10:00
util-prop-parsers.h udev: parse the EVDEV_ABS properties for a potential fuzz setting 2019-09-11 12:24:02 +10:00
util-ratelimit.c Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-ratelimit.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-strings.c Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-strings.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00
util-time.h Split utility functions into separate source files 2019-09-11 12:23:04 +10:00