summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-events.c
Commit message (Expand)AuthorAgeFilesLines
* tools: fix a few scan-build dead store warningsPeter Hutterer2023-04-201-3/+3
* tools: fflush the output in debug-events after each set of eventsPeter Hutterer2023-01-131-0/+3
* Remove duplicate empty lines in our sourcePeter Hutterer2022-11-251-1/+0
* touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida2022-03-081-0/+8
* High-resolution scroll wheel supportPeter Hutterer2021-08-311-25/+45
* libinput: add hold gesture public API and tool supportJosé Expósito2021-06-091-1/+14
* tools/debug-events: rework touch event printingPeter Hutterer2020-10-211-28/+20
* tools: print the libinput_dispatch() counter for debugging messagesPeter Hutterer2020-10-061-1/+1
* tools: only call libinput_dispatch() once per pollPeter Hutterer2020-10-061-1/+0
* remove extra paramenter in libinput-debug-eventsweizhixiang2020-09-071-2/+2
* tools: constify the optarg handling of seatsPeter Hutterer2020-02-241-9/+5
* tools: align the tool type names on proximity nicelyPeter Hutterer2020-01-301-1/+1
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-041-0/+32
* tools: debug-events: don't overrun the device array with too many argumentsPeter Hutterer2019-12-041-1/+5
* tools: print the libinput version in debug-eventsPeter Hutterer2019-11-271-0/+4
* tools: make debug-events accept multiple device nodesPeter Hutterer2019-11-261-7/+30
* tools: debug-events: expand timestamp prints to full millisPeter Hutterer2019-11-181-1/+1
* tools: debug-events: offset timestamps by the first normal eventPeter Hutterer2019-11-181-7/+11
* libinput-debug-events.c: remove unused includesKonstantin Kharlamov2019-09-131-4/+1
* tablet: add a the Totem tool type to the tablet interfacePeter Hutterer2019-06-071-0/+16
* tools: display the discrete axis steps tooPeter Hutterer2019-03-041-2/+7
* tools: don't apply config options on device removedPeter Hutterer2018-12-191-1/+3
* tools: let debug-events take a device pathPeter Hutterer2018-11-071-3/+9
* tools: make the tools exit with exit code 2 on usage issuesPeter Hutterer2018-11-071-6/+6
* tools: debug-events: install the signal handler before any libinput operationsPeter Hutterer2018-11-071-11/+11
* tools: align the rotation value with 3 digitsPeter Hutterer2018-09-271-1/+1
* tools: add a missing space in the proximity in axis listingPeter Hutterer2018-09-271-1/+1
* tools: debug-events - print axes on tablet tip eventsPeter Hutterer2018-09-051-63/+65
* tools: debug-*: show unaccelerated deltas for pointer eventsPeter Hutterer2018-08-081-1/+3
* tools: fix grab argument passing for libinput debug-eventsPeter Hutterer2018-06-141-1/+1
* tools: print the number of touches for touch devicesPeter Hutterer2018-05-021-0/+4
* tools: libinput-debug-events stop variable needs volatilePeter Seiderer2018-03-151-1/+1
* Include stdarg.h where variadic functions are usedGreg V2017-12-011-0/+1
* tools: add an extra linebreak before closingPeter Hutterer2017-11-091-0/+2
* tools: Handle LIBINPUT_SWITCH_TABLET_MODEStefan Brüns2017-11-061-0/+3
* tools: remove a leftover debug printf statementPeter Hutterer2017-09-061-1/+0
* tools: split the configuration option parsing outPeter Hutterer2017-06-261-15/+86
* 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-1/+1
* tools: switch the libinput tool to be an exec-ing toolPeter Hutterer2017-06-021-12/+2
* tools: hook libinput-debug-events into the libinput toolPeter Hutterer2017-05-181-2/+13
* tools: rename a source file to match the future common file name paradigmPeter Hutterer2017-05-181-0/+923