index
:
wayland/libinput
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.16-branch
1.17-branch
1.18-branch
1.19-branch
1.2-branch
1.20-branch
1.22-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
main
master
tablet-support
wip/arch
wip/docbuild
wip/smaller-arch-image
input device management and event handling library (mirrored from https://gitlab.freedesktop.org/libinput/libinput)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-12
util: add a function to parse bool properties
José Expósito
4
-19
/
+26
2021-08-31
High-resolution scroll wheel support
Peter Hutterer
9
-89
/
+631
2021-08-24
quirks: Lenovo Trackpoint Keyboard II
José Expósito
3
-0
/
+11
2021-07-28
quirks: Add tablet smoothing attribute.
Quytelda Kahja
3
-8
/
+44
2021-07-28
Define the versionsort overrides as inlines
Peter Hutterer
1
-3
/
+3
2021-07-22
touchpad: remove two unused functions
Peter Hutterer
1
-17
/
+0
2021-07-22
Silence compiler warnings for -Wformat-nonliteral
Peter Hutterer
2
-0
/
+9
2021-07-22
Replace fallthrough comments with __attribute__((fallthrough))
Peter Hutterer
4
-5
/
+7
2021-07-22
util-list: restore list_for_each_safe() to be a single statement
Peter Hutterer
1
-2
/
+4
2021-06-21
evdev: remove device when it is gone
Thomas Weißschuh
1
-0
/
+3
2021-06-15
using secure functions safe_strdup
luokai
3
-4
/
+4
2021-06-10
gestures: improve one finger hold detection
José Expósito
2
-4
/
+93
2021-06-10
gestures: move first_moved and first_mm up
José Expósito
1
-3
/
+3
2021-06-10
gestures: always save touch information
José Expósito
1
-3
/
+6
2021-06-09
doc: update draw.io URL
José Expósito
4
-4
/
+4
2021-06-09
doc: add touchpad gestures state machine diagram
José Expósito
1
-0
/
+9
2021-06-09
gestures: add quick hold implementation
José Expósito
4
-4
/
+56
2021-06-09
gestures: add hold gesture implementation
José Expósito
4
-1
/
+164
2021-06-09
gesutures: allow to configure hold gestures
José Expósito
5
-0
/
+239
2021-06-09
libinput: add hold gesture public API and tool support
José Expósito
3
-5
/
+55
2021-06-09
gestures: filter motion inside the gesture state machine
José Expósito
3
-11
/
+21
2021-06-09
gestures: use events to change between states
José Expósito
1
-77
/
+277
2021-06-09
gestures: handle pointer motion as an extra state
José Expósito
2
-12
/
+31
2021-06-09
gestures: refactor gesture enabled
José Expósito
1
-1
/
+7
2021-06-09
gestures: add a function to know if there is pending pointer motion
José Expósito
1
-0
/
+17
2021-05-24
use more safety list_for_each_safe when remove element in traversing list
weizhixiang
2
-2
/
+2
2021-05-19
evdev: restart debouncing timers after every event
satrmb
1
-1
/
+11
2021-05-19
Increase pinch grace period to 300ms
novenary
1
-1
/
+1
2021-05-19
Allow reviving a thumb that moves sufficiently
novenary
3
-0
/
+42
2021-05-19
Improve disambiguation between two-finger pinch and scroll
novenary
1
-0
/
+39
2021-04-21
touchpad: if we have a right button, let's assume it's not a clickpad
Peter Hutterer
1
-14
/
+8
2021-04-21
touchpad: a touchpad with only one button is a clickpad
Peter Hutterer
1
-1
/
+14
2021-04-21
touchpad: use some helper variables to make the code easier to read
Peter Hutterer
1
-3
/
+6
2021-04-21
touchpad: factor out clickpad assignment to a helper
Peter Hutterer
1
-12
/
+22
2021-04-13
gestures: move the logic to detect gestures to its own function
JoseExposito
1
-64
/
+70
2021-04-13
gestures: move up some functions to use them later
JoseExposito
1
-36
/
+37
2021-04-13
gestures: move the code to get raw pointer motion to its own function
JoseExposito
1
-3
/
+12
2021-04-13
gestures: rename int filter_motion to bool ignore_motion
JoseExposito
1
-4
/
+4
2021-04-13
libinput: change gesture notify cancel parameter from int to bool
JoseExposito
2
-5
/
+5
2021-04-09
evdev: don't truncate event time to 32 bits
Peter Hutterer
1
-1
/
+1
2021-04-07
evdev: don't check the event time if it's higher than the dispatch time
Peter Hutterer
1
-2
/
+4
2021-04-06
tablet-pad-leds: Open led file with O_NONBLOCK | O_CLOEXEC
Jonas Ådahl
1
-1
/
+1
2021-04-06
touchpad/clickfinger: limit middle click to 3 fingers
JoseExposito
1
-1
/
+2
2021-03-30
tools/record: deduplicate the device opening logic
Peter Hutterer
2
-0
/
+31
2021-03-17
fallback: disable mouse scroll wheel while middle button is pressed
JoseExposito
3
-1
/
+27
2021-03-17
fallback: replace fallback_dispatch->wheel with an anonymous struct
JoseExposito
2
-15
/
+18
2021-03-17
quirks: implement DMI support on FreeBSD
Greg V
1
-5
/
+73
2021-03-17
quirks: recognize SPI bus
Greg V
1
-0
/
+7
2021-03-16
gestures: Filter unaccelerated deltas for gestures
Alexander Mikhaylenko
1
-2
/
+2
2021-03-16
filter: correct comments about the threshold's unit
Peter Hutterer
2
-6
/
+6
[next]