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
2018-08-14
test: when testing for a touch sequence, assert it's the same slot's sequence
Peter Hutterer
1
-3
/
+8
2018-08-13
touchpad: if a finger in the button area moves by more than 5mm, release it
Peter Hutterer
2
-2
/
+12
2018-08-13
quirks: don't allow single quotes for values
Peter Hutterer
1
-0
/
+42
2018-08-13
tests: more tests for quirks handling
Peter Hutterer
1
-0
/
+66
2018-08-13
test: add tests for successful/failing parsing of various quirks
Peter Hutterer
1
-0
/
+317
2018-08-13
test: fix quirks test for invalid bus type matches
Peter Hutterer
1
-1
/
+1
2018-08-13
util: tighten safe_atod parsing to only parse 'normal' numbers
Peter Hutterer
1
-5
/
+4
2018-08-13
util: fail property parsing if the dimensions are 0
Peter Hutterer
1
-2
/
+2
2018-08-13
test: replace hand-rolled backtrace function with gstack
Peter Hutterer
1
-156
/
+34
2018-08-13
test: remove the deviceless test runner, make it a commandline arg instead
Peter Hutterer
1
-23
/
+26
2018-08-13
test: switch two ints to bools
Peter Hutterer
1
-9
/
+9
2018-08-09
test: ensure we write something during litest_sendfile
Peter Hutterer
1
-0
/
+1
2018-08-09
test: remove an obsolete comment
Peter Hutterer
1
-1
/
+0
2018-08-08
test: touchpad: add tests for 90 degree scroll (axis lock)
Matt Mayfield
1
-0
/
+146
2018-08-07
test: add a 10ms delay for scrolling tests
Peter Hutterer
1
-1
/
+1
2018-08-07
test: touchpad: swap an int for a bool
Peter Hutterer
1
-11
/
+11
2018-08-07
test: rename the x220 clickpad to something more telling
Peter Hutterer
1
-1
/
+1
2018-08-07
tablet: unify the license text with what we have in COPYING
Peter Hutterer
2
-32
/
+34
2018-08-03
touchpad: improve finger counting for synaptics serial touchpads
Peter Hutterer
2
-0
/
+201
2018-08-03
fallback: add support for ABS_MT_TOOL_TYPE for touch screens
Peter Hutterer
3
-0
/
+311
2018-08-03
test: handle ABS_MT_TOOL_TYPE from the litest devices
Peter Hutterer
1
-1
/
+14
2018-08-03
test: add test helpers for touch sequence parts
Peter Hutterer
2
-0
/
+79
2018-08-02
util: remove now-unused helper functions
Peter Hutterer
1
-58
/
+0
2018-07-26
test: properly release a few leaking litest device
Peter Hutterer
2
-2
/
+6
2018-07-26
test: release a few leaking udev devices
Peter Hutterer
2
-2
/
+6
2018-07-26
test: supress another bash warning
Peter Hutterer
1
-0
/
+6
2018-07-19
Add versionsort test
Greg V
1
-0
/
+18
2018-07-16
test: ptrace compatibility with *BSD
Greg V
1
-3
/
+3
2018-07-16
test: use simple portable sendfile
Greg V
2
-2
/
+9
2018-07-16
test: support disabling tty on FreeBSD
Greg V
1
-2
/
+28
2018-07-16
test: remove unsupported events from the invalid-range touchscreen test device
Peter Hutterer
1
-6
/
+0
2018-07-16
test: remove unused values.h include
Greg V
1
-1
/
+0
2018-07-13
Rename data/ to quirks/
Peter Hutterer
1
-7
/
+9
2018-07-12
test: tidy up the symbols leak test
Peter Hutterer
2
-28
/
+18
2018-07-05
test: misc: up the time limit on the ratelimit tests
Peter Hutterer
1
-4
/
+4
2018-06-29
fallback: cancel the debounce timers during device remove, not destroy
Peter Hutterer
1
-0
/
+54
2018-06-26
test: parse arguments before any other stuff
Peter Hutterer
1
-8
/
+8
2018-06-26
touchpad: don't disable tapping on MT_TOOL_PALM
Peter Hutterer
1
-0
/
+43
2018-06-26
test: add a libinput-test runner for 'deviceless' tests
Peter Hutterer
5
-89
/
+182
2018-06-25
test: switch the global device list to a struct list
Peter Hutterer
2
-53
/
+45
2018-06-25
test: fix indentation in litest-int.h
Peter Hutterer
1
-25
/
+25
2018-06-25
test: quirks: init value to avoid valgrind errors
Peter Hutterer
1
-4
/
+4
2018-06-25
test: if we never installed any udev files, we don't need to reload
Peter Hutterer
1
-1
/
+5
2018-06-25
test: init test quirks in /tmp, not /run
Peter Hutterer
1
-1
/
+1
2018-06-22
test: don't require a device for quirks parsing tests
Peter Hutterer
1
-34
/
+34
2018-06-21
test: skip the test-suite runner based on SKIP_LIBINPUT_TEST_SUITE_RUNNER
Peter Hutterer
1
-0
/
+3
2018-06-21
test: fix zalloc max size tests
Peter Hutterer
1
-2
/
+2
2018-06-20
util: abort if we try to allocate more than a MB
Peter Hutterer
1
-0
/
+15
2018-06-19
test: remove a compiler warning
Peter Hutterer
1
-1
/
+1
2018-06-18
test: pass the open mode to open(O_CREAT)
Peter Hutterer
1
-1
/
+1
[next]