summaryrefslogtreecommitdiff
path: root/tools/ptraccel-debug.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce custom acceleration profileYinon Burgansky2023-01-171-0/+50
* tools: fix a tab after space whitespace issuePeter Hutterer2022-11-251-1/+1
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-221-5/+12
* tools: fix ptraccel-debug tool for the new trackpoint multiplierKim Lindberger2018-08-221-2/+2
* tools: drop the special handling for trackpoint accel, not needed anymorePeter Hutterer2018-07-111-6/+0
* tools: fix units for trackpoint accel graphPeter Hutterer2018-07-111-2/+3
* filter: make the trackpoint accel profile func the same prototype as the othersPeter Hutterer2018-07-111-23/+2
* Revert "Expose a custom acceleration profile"Peter Hutterer2018-05-211-27/+2
* tools: ptraccel-debug: fail for a sequence without eventsPeter Hutterer2018-05-161-0/+3
* tools: ptraccel-debug: switch to a mode enumPeter Hutterer2018-05-161-16/+24
* tools: ptraccel-debug: match the help with the actual trackpoint range valuePeter Hutterer2018-05-151-1/+1
* tools: fix an argument name for ptraccel-debugPeter Hutterer2018-05-111-1/+1
* tools: switch the ptraccel-debug tool to report profile curves by defaultPeter Hutterer2018-05-101-5/+5
* Expose a custom acceleration profilePeter Hutterer2018-04-261-2/+27
* touchpad: Enable timestamp smoothing support for bluetooth touchpadsHans de Goede2017-08-011-1/+1
* filter: add a custom trackpoint acceleratorPeter Hutterer2017-07-201-5/+33
* tools: print accel profiles up to 1000 mm/sPeter Hutterer2017-02-211-1/+1
* tools: switch the ptraccel-debug printf to use mm/sPeter Hutterer2016-12-211-8/+20
* filter: change the filter functions to take raw device coordinatesPeter Hutterer2016-12-211-9/+12
* tools: add some extra help output about the expected input dataPeter Hutterer2016-12-141-0/+3
* tools: whitespace changePeter Hutterer2016-12-141-1/+1
* tools: local headers use quotes, not pointy bracketsPeter Hutterer2016-12-141-2/+2
* tools: up the maximum velocity so the output graph shows the leveling offPeter Hutterer2016-12-141-1/+1
* tools: support --help in the ptraccel-debug toolPeter Hutterer2016-12-141-1/+7
* tools: include config.h in libinput-list-devices and ptraccel-debugPeter Hutterer2016-12-061-1/+2
* tools: allow filter-switching in ptraccel-debugPeter Hutterer2015-08-121-7/+36
* filter: revamp to create device-specific filters, rather than accel functionsPeter Hutterer2015-08-111-2/+1
* Revert "filter: move the pointer acceleration profiles back to units/ms"Peter Hutterer2015-08-111-2/+2
* filter: move the pointer acceleration profiles back to units/msPeter Hutterer2015-08-031-2/+2
* tools: fix the velocity range for printing the ptraccel profilePeter Hutterer2015-07-311-2/+2
* Change to micro seconds for measuring time internallyJonas Ã…dahl2015-07-281-4/+6
* tools: add --dpi= arg to ptraccel-debugPeter Hutterer2015-07-021-4/+11
* filter: pass the DPI to the acceleration filterPeter Hutterer2015-07-021-1/+2
* tools: don't drop the accelerated deltas in ptraccel-debugPeter Hutterer2015-06-261-2/+2
* tools: drop superfluous linebreaks in ptraccel-debugPeter Hutterer2015-06-221-3/+3
* COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer2015-06-161-16/+17
* Add streq() helper to use instead of strcmp() == 0Peter Hutterer2015-05-261-4/+4
* Fix a couple of coding style issuesPeter Hutterer2015-05-011-1/+2
* tools: add a tool for printing pointer acceleration parametersPeter Hutterer2015-04-111-0/+299