summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-29gitlab CI: drop linux-firmware from the Arch imagewip/smaller-arch-imagePeter Hutterer1-0/+2
2018-11-28GitLab CI: Fix clean up stageBenjamin Tissoires1-1/+2
2018-11-28GitLab CI: use extends to simplify declaration of jobsBenjamin Tissoires1-99/+62
2018-11-28GitLab CI: use buildah/podman instead of dockerBenjamin Tissoires2-143/+248
2018-11-28GitLab CI: replace occurrences of docker by containerBenjamin Tissoires1-130/+130
2018-11-27quirks: Adjust MacBookPro11,2 touchpad PalmSizeThomas Profitt1-0/+7
2018-11-27doc/user: bugzilla → gitlab issuePeter Hutterer1-1/+1
2018-11-23Added quirk for HP Spectre x360 Convertable 15-bl1xx touchpad.Arick McNiel-Cho1-0/+8
2018-11-09meson: increase timeout for the option parsing testPeter Hutterer1-1/+2
2018-11-07tools: draw evdev events in the debug-guiPeter Hutterer1-5/+296
2018-11-07tools: let debug-events take a device pathPeter Hutterer6-11/+35
2018-11-07tools: add a test for tool option parsingPeter Hutterer4-6/+242
2018-11-07tools: make the tools exit with exit code 2 on usage issuesPeter Hutterer6-15/+17
2018-11-07tools: debug-events: install the signal handler before any libinput operationsPeter Hutterer1-11/+11
2018-11-07tools: handle sigint in debug-guiPeter Hutterer1-0/+11
2018-11-07path: don't leak the udev device on failurePeter Hutterer1-3/+2
2018-11-07libinput 1.12.31.12.3Peter Hutterer1-1/+1
2018-11-06tools: allow measuring single-touch ABS_PRESSUREPeter Hutterer1-2/+8
2018-11-05test: fix a clang warningPeter Hutterer1-1/+1
2018-11-05tools: drop a superfluous linebreak in the list-quirks outputPeter Hutterer1-1/+1
2018-11-05tools: handle the EventCodeDisable quirk in the quirks toolPeter Hutterer1-0/+29
2018-11-02Gitlab CI: use the docker:stable image for image creationPeter Hutterer1-0/+4
2018-11-02gitlab CI: buildah requires the transport protocolPeter Hutterer1-1/+1
2018-11-02gitlab CI: swap Fedora 27 for Fedora 29Peter Hutterer1-49/+49
2018-11-01Don't disable keyboard for Lenovo X230 Tablet in tablet modeRyan Walklin1-0/+7
2018-10-29quirks: switch a few model quirks over to use the new evcode disablingPeter Hutterer11-107/+53
2018-10-29quirks: add the ability to disable custom event codes/typesPeter Hutterer8-3/+286
2018-10-29evdev: log the wheel click angle settingPeter Hutterer1-13/+15
2018-10-24libinput 1.12.21.12.2Peter Hutterer1-1/+1
2018-10-22test: move the custom parser test structs into the functionsPeter Hutterer1-61/+45
2018-10-22Remove obsolete HAVE_CONFIG_H checkPeter Hutterer1-2/+0
2018-10-19quirks: disable debouncing on the VMware Virtual micePeter Hutterer3-1/+12
2018-10-18quirks: don't disable keyboard for Lenovo X60 Tablet in tablet modeMichał Kopeć1-0/+5
2018-10-16quirks: use basename in a POSIX compliant wayGreg V1-1/+4
2018-10-16test: add tablet-mode suspend/resume keyboard and touchpad testsPeter Hutterer1-0/+228
2018-10-15touchpad: handle a touch ending and restarting in the same framePeter Hutterer2-0/+50
2018-10-15touchpad: only log the touch state if we have something to logPeter Hutterer1-1/+2
2018-10-10quirks: fix palm size threshold for the Wacom PTH660Peter Hutterer1-1/+1
2018-10-08quirks: suppress tablet-mode for Lenovo X220T keyboard. Resolves #154Matthias Mayr1-0/+8
2018-10-04touchpad: avoid motion events when moving one finger into AREAPeter Hutterer4-1/+92
2018-10-04touchpad: don't calculate movement for an already-moved touchPeter Hutterer1-0/+3
2018-10-04touchpad: align the button state log messagesPeter Hutterer1-1/+1
2018-10-03touchpad: if two fingers are within the lower thumb area, they're not thumbsPeter Hutterer4-0/+103
2018-10-03libinput 1.12.11.12.1Peter Hutterer1-1/+1
2018-10-03doc/user: add a warning that udevadm test doesn't always workPeter Hutterer1-0/+5
2018-10-03doc/user: fix typoPeter Hutterer1-1/+1
2018-10-02touchpad: ignore motion speed for hovering touchesPeter Hutterer2-0/+42
2018-10-02quirks: fix the trackpoint multiplier for the Dell E7470Peter Hutterer1-1/+1
2018-09-28touchpad: fix typoPeter Hutterer1-1/+1
2018-09-27fallback: cancel touches, don't just release them when we suspendPeter Hutterer3-8/+33