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
2020-04-11
udev: don't use IMPORT+=
Peter Hutterer
1
-1
/
+1
2020-04-11
tools: record: drop quotes from os-release information
Peter Hutterer
1
-0
/
+39
2020-03-05
quirks: rename the alps touchpad quirk to note it's a serial TP quirk
Peter Hutterer
1
-1
/
+1
2020-03-02
test: fix a coverity complaint
Peter Hutterer
1
-0
/
+1
2020-02-24
test: disable a bunch of tests relying on libwacom
Peter Hutterer
2
-0
/
+15
2020-02-24
test: remove double-assignment to a variable
Peter Hutterer
1
-2
/
+0
2020-02-18
touchpad: sync the initial tracking id state to the touchpad
Peter Hutterer
1
-0
/
+59
2020-02-18
touchpad: never reduce the slot count to 0
Peter Hutterer
1
-0
/
+62
2020-02-13
tablet: don't force a proximity out while buttons are down
Peter Hutterer
1
-4
/
+46
2020-02-13
test: drop a wait in favor of direct event processing
Peter Hutterer
1
-3
/
+4
2020-02-13
test: fix a duplicate button down where we want a button press + release
Peter Hutterer
1
-4
/
+2
2020-02-13
test: mark the tablets that require forced prox out as such
Peter Hutterer
4
-3
/
+4
2020-02-12
test: add a test case for checking EVDEV_ABS overrides
Peter Hutterer
4
-1
/
+177
2020-02-12
test: drop the #define for the litest device rules
Peter Hutterer
1
-4
/
+2
2020-02-02
tablet: fix the handling of axis updates after a forced proximity out
Peter Hutterer
3
-0
/
+183
2020-02-02
test: add helper functions for checking proximity events
Peter Hutterer
2
-6
/
+19
2020-02-02
test: add a comment to a test device
Peter Hutterer
1
-0
/
+1
2020-01-31
timer: make the timer offset error a bit more user-friendly
Peter Hutterer
1
-1
/
+1
2020-01-29
touchpad: correct a wrong slot count by the kernel
Peter Hutterer
2
-0
/
+183
2020-01-29
test: make the custom touch override methods filter-able
Peter Hutterer
6
-30
/
+57
2020-01-29
test: wrap slot counting into a helper function
Peter Hutterer
4
-39
/
+44
2020-01-09
test: switch from counting slot max to num_slots
Peter Hutterer
1
-20
/
+13
2020-01-09
test: simplify a slot count check
Peter Hutterer
1
-2
/
+1
2020-01-09
test: fix some wrong touchpad slot range checks
Peter Hutterer
1
-8
/
+7
2020-01-03
litest: Fix warnings about discarded qualifiers with check-0.13.0
Michael Forney
2
-19
/
+19
2020-01-03
test: indentation fix
Peter Hutterer
1
-1
/
+1
2020-01-03
test: add the test cases to the suite in the utils tests
Peter Hutterer
1
-0
/
+2
2019-12-04
pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keys
Peter Hutterer
3
-0
/
+115
2019-11-28
test: write our test case results out as junit xml files
Peter Hutterer
1
-0
/
+76
2019-11-26
test: fix a multitap test expecting one tap too few
satrmb
1
-1
/
+4
2019-11-15
test: allow for substring matching in the various --filter- arguments
Peter Hutterer
1
-0
/
+9
2019-11-15
touchpad: don't allow for multifinger tapping after a move
Peter Hutterer
3
-0
/
+136
2019-11-15
test: fix a pressure test to movement during tap
Peter Hutterer
1
-1
/
+1
2019-11-05
test: remove the hardcoded four-job valgrind test run
Peter Hutterer
1
-1
/
+3
2019-11-05
test: drop a now-obsolete test
Peter Hutterer
1
-43
/
+0
2019-10-31
tablet: handle a direct tool switch correctly
Peter Hutterer
1
-8
/
+45
2019-10-30
test: remove a useless assignment
Peter Hutterer
1
-1
/
+0
2019-10-30
test: silence a coverity warning
Peter Hutterer
1
-0
/
+2
2019-10-30
test: remove some useless code triggering a coverity warning
Peter Hutterer
1
-6
/
+0
2019-10-29
test: make the test jobs dependent on the number of processors
Peter Hutterer
1
-1
/
+4
2019-10-17
Add a scroll button lock feature
Peter Hutterer
3
-0
/
+534
2019-10-16
fallback: don't send a single-touch motion if we just sent a begin
Peter Hutterer
1
-0
/
+21
2019-10-14
touchpad: use the same speed for scrolling as the baseline of the accel curve
Peter Hutterer
1
-8
/
+8
2019-09-30
test: fix a coverity warning about an unused value
Peter Hutterer
1
-6
/
+4
2019-09-29
tablet: Improve forced prox out behavior.
John Chadwick
1
-0
/
+37
2019-09-26
test: Make udev_properties array fixed-size.
John Chadwick
1
-1
/
+1
2019-09-25
test: don't use debounced clicks for the middle button emulation click
Peter Hutterer
1
-4
/
+4
2019-09-25
gestures: where we have more fingers than slots, default to swipe
Peter Hutterer
1
-0
/
+53
2019-09-11
udev: parse the EVDEV_ABS properties for a potential fuzz setting
Peter Hutterer
1
-0
/
+78
2019-09-11
Split utility functions into separate source files
Peter Hutterer
2
-2
/
+15
[next]