summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-30libinput 1.17.21.17.2Peter Hutterer1-1/+1
2021-04-29quirks: add quirk for Lenovo Yoga Slim 9 TouchpadUdo Rader1-0/+9
2021-04-29quirks: add palm size quirk for the Gigabyte Aero 15Peter Hutterer1-0/+5
2021-04-29quirks: mark the 0x252 razer keyboard as internalChris Dickson1-0/+7
2021-04-29evdev: don't truncate event time to 32 bitsPeter Hutterer1-1/+1
2021-04-29evdev: don't check the event time if it's higher than the dispatch timePeter Hutterer1-2/+4
2021-04-29tablet-pad-leds: Open led file with O_NONBLOCK | O_CLOEXECJonas Ã…dahl1-1/+1
2021-04-29quirk: fix sensitivity for Dell Latitude 7490 pointing-stickBen Weston1-0/+6
2021-03-24libinput 1.17.11.17.1Peter Hutterer1-1/+1
2021-03-24quirks: add wildcard to HID-over-I2C names (for FreeBSD)Greg V2-2/+2
2021-03-24quirks: implement DMI support on FreeBSDGreg V1-5/+73
2021-03-24quirks: add quirks for Apple SPI input devicesGreg V1-0/+25
2021-03-24quirks: recognize SPI busGreg V1-0/+7
2021-03-24doc/user: explain why we are doing motion normalizationPeter Hutterer1-0/+5
2021-03-24completion: add missing libinput analyze subtools to the zsh completionsPeter Hutterer1-0/+23
2021-03-24Add Lenovo Legion 5 keyboard to 50-system-lenovo.quirksPedro Ribeiro1-0/+16
2021-02-23libinput 1.17.01.17.0Peter Hutterer1-1/+1
2021-02-23tools/record: fix two coverity complaintsPeter Hutterer1-2/+2
2021-02-23tools: add a tool to print a libinput recording as a tablePeter Hutterer5-0/+236
2021-02-23meson.build: build libinput replay as wellPeter Hutterer2-3/+1
2021-02-23tools/record: use a helper function to get the next event for a devicePeter Hutterer1-21/+20
2021-02-23tools/record: switch record over to using epollPeter Hutterer1-97/+184
2021-02-23tools/record: reword parts of the man pagePeter Hutterer1-3/+3
2021-02-23tools/record: use safe_basename() to get to the hid report descriptorPeter Hutterer1-8/+5
2021-02-23utils: add a safe version of basenamePeter Hutterer3-12/+66
2021-02-23tools/record: simplify the behavior to emulate Python's join()Peter Hutterer1-14/+13
2021-02-23tools/replay: Enter quits if there are no eventsPeter Hutterer1-3/+10
2021-02-23tools/replay: search for the first event with a timestampPeter Hutterer1-13/+10
2021-02-22tools/record: print a header as first linePeter Hutterer1-0/+1
2021-02-19Fix worng quirk name in docyuri19691-1/+1
2021-02-19tools/record: fix outdated commentPeter Hutterer1-1/+1
2021-02-19tools/record: de-inline our functionsPeter Hutterer1-37/+39
2021-02-19tools/record: correct the evdev data format in the man pagePeter Hutterer1-2/+2
2021-02-18meson.build: consolidate all man pagesPeter Hutterer1-89/+49
2021-02-18meson.build: drop the dummy config data and use copy: true insteadPeter Hutterer1-8/+1
2021-02-17test: add test cases for 2/3 finger movement after drag-locksatrmb1-1/+194
2021-02-16libinput 1.16.9021.16.902Peter Hutterer1-1/+1
2021-02-15test: add test cases for 2/3 finger movement after tapPeter Hutterer3-0/+211
2021-02-15test: drop the needless base event conversionPeter Hutterer1-6/+4
2021-02-15test: print the event type on mismatchPeter Hutterer1-2/+1
2021-02-15doc: update the docs with a note regarding multifinger draggingPeter Hutterer1-0/+5
2021-02-15gitlab CI: move the no-libwacom test suite into its own stagePeter Hutterer2-0/+12
2021-02-15test: fix a few missing or wrong drag-lock timeoutssatrmb1-3/+10
2021-02-15touchpad: permit only one finger on the touchpad at the start of a tap-dragsatrmb4-280/+26
2021-02-15touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb2-8/+30
2021-02-15doc/user: generate the required package list for the CI distributionsPeter Hutterer3-0/+47
2021-02-12gitlab CI: add a job to make sure we're running all test suitesPeter Hutterer2-0/+60
2021-02-12test: drop the custom group namesPeter Hutterer24-1006/+1055
2021-02-12utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer3-0/+61
2021-02-12gitlab CI: make the test suite names a listPeter Hutterer2-25/+25