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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
evdev: remove device when it is gone
Thomas Weißschuh
1
-0
/
+37
2021-06-15
using secure functions safe_strdup
luokai
1
-1
/
+1
2021-06-10
gestures: improve one finger hold detection
José Expósito
2
-3
/
+76
2021-06-09
gestures: add quick hold implementation
José Expósito
3
-0
/
+146
2021-06-09
tests: add hold gesture tests
José Expósito
1
-0
/
+222
2021-06-09
tests: optionally hold in gesture test functions
José Expósito
3
-14
/
+114
2021-06-09
tests: move existing gesture tests to functions to be able to reuse them
José Expósito
1
-317
/
+359
2021-06-09
gestures: add hold gesture implementation
José Expósito
5
-32
/
+201
2021-06-09
gesutures: allow to configure hold gestures
José Expósito
2
-0
/
+103
2021-06-09
libinput: add hold gesture public API and tool support
José Expósito
1
-0
/
+6
2021-05-24
test: cleanup: remove fallthrough followed by break
José Expósito
1
-84
/
+0
2021-05-19
evdev: restart debouncing timers after every event
satrmb
1
-0
/
+129
2021-05-19
Improve disambiguation between two-finger pinch and scroll
novenary
1
-3
/
+3
2021-04-21
touchpad: if we have a right button, let's assume it's not a clickpad
Peter Hutterer
1
-0
/
+24
2021-04-21
touchpad: a touchpad with only one button is a clickpad
Peter Hutterer
1
-0
/
+47
2021-04-06
touchpad/clickfinger: limit middle click to 3 fingers
JoseExposito
1
-39
/
+0
2021-03-30
tools/record: deduplicate the device opening logic
Peter Hutterer
1
-0
/
+39
2021-03-17
fallback: disable mouse scroll wheel while middle button is pressed
JoseExposito
1
-0
/
+25
2021-03-16
tests: add a gesture test to ensure our unaccel deltas are in a sane range
Peter Hutterer
1
-0
/
+102
2021-03-16
test: push/pop event frames around three-touch movements
Peter Hutterer
1
-0
/
+2
2021-03-16
test: simplify the helper for moving three touches at the same time
Peter Hutterer
1
-11
/
+8
2021-03-16
test: fix debugging messages for gesture begin event
Peter Hutterer
1
-2
/
+2
2021-03-15
test: update a few tests for more modern helpers
Peter Hutterer
1
-21
/
+19
2021-03-15
test: localize a few variables
Peter Hutterer
1
-10
/
+13
2021-03-11
test: add a comment to the thumb speed test
Peter Hutterer
1
-3
/
+4
2021-03-11
test: fix two inadvertent pointer jumps in a test
Peter Hutterer
1
-2
/
+2
2021-03-08
replace strncmp with strneq for safety-check
weizhixiang
2
-2
/
+2
2021-03-02
treewide: get rid of `tmp` argument in list_for_each_safe
Konstantin Kharlamov
1
-14
/
+14
2021-02-23
utils: add a safe version of basename
Peter Hutterer
1
-0
/
+31
2021-02-17
test: add test cases for 2/3 finger movement after drag-lock
satrmb
1
-1
/
+194
2021-02-15
test: add test cases for 2/3 finger movement after tap
Peter Hutterer
3
-0
/
+211
2021-02-15
test: drop the needless base event conversion
Peter Hutterer
1
-6
/
+4
2021-02-15
test: print the event type on mismatch
Peter Hutterer
1
-2
/
+1
2021-02-15
test: fix a few missing or wrong drag-lock timeouts
satrmb
1
-3
/
+10
2021-02-15
touchpad: permit only one finger on the touchpad at the start of a tap-drag
satrmb
1
-1
/
+13
2021-02-15
touchpad: stretch the tap-and-drag timeout a bit depending on finger count
satrmb
1
-1
/
+1
2021-02-12
test: drop the custom group names
Peter Hutterer
21
-973
/
+967
2021-02-12
utils: add a trunkname() function to extract the trunk of a filename
Peter Hutterer
1
-0
/
+27
2021-02-12
test: use motion events to check the "system is too slow" message
Peter Hutterer
1
-4
/
+3
2021-02-12
test: wrap the litest user data into a struct
Peter Hutterer
4
-18
/
+23
2021-02-12
test: move a helper function close to its caller
Peter Hutterer
1
-12
/
+13
2021-02-12
test: init an array to zero to silence scan-build
Peter Hutterer
1
-1
/
+1
2021-02-11
tests: drop the duplicate test for pointer event conversion
Peter Hutterer
1
-1
/
+0
2021-02-11
test: don't set the log handler 10 times
Peter Hutterer
1
-4
/
+3
2021-02-08
touchpad: disable the pressure axes wherever the resolution is nonzero
Peter Hutterer
5
-6
/
+140
2021-02-05
test: don't require root to list tests
Peter Hutterer
1
-9
/
+6
2021-01-18
modify macro streq/strneq for check one null pointer
weizhixiang
1
-0
/
+24
2021-01-14
quirks: disable pressure on the Lenovo Yoga 9i touchpad
Peter Hutterer
4
-0
/
+130
2021-01-06
check return value for libudev/udev_device_get_action
weizhixiang
1
-1
/
+1
2020-12-16
treewide: fix typos
Torstein Husebø
4
-4
/
+4
[next]