summaryrefslogtreecommitdiff
path: root/tools/shared.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09touchpad: add clickfinger button mapTarcísio Eduardo Moreira Crocomo1-0/+16
2023-04-27tools: add rotation support to debug-events and debug-guiPeter Hutterer1-0/+11
2023-02-24filter: add scroll movement type to the custom acceleration profileYinon Burgansky1-1/+3
2023-01-17Introduce custom acceleration profileYinon Burgansky1-1/+52
2022-11-28quirks: allow overriding of AttrEventCode and AttrInputPropPeter Hutterer1-14/+17
2022-11-25Remove duplicate empty lines in our sourcePeter Hutterer1-1/+0
2022-08-08tools: add missing dwtp option settingPeter Hutterer1-0/+3
2022-03-08touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida1-0/+7
2022-01-15tools: remove hardcoded value for boolean quirksJosé Expósito1-1/+3
2021-07-28quirks: Add tablet smoothing attribute.Quytelda Kahja1-0/+1
2021-03-08replace strncmp with strneq for safety-checkweizhixiang1-1/+1
2020-11-10tools: print the AttrEventCodeEnable and AttrInputPropEnable/Disable quirksPeter Hutterer1-4/+33
2020-10-07tools: color-group the debugging messagesPeter Hutterer1-3/+12
2020-10-06tools: print the libinput_dispatch() counter for debugging messagesPeter Hutterer1-0/+18
2020-09-15check return value for udev_new()weizhixiang1-1/+8
2020-08-27[clang-tidy] do not use else after returnRosen Penev1-5/+4
2020-07-08tools: add missing linebreak in error messagePeter Hutterer1-1/+1
2020-07-01tools: change the error message for missing toolsPeter Hutterer1-2/+1
2020-04-06quirks: correctly print boolean valuesLoïc Yhuel1-1/+3
2020-03-05quirks: rename the alps touchpad quirk to note it's a serial TP quirkPeter Hutterer1-1/+1
2020-02-24tools: constify the optarg handling of seatsPeter Hutterer1-3/+3
2020-01-15tools: fix abort caused by the pointing stick integration quirkPeter Hutterer1-0/+1
2019-11-26tools: make debug-events accept multiple device nodesPeter Hutterer1-9/+14
2019-10-17Add a scroll button lock featurePeter Hutterer1-0/+11
2019-09-11Remove some usage of libinput-util.hPeter Hutterer1-1/+5
2019-07-05Fixed a grammar errorpixl1-1/+1
2019-05-27tools: add --apply-to to debug-events and debug-guiPeter Hutterer1-9/+22
2019-03-14tools: move the builddir lookup function out to a separate filePeter Hutterer1-53/+8
2018-11-07tools: make the tools exit with exit code 2 on usage issuesPeter 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-09-20quirks: replace the manual enumation of all quirks with a loopPeter Hutterer1-127/+64
2018-09-20quirks: sort the quirks model flags in alphabetical orderPeter Hutterer1-11/+11
2018-09-12tools: fix a bunch of format conversion complaintsPeter Hutterer1-1/+1
2018-08-31quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumpsPeter Hutterer1-0/+2
2018-08-29touchpad: add support for size-based thumb detectionPeter Hutterer1-0/+2
2018-08-22Add quirk to control velocity averaging, disable it by defaultKim Lindberger1-0/+5
2018-07-19tools: always set the log handler for debug-events and debug-guiPeter Hutterer1-3/+2
2018-07-17tools: setenv the quirks dir when running from the build directoryPeter Hutterer1-0/+9
2018-07-17tools: change prototype of the builddir lookup functionPeter Hutterer1-17/+31
2018-07-11quirks: remove the leftovers of the trackpoint range attributePeter Hutterer1-2/+0
2018-07-11filter: add a trackpoint multiplier factorPeter Hutterer1-0/+6
2018-07-11quirks: add quirks_get_double()Peter Hutterer1-0/+1
2018-07-09tools: don't add the debug behavior for release buildsPeter Hutterer1-0/+5
2018-07-09tools: if the execdir is the builddir, add it to the pathPeter Hutterer1-1/+34
2018-06-26tools: move printing device quirks to the shared tools libPeter Hutterer1-0/+135
2018-06-20tools: pass a valid grab parameter to list-devicesPeter Hutterer1-1/+1
2018-06-14tools: fix grab argument passing for libinput debug-eventsPeter Hutterer1-5/+5
2018-05-21Revert "Expose a custom acceleration profile"Peter Hutterer1-21/+0
2018-04-26Expose a custom acceleration profilePeter Hutterer1-0/+21