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
/
test-misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
test: split out the unit tests into a separate test suite
Peter Hutterer
1
-1020
/
+0
2019-03-14
test: split the library version test out
Peter Hutterer
1
-23
/
+0
2019-02-04
test: up the ratelimit tests to 1000ms
Peter Hutterer
1
-4
/
+4
2018-11-05
test: fix a clang warning
Peter Hutterer
1
-1
/
+1
2018-10-29
quirks: add the ability to disable custom event codes/types
Peter Hutterer
1
-0
/
+76
2018-10-22
test: move the custom parser test structs into the functions
Peter Hutterer
1
-61
/
+45
2018-09-14
test: drop a condition from the safe_atou test
Peter Hutterer
1
-1
/
+0
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-02
util: remove now-unused helper functions
Peter Hutterer
1
-58
/
+0
2018-07-19
Add versionsort test
Greg V
1
-0
/
+18
2018-07-05
test: misc: up the time limit on the ratelimit tests
Peter Hutterer
1
-4
/
+4
2018-06-26
test: add a libinput-test runner for 'deviceless' tests
Peter Hutterer
1
-28
/
+28
2018-06-11
Merge branch 'wip/config-files'
Peter Hutterer
1
-0
/
+179
2018-06-11
util: add null string test handling to strv_join
Peter Hutterer
1
-0
/
+3
2018-06-08
util: add a safe_atou() as unsigned equivalent to safe_atoi()
Peter Hutterer
1
-0
/
+115
2018-06-08
util: add a list_append()
Peter Hutterer
1
-0
/
+64
2018-05-03
test: don't use ck_assert_ptr_null
Peter Hutterer
1
-1
/
+1
2018-05-03
util: add a strv_join() helper function
Peter Hutterer
1
-0
/
+38
2018-05-02
Merge branch 'wip/custom-pointer-acceleration-function-v2'
Peter Hutterer
1
-0
/
+53
2018-04-30
util: allow for palm pressure > 255
Peter Hutterer
1
-2
/
+1
2018-04-26
util: add a helper function to split a key-value pair string
Peter Hutterer
1
-0
/
+53
2018-03-23
test: move all the _setup() functions into a special section
Peter Hutterer
1
-2
/
+1
2017-12-01
Include stdarg.h where variadic functions are used
Greg V
1
-0
/
+1
2017-11-20
test: restore the non-debounced litest_button_click()
Peter Hutterer
1
-3
/
+3
2017-11-20
test: replace litest_button_click with a debounced version
Peter Hutterer
1
-3
/
+3
2017-09-21
timer: flush the timer funcs if our events come in late
Peter Hutterer
1
-0
/
+73
2017-09-07
util: add a safe_atoi_base() function
Peter Hutterer
1
-0
/
+73
2017-09-04
test: make the lid action helper function a generic switch action helper
Peter Hutterer
1
-2
/
+6
2017-07-11
util: rename the pressure range parser to a more generic range_parser
Peter Hutterer
1
-6
/
+6
2017-07-10
timer: add a timer name to each timer
Peter Hutterer
1
-0
/
+38
2017-07-03
touchpad: add pressure-base palm detection
Peter Hutterer
1
-0
/
+29
2017-06-02
test: don't leak test warnings to stdout
Peter Hutterer
1
-12
/
+2
2017-04-26
touchpad: move the pressure range to a hwdb entry
Peter Hutterer
1
-0
/
+43
2017-02-09
evdev: split calibration property parsing into a helper
Peter Hutterer
1
-0
/
+55
2017-01-26
switch: only sync the initial state if we know the state is reliable
Peter Hutterer
1
-0
/
+40
2017-01-26
test: add tests for lid switch
James Ye
1
-0
/
+50
2017-01-20
util: make all property parsing helpers ignore NULL strings
Peter Hutterer
1
-0
/
+12
2017-01-16
test: prefix all test source files with "test-"
Peter Hutterer
1
-0
/
+1129