summaryrefslogtreecommitdiff
path: root/tools/shared.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence coverity warning about uninitialized entryPeter Hutterer2018-02-161-1/+1
* tools: when the command isn't installed, print thatPeter Hutterer2017-11-091-5/+14
* tools: add --disable-sendevents option to the debug-events/debug-gui toolsPeter Hutterer2017-09-181-0/+19
* Add safe_strdup()Peter Hutterer2017-07-121-1/+1
* Fix a few things scan-build complains aboutPeter Hutterer2017-07-101-4/+5
* tools: split the configuration option parsing outPeter Hutterer2017-06-261-208/+64
* tools: shorten the --help output for the commandsPeter Hutterer2017-06-221-35/+0
* tools: add "libinput measure touchpad-tap"Peter Hutterer2017-06-021-0/+131
* tools: make the libinput tool usage staticPeter Hutterer2017-06-021-1/+0
* tools: tidy up the usage() for the tools a bitPeter Hutterer2017-06-021-17/+21
* tools: switch the libinput tool to be an exec-ing toolPeter Hutterer2017-06-021-15/+5
* tools: fix minor coding style issuePeter Hutterer2017-05-261-1/+2
* tools: hook libinput-debug-events into the libinput toolPeter Hutterer2017-05-181-10/+26
* test: add color to litest verbose outputPeter Hutterer2017-03-281-3/+0
* tools: use 'required_argument'/'no_argument' for getopt_longPeter Hutterer2017-03-241-27/+27
* tools: add "--quiet" option to only log libinput messagesPeter Hutterer2017-02-241-0/+6
* tools: print errors as red, info as highlightedPeter Hutterer2017-02-151-0/+18
* tools: hide key codes by defaultPeter Hutterer2017-02-141-0/+7
* tools: add allowed range to --set-speed help outputPeter Hutterer2017-01-031-1/+1
* tools: fix signed/unsigned comparison warningsPeter Hutterer2016-12-061-3/+3
* tools: fix prototype for tools_usagePeter Hutterer2016-12-061-1/+1
* tools: don't define GNU_SOURCE if were including config.h anywayPeter Hutterer2016-12-011-1/+0
* tools: change --speed to --set-speed for consistencyPeter Hutterer2016-11-291-1/+1
* Mark some internal log functions as printf-style functionPeter Hutterer2016-10-251-0/+1