summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-15libinput 1.9.21.9.2Peter Hutterer1-1/+1
2017-11-15man: add --enable-middlebutton to debug-events man pagePeter Hutterer1-0/+3
2017-11-15tools: handle missing evdev/pyudev modules with a better error messagePeter Hutterer3-9/+27
2017-11-15tools: when the command isn't installed, print thatPeter Hutterer1-5/+14
2017-11-15tools: fix missing words in man pagePeter Hutterer1-1/+1
2017-11-14doc: add a FAQ regarding "please add a configuration option"Peter Hutterer1-0/+14
2017-11-14tools: Handle LIBINPUT_SWITCH_TABLET_MODEStefan Brüns1-0/+3
2017-11-14tools: Show gesture/switch capabilities in list-devices outputStefan Brüns1-0/+6
2017-11-14test: mkdir -p the udev rules and hwdb directoriesPeter Hutterer1-9/+25
2017-11-14doc: update test suite page for ninja and other recent changesPeter Hutterer1-34/+69
2017-11-14test: fix the device name for the magic mouse test devicePeter Hutterer1-1/+1
2017-11-14doc: quote all paths in the doxygen filePeter Hutterer1-9/+9
2017-11-14circle.yml: add ninja dist to testsPeter Hutterer1-0/+8
2017-11-14touchpad: allow for multiple paired keyboardsPeter Hutterer3-25/+196
2017-10-30libinput 1.9.11.9.1Peter Hutterer1-1/+1
2017-10-27fallback: fix lid switch event listener being initialized twicePeter Hutterer2-26/+27
2017-10-26udev: drop the version field in device groupsBenjamin Tissoires1-2/+1
2017-10-26meson: require GTK 3.20Peter Hutterer1-1/+1
2017-10-26tablet: print what capability is missing when rejecting a devicePeter Hutterer3-22/+62
2017-10-25touchpad: cap the edge palm detection zones at 8mmPeter Hutterer1-2/+2
2017-10-25Revert "touchpad: cap the edge palm detection zones at 8mm"Peter Hutterer1-2/+2
2017-10-24touchpad: cap the edge palm detection zones at 8mmPeter Hutterer1-2/+2
2017-10-20test: add a wacom bamboo test devicePeter Hutterer5-0/+308
2017-10-20test: fix missing BTN_9 for the MobileStudio devicePeter Hutterer1-0/+1
2017-10-20test: fix pid for the 13HDT padPeter Hutterer1-1/+1
2017-10-19libinput 1.9.01.9.0Peter Hutterer1-1/+1
2017-10-19touchpad: cut down on excessive logging for palm sizePeter Hutterer1-2/+3
2017-10-18util: add an extra assert for list_insert()Peter Hutterer1-0/+2
2017-10-17test: unref the litest device *after* removing it from the path interfacePeter Hutterer1-1/+1
2017-10-10test: fix a comment in the log_priority testPeter Hutterer1-2/+2
2017-10-10libinput 1.8.9021.8.902Peter Hutterer1-1/+1
2017-10-10Fix meson options default valuesPeter Hutterer1-5/+5
2017-10-10tools: restore default permissions for a source filePeter Hutterer1-0/+0
2017-10-10evdev: fix a coverity warningPeter Hutterer1-1/+6
2017-10-06test: always init the log_handler count and reset it lastPeter Hutterer1-4/+13
2017-09-29doc: add a section for tablet mode switchesPeter Hutterer1-0/+16
2017-09-29doc: add another item to the FAQPeter Hutterer1-0/+13
2017-09-28doc: update the GNOME stack graphPeter Hutterer1-1/+1
2017-09-27libinput 1.8.9011.8.901Peter Hutterer1-1/+1
2017-09-27test: if we're not root, return with status 77Peter Hutterer1-0/+7
2017-09-25fallback: suspend internal keyboards and trackpoints on tablet-mode switchPeter Hutterer2-6/+269
2017-09-25fallback: add 'interface' to the fallback interface's method namesPeter Hutterer1-22/+22
2017-09-25touchpad: invert an if condition to allow for early returnPeter Hutterer1-14/+15
2017-09-25fallback: move the fallback code into a separate filePeter Hutterer4-1651/+1705
2017-09-25evdev: rename evdev_key_type to just key_typePeter Hutterer1-23/+23
2017-09-25evdev: abstract the get_switch_state methodPeter Hutterer5-1/+21
2017-09-25Use named initializers for the various dispatch interfacesPeter Hutterer4-40/+40
2017-09-25evdev: change prefix on some fallback-only methodsPeter Hutterer1-15/+15
2017-09-25Merge branch 'wip/litest-use-sections-for-tests-v2'Peter Hutterer73-886/+201
2017-09-25fallback: allow for multiple keyboards to toggle the lid switchPeter Hutterer9-26/+726