..
builddir.h
Fix a few coverity complaints
2020-11-10 14:27:22 +10:00
evdev-debounce.c
evdev: restart debouncing timers after every event
2021-05-19 12:24:59 +02:00
evdev-fallback.c
wheel: allow to scroll while middle button is pressed
2021-12-30 08:32:40 +01:00
evdev-fallback.h
wheel: allow to scroll while middle button is pressed
2021-12-30 08:32:40 +01:00
evdev-middle-button.c
Use bit(foo) instead of (1 << foo)
2021-11-18 10:11:43 +10:00
evdev-mt-touchpad-buttons.c
touchpad: revert the clickpad detection mechanism
2021-12-02 12:00:52 +00:00
evdev-mt-touchpad-edge-scroll.c
High-resolution scroll wheel support
2021-08-31 08:45:01 +02:00
evdev-mt-touchpad-gestures.c
gestures: fix disambiguation between two finger pinch and scroll
2022-01-27 08:35:30 +01:00
evdev-mt-touchpad-tap.c
Use bit(foo) instead of (1 << foo)
2021-11-18 10:11:43 +10:00
evdev-mt-touchpad-thumb.c
Allow reviving a thumb that moves sufficiently
2021-05-19 05:12:58 +00:00
evdev-mt-touchpad.c
evdev: silence a clang compiler warning
2021-12-22 15:07:56 +10:00
evdev-mt-touchpad.h
gestures: improve one finger hold detection
2021-06-10 01:07:19 +00:00
evdev-tablet-pad-leds.c
Use bit(foo) instead of (1 << foo)
2021-11-18 10:11:43 +10:00
evdev-tablet-pad.c
pad: load libwacom device by path, not by usbid
2022-02-07 21:26:47 +01:00
evdev-tablet-pad.h
[clang-tidy] fix inconsistent declarations
2020-08-27 01:00:31 -07:00
evdev-tablet.c
tablet: handle a BTN_TOOL_PEN on top of BTN_TOOL_RUBBER
2021-12-14 08:09:20 +00:00
evdev-tablet.h
tablet: disable smoothing for AES devices
2020-11-25 03:54:47 +00:00
evdev-totem.c
totem: separate X/Y resolution from touch size in discriminator
2021-02-09 13:52:20 +01:00
evdev-wheel.c
wheel: allow to scroll while middle button is pressed
2021-12-30 08:32:40 +01:00
evdev.c
evdev: modernize variable declaration in evdev_device_is_joystick_or_gamepad
2022-03-02 08:35:23 +01:00
evdev.h
High-resolution scroll wheel support
2021-08-31 08:45:01 +02: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: correct comments about the threshold's unit
2021-03-16 06:03:56 +00: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-flat.c
Allow the flat acceleration profile for touchpads
2020-05-27 06:21:00 +00:00
filter-touchpad-x230.c
treewide: fix typos
2020-12-16 22:08:23 +01:00
filter-touchpad.c
filter: correct comments about the threshold's unit
2021-03-16 06:03:56 +00:00
filter-trackpoint.c
filter-trackpoint.c: remove unused include
2019-09-12 09:36:40 +10:00
filter.c
treewide: fix typos
2020-12-16 22:08:23 +01:00
filter.h
treewide: fix typos
2020-12-16 22:08:23 +01: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-config.c
gesutures: allow to configure hold gestures
2021-06-09 01:18:58 +00:00
libinput-private-config.h
gesutures: allow to configure hold gestures
2021-06-09 01:18:58 +00:00
libinput-private.h
timer: rate-limit the "timer expiry in the past" error messages
2021-12-07 11:18:01 +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
evdev: silence a clang compiler warning
2021-12-22 15:07:56 +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
Define the versionsort overrides as inlines
2021-07-28 12:50:11 +10:00
libinput.c
Use bit(foo) instead of (1 << foo)
2021-11-18 10:11:43 +10:00
libinput.h
doc: guarantee end sequence for continuous scroll
2021-09-19 21:32:59 +02:00
libinput.pc.in
Add -lrt to the libs
2014-07-03 09:59:43 +10:00
libinput.sym
High-resolution scroll wheel support
2021-08-31 08:45:01 +02:00
path-seat.c
using secure functions safe_strdup
2021-06-15 11:27:29 +08:00
quirks.c
quirks: Remove Lenovo Trackpoint Keyboard II quirk
2021-12-29 18:11:55 +01:00
quirks.h
quirks: Remove Lenovo Trackpoint Keyboard II quirk
2021-12-29 18:11:55 +01:00
timer.c
timer: only warn about timer expiry issues when we're more than 20ms behind
2021-12-07 11:54:08 +10:00
timer.h
Use bit(foo) instead of (1 << foo)
2021-11-18 10:11:43 +10:00
udev-seat.c
replace strncmp with strneq for safety-check
2021-03-08 20:59:20 +00: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-input-event.h
Adjust for 64bit time_t for 32bit architectures
2019-11-26 15:11:44 +10:00
util-list.c
Split utility functions into separate source files
2019-09-11 12:23:04 +10:00
util-list.h
util-list: restore list_for_each_safe() to be a single statement
2021-07-22 12:53:08 +10:00
util-macros.h
Replace fallthrough comments with __attribute__((fallthrough))
2021-07-22 23:14:43 +00:00
util-matrix.h
Split utility functions into separate source files
2019-09-11 12:23:04 +10:00
util-prop-parsers.c
util: add a function to parse bool properties
2021-09-12 21:16:32 +00:00
util-prop-parsers.h
util: add a function to parse bool properties
2021-09-12 21:16:32 +00:00
util-ratelimit.c
[clang-tidy] do not use else after return
2020-08-27 01:17:24 -07:00
util-ratelimit.h
[clang-tidy] fix inconsistent declarations
2020-08-27 01:00:31 -07:00
util-strings.c
using secure functions safe_strdup
2021-06-15 11:27:29 +08:00
util-strings.h
tools/record: deduplicate the device opening logic
2021-03-30 08:26:30 +10:00
util-time.h
touchpad: reduce the jumping cursor warnings to 5 per day
2021-09-17 09:03:17 +10:00