summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test: fix two inadvertent pointer jumps in a testPeter Hutterer2021-03-111-2/+2
* tools/debug-gui: draw a sprite for the unaccelerated pointer as wellPeter Hutterer2021-03-112-6/+28
* tools/debug-gui: move the abs pointer position into a struct pointPeter Hutterer2021-03-111-4/+4
* tools/debug-gui: move the pointer position into a struct pointPeter Hutterer2021-03-111-10/+10
* tools/debug-gui: start the unaccelerated motion deltas in the screen centerPeter Hutterer2021-03-111-0/+2
* util: document our list interfacePeter Hutterer2021-03-101-2/+129
* tools/per-slot-delta: handle KeyboardInterrupts nicelyPeter Hutterer2021-03-101-1/+4
* tools/per-slot-delta: print the button state too while analyzingPeter Hutterer2021-03-101-2/+20
* completion: add missing libinput analyze subtools to the zsh completionsPeter Hutterer2021-03-101-0/+23
* replace strncmp with strneq for safety-checkweizhixiang2021-03-084-5/+5
* Add Lenovo Legion 5 keyboard to 50-system-lenovo.quirksPedro Ribeiro2021-03-021-0/+16
* treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov2021-03-0211-67/+64
* util-list.h: simplify code by removing an excess initializationKonstantin Kharlamov2021-03-021-6/+8
* libinput 1.17.01.17.0Peter Hutterer2021-02-231-1/+1
* tools/record: fix two coverity complaintsPeter Hutterer2021-02-231-2/+2
* tools: add a tool to print a libinput recording as a tablePeter Hutterer2021-02-235-0/+236
* meson.build: build libinput replay as wellPeter Hutterer2021-02-232-3/+1
* tools/record: use a helper function to get the next event for a devicePeter Hutterer2021-02-231-21/+20
* tools/record: switch record over to using epollPeter Hutterer2021-02-231-97/+184
* tools/record: reword parts of the man pagePeter Hutterer2021-02-231-3/+3
* tools/record: use safe_basename() to get to the hid report descriptorPeter Hutterer2021-02-231-8/+5
* utils: add a safe version of basenamePeter Hutterer2021-02-233-12/+66
* tools/record: simplify the behavior to emulate Python's join()Peter Hutterer2021-02-231-14/+13
* tools/replay: Enter quits if there are no eventsPeter Hutterer2021-02-231-3/+10
* tools/replay: search for the first event with a timestampPeter Hutterer2021-02-231-13/+10
* tools/record: print a header as first linePeter Hutterer2021-02-221-0/+1
* Fix worng quirk name in docyuri19692021-02-191-1/+1
* tools/record: fix outdated commentPeter Hutterer2021-02-191-1/+1
* tools/record: de-inline our functionsPeter Hutterer2021-02-191-37/+39
* tools/record: correct the evdev data format in the man pagePeter Hutterer2021-02-191-2/+2
* meson.build: consolidate all man pagesPeter Hutterer2021-02-181-89/+49
* meson.build: drop the dummy config data and use copy: true insteadPeter Hutterer2021-02-181-8/+1
* test: add test cases for 2/3 finger movement after drag-locksatrmb2021-02-171-1/+194
* libinput 1.16.9021.16.902Peter Hutterer2021-02-161-1/+1
* test: add test cases for 2/3 finger movement after tapPeter Hutterer2021-02-153-0/+211
* test: drop the needless base event conversionPeter Hutterer2021-02-151-6/+4
* test: print the event type on mismatchPeter Hutterer2021-02-151-2/+1
* doc: update the docs with a note regarding multifinger draggingPeter Hutterer2021-02-151-0/+5
* gitlab CI: move the no-libwacom test suite into its own stagePeter Hutterer2021-02-152-0/+12
* test: fix a few missing or wrong drag-lock timeoutssatrmb2021-02-151-3/+10
* touchpad: permit only one finger on the touchpad at the start of a tap-dragsatrmb2021-02-154-280/+26
* touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb2021-02-152-8/+30
* doc/user: generate the required package list for the CI distributionsPeter Hutterer2021-02-153-0/+47
* gitlab CI: add a job to make sure we're running all test suitesPeter Hutterer2021-02-122-0/+60
* test: drop the custom group namesPeter Hutterer2021-02-1224-1006/+1055
* utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer2021-02-123-0/+61
* gitlab CI: make the test suite names a listPeter Hutterer2021-02-122-25/+25
* test: use motion events to check the "system is too slow" messagePeter Hutterer2021-02-121-4/+3
* test: wrap the litest user data into a structPeter Hutterer2021-02-124-18/+23
* test: move a helper function close to its callerPeter Hutterer2021-02-121-12/+13