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
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
libinput 1.27.0
HEAD
1.27.0
main
Peter Hutterer
1
-1
/
+1
7 days
quirks: lower AttrTrackpointMultiplier for ThinkPad X200/201 to 0.25
Mingcong Bai
1
-2
/
+2
9 days
quirks: add pressure pad quirk for Lenovo ThinkBook 14 G7+ ASP
Mingcong Bai
1
-0
/
+8
2024-11-06
zsh: update completion to include latest debug-events options
Peter Hutterer
1
-1
/
+8
2024-11-06
zsh: sort the debug-events argument (mostly) alphabetically
Peter Hutterer
1
-14
/
+14
2024-11-05
tablet: ignore movements started outside the configured area
Peter Hutterer
3
-30
/
+280
2024-11-05
tablet: implement support for area configuration for external tablets
Peter Hutterer
6
-47
/
+438
2024-11-05
Add tablet area configuration
Peter Hutterer
12
-1
/
+502
2024-11-05
tablet: use our absinfo_x/y struct instead of the libevdev one
Peter Hutterer
1
-2
/
+2
2024-11-05
Move evdev_convert_to_mm to a more generic helper
Peter Hutterer
4
-19
/
+20
2024-11-05
Move scale_axis to a utility header so we can re-use it better
Peter Hutterer
2
-8
/
+8
2024-11-05
tools/debug-events: print bugs in bold red
Peter Hutterer
1
-1
/
+6
2024-11-04
editorconfig: add settings for sym files
José Expósito
2
-14
/
+18
2024-11-04
tools: sort the options in debug-events match page
Peter Hutterer
1
-30
/
+30
2024-10-31
tablet: default to a built-in tablet
Peter Hutterer
2
-5
/
+9
2024-10-31
test: fix two race conditions waiting for proximity events
Peter Hutterer
1
-0
/
+3
2024-10-31
tablet: centralize the libwacom handling
Peter Hutterer
7
-163
/
+152
2024-10-31
tablet: minor rework to remove one ifdef HAVE_LIBWACOM
Peter Hutterer
1
-9
/
+7
2024-10-31
pad: support dial modeswitch buttons
Peter Hutterer
2
-1
/
+27
2024-10-31
pad: rework the tablet pad mode setup
Peter Hutterer
2
-255
/
+300
2024-10-31
pad: don't clobber the errno if the pad led failed to initialize
Peter Hutterer
1
-1
/
+3
2024-10-31
pad: remove an unused argument
Peter Hutterer
1
-2
/
+1
2024-10-31
pad: rename an argument for more clarity
Peter Hutterer
1
-2
/
+2
2024-10-31
test: mark the pad group tests as basically broken by expectation
Peter Hutterer
1
-4
/
+19
2024-10-31
test: fix 3 compiler warnings when building without libwacom
Peter Hutterer
1
-3
/
+3
2024-10-31
test: fix strip values being passed to ring functions
Peter Hutterer
1
-3
/
+3
2024-10-30
CI: collect valgrind log files too
Peter Hutterer
2
-0
/
+2
2024-10-30
test: add --output-file to print test logs to a file
Peter Hutterer
3
-33
/
+57
2024-10-30
test: drop the --xml-prefix option
Peter Hutterer
2
-78
/
+2
2024-10-30
CI: disable forking for valgrind tests
Peter Hutterer
2
-15
/
+15
2024-10-30
test: add --filter-rangeval to only run tests with a range value
Peter Hutterer
1
-41
/
+61
2024-10-30
test: add ability to collect test results from a nonforking test
Peter Hutterer
3
-9
/
+38
2024-10-30
test: move the quirks setup into the global setup func
Peter Hutterer
1
-12
/
+23
2024-10-30
test: add runner support for a global setup/teardown func
Peter Hutterer
2
-0
/
+31
2024-10-30
test: the created files list doesn't need to be a global
Peter Hutterer
1
-3
/
+1
2024-10-30
test: move the rest of the custom initialization to litest_run
Peter Hutterer
1
-7
/
+6
2024-10-30
test: move tty disabling closer to the actual running of the tests
Peter Hutterer
1
-54
/
+52
2024-10-30
test: only force gdb to no-fork, valgrind can fork
Peter Hutterer
1
-6
/
+4
2024-10-30
test: intercept and collect valgrind errors
Peter Hutterer
2
-9
/
+66
2024-10-30
test: move litest_free_test_list to inside ifndef NO_MAIN
Peter Hutterer
1
-21
/
+21
2024-10-30
test: make the utils test a "pure" litest-runner test
Peter Hutterer
2
-54
/
+74
2024-10-30
test: add --exit-first to the litest test suite runner
Peter Hutterer
3
-1
/
+39
2024-10-30
test: remove now-unused check-double-macros.h
Peter Hutterer
1
-92
/
+0
2024-10-30
test: move the quirks context init into litest_run
Peter Hutterer
1
-12
/
+13
2024-10-30
test: add litest-runner as test suite runner
Peter Hutterer
25
-642
/
+1484
2024-10-30
test: fix utils test for types for litest assertions
Peter Hutterer
1
-17
/
+17
2024-10-30
test: convert utils test to litest_assert
Peter Hutterer
1
-252
/
+249
2024-10-30
test: make the utils test another litest
Peter Hutterer
2
-77
/
+56
2024-10-30
util: add a generic stringbuffer with a few helper functions
Peter Hutterer
3
-0
/
+270
2024-10-30
util: add the range handling as separate header file
Peter Hutterer
4
-8
/
+96
[next]