summaryrefslogtreecommitdiff
path: root/tools/shared.c
Commit message (Expand)AuthorAgeFilesLines
* tools: add rotation support to debug-events and debug-guiPeter Hutterer2023-04-271-0/+11
* filter: add scroll movement type to the custom acceleration profileYinon Burgansky2023-02-241-1/+3
* Introduce custom acceleration profileYinon Burgansky2023-01-171-1/+52
* quirks: allow overriding of AttrEventCode and AttrInputPropPeter Hutterer2022-11-281-14/+17
* Remove duplicate empty lines in our sourcePeter Hutterer2022-11-251-1/+0
* tools: add missing dwtp option settingPeter Hutterer2022-08-081-0/+3
* touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida2022-03-081-0/+7
* tools: remove hardcoded value for boolean quirksJosé Expósito2022-01-151-1/+3
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-07-281-0/+1
* replace strncmp with strneq for safety-checkweizhixiang2021-03-081-1/+1
* tools: print the AttrEventCodeEnable and AttrInputPropEnable/Disable quirksPeter Hutterer2020-11-101-4/+33
* tools: color-group the debugging messagesPeter Hutterer2020-10-071-3/+12
* tools: print the libinput_dispatch() counter for debugging messagesPeter Hutterer2020-10-061-0/+18
* check return value for udev_new()weizhixiang2020-09-151-1/+8
* [clang-tidy] do not use else after returnRosen Penev2020-08-271-5/+4
* tools: add missing linebreak in error messagePeter Hutterer2020-07-081-1/+1
* tools: change the error message for missing toolsPeter Hutterer2020-07-011-2/+1
* quirks: correctly print boolean valuesLoïc Yhuel2020-04-061-1/+3
* quirks: rename the alps touchpad quirk to note it's a serial TP quirkPeter Hutterer2020-03-051-1/+1
* tools: constify the optarg handling of seatsPeter Hutterer2020-02-241-3/+3
* tools: fix abort caused by the pointing stick integration quirkPeter Hutterer2020-01-151-0/+1
* tools: make debug-events accept multiple device nodesPeter Hutterer2019-11-261-9/+14
* Add a scroll button lock featurePeter Hutterer2019-10-171-0/+11
* Remove some usage of libinput-util.hPeter Hutterer2019-09-111-1/+5
* Fixed a grammar errorpixl2019-07-051-1/+1
* tools: add --apply-to to debug-events and debug-guiPeter Hutterer2019-05-271-9/+22
* tools: move the builddir lookup function out to a separate filePeter Hutterer2019-03-141-53/+8
* tools: make the tools exit with exit code 2 on usage issuesPeter Hutterer2018-11-071-1/+1
* tools: drop a superfluous linebreak in the list-quirks outputPeter Hutterer2018-11-051-1/+1
* tools: handle the EventCodeDisable quirk in the quirks toolPeter Hutterer2018-11-051-0/+29
* quirks: replace the manual enumation of all quirks with a loopPeter Hutterer2018-09-201-127/+64
* quirks: sort the quirks model flags in alphabetical orderPeter Hutterer2018-09-201-11/+11
* tools: fix a bunch of format conversion complaintsPeter Hutterer2018-09-121-1/+1
* quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumpsPeter Hutterer2018-08-311-0/+2
* touchpad: add support for size-based thumb detectionPeter Hutterer2018-08-291-0/+2
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-221-0/+5
* tools: always set the log handler for debug-events and debug-guiPeter Hutterer2018-07-191-3/+2
* tools: setenv the quirks dir when running from the build directoryPeter Hutterer2018-07-171-0/+9
* tools: change prototype of the builddir lookup functionPeter Hutterer2018-07-171-17/+31
* quirks: remove the leftovers of the trackpoint range attributePeter Hutterer2018-07-111-2/+0
* filter: add a trackpoint multiplier factorPeter Hutterer2018-07-111-0/+6
* quirks: add quirks_get_double()Peter Hutterer2018-07-111-0/+1
* tools: don't add the debug behavior for release buildsPeter Hutterer2018-07-091-0/+5
* tools: if the execdir is the builddir, add it to the pathPeter Hutterer2018-07-091-1/+34
* tools: move printing device quirks to the shared tools libPeter Hutterer2018-06-261-0/+135
* tools: pass a valid grab parameter to list-devicesPeter Hutterer2018-06-201-1/+1
* tools: fix grab argument passing for libinput debug-eventsPeter Hutterer2018-06-141-5/+5
* Revert "Expose a custom acceleration profile"Peter Hutterer2018-05-211-21/+0
* Expose a custom acceleration profilePeter Hutterer2018-04-261-0/+21
* tools: fix switch case-statement indentationPeter Hutterer2018-04-121-130/+130