summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-08-29tools: handle a finger down at startup for measure pressure/touch-sizePeter Hutterer2-14/+29
2018-08-29touchpad: add support for size-based thumb detectionPeter Hutterer2-2/+17
2018-08-27tools: fix grab handling in libinput debug-guiPeter Hutterer1-6/+4
2018-08-22Add quirk to control velocity averaging, disable it by defaultKim Lindberger2-5/+17
2018-08-22tools: fix ptraccel-debug tool for the new trackpoint multiplierKim Lindberger1-2/+2
2018-08-08tools: debug-*: show unaccelerated deltas for pointer eventsPeter Hutterer2-1/+39
2018-08-06tools: record: don't bother setting last_ms to 0 on the first eventPeter Hutterer1-2/+0
2018-07-26tools: drop two unused importsPeter Hutterer2-2/+0
2018-07-20Merge branch 'master' of gitlab.freedesktop.org:libinput/libinputPeter Hutterer1-0/+1
2018-07-19tools: fix touch frame checks in the YAML verifier scriptPeter Hutterer1-0/+1
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 Hutterer4-30/+44
2018-07-16Import versionsort implementation from musl for systems without versionsortGreg V1-0/+1
2018-07-13Rename data/ to quirks/Peter Hutterer2-7/+7
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-11tools: make-ptraccel-graphs: drop an unnecessary outfilePeter Hutterer1-1/+0
2018-07-11tools: drop the special handling for trackpoint accel, not needed anymorePeter Hutterer1-6/+0
2018-07-11tools: reduce the trackpoint gnuplot range to 0..1 units/msPeter Hutterer1-1/+1
2018-07-11tools: fix units for trackpoint accel graphPeter Hutterer2-4/+5
2018-07-11filter: make the trackpoint accel profile func the same prototype as the othersPeter Hutterer1-23/+2
2018-07-09tools: don't add the debug behavior for release buildsPeter Hutterer2-3/+14
2018-07-09tools: fake-build the other tools the same way as measure touchpad-tapPeter Hutterer3-0/+0
2018-07-09tools: rely on the libinput and quirks tool to pick the right directoriesPeter Hutterer2-18/+2
2018-07-09tools: quirks: if we're executing from the builddir, use the git datadirPeter Hutterer1-2/+10
2018-07-09tools: if the execdir is the builddir, add it to the pathPeter Hutterer4-1/+102
2018-07-03tools: rename list-quirks to the more generic "quirks list"Peter Hutterer5-50/+70
2018-06-27tools: add record/replay to --help outputPeter Hutterer1-0/+6
2018-06-26tools: libinput-record: print the list of quirksPeter Hutterer2-0/+68
2018-06-26tools: move printing device quirks to the shared tools libPeter Hutterer3-128/+150
2018-06-26tools: fake-build the measure touch-pressure/size sourcesPeter Hutterer2-8/+20
2018-06-21tools: libinput-replay: set INPUT_PROP_* properties on the devicePeter Hutterer1-0/+4
2018-06-21tools: libinput-record: use .yml suffix in the man pagePeter Hutterer1-2/+2
2018-06-21tools: touch-size: update to use the device quirksPeter Hutterer2-12/+21
2018-06-21tools: touchpad-pressure: update man page for device quirksPeter Hutterer1-1/+1
2018-06-20tools: touchpad-pressure: add thumb pressure handlingPeter Hutterer1-2/+15
2018-06-20tools: touchpad-pressure: switch to using quirks for pre-loading thresholdsPeter Hutterer1-11/+20
2018-06-20tools: list-quirks: make the output easier to parsePeter Hutterer1-1/+1
2018-06-20tools: list-quirks: print the value of the quirk tooPeter Hutterer1-1/+63
2018-06-20tools: list-quirks: add the thumb pressure threshold propertyPeter Hutterer1-0/+1
2018-06-20tools: list-quirks: fix usage to read "libinput list-quirks"Peter Hutterer1-6/+4
2018-06-20tools: list-quirks: compress a conditionPeter Hutterer1-49/+49
2018-06-20tools: list-devices: unref the udev devicePeter Hutterer1-2/+5
2018-06-20tools: pass a valid grab parameter to list-devicesPeter Hutterer2-2/+3
2018-06-18quirks: explicitly cast the log priorityPeter Hutterer1-1/+1
2018-06-18tools: measure touchpad-pressure: prevent division by zeroPeter Hutterer2-1/+4
2018-06-14tools: fix grab argument passing for libinput debug-eventsPeter Hutterer4-8/+8
2018-06-11Merge branch 'wip/config-files'Peter Hutterer2-0/+297