summaryrefslogtreecommitdiff
path: root/tools/ptraccel-debug.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-01touchpad: Enable timestamp smoothing support for bluetooth touchpadsHans de Goede1-1/+1
2017-07-20filter: add a custom trackpoint acceleratorPeter Hutterer1-5/+33
2017-02-21tools: print accel profiles up to 1000 mm/sPeter Hutterer1-1/+1
2016-12-21tools: switch the ptraccel-debug printf to use mm/sPeter Hutterer1-8/+20
2016-12-21filter: change the filter functions to take raw device coordinatesPeter Hutterer1-9/+12
2016-12-14tools: add some extra help output about the expected input dataPeter Hutterer1-0/+3
2016-12-14tools: whitespace changePeter Hutterer1-1/+1
2016-12-14tools: local headers use quotes, not pointy bracketsPeter Hutterer1-2/+2
2016-12-14tools: up the maximum velocity so the output graph shows the leveling offPeter Hutterer1-1/+1
2016-12-14tools: support --help in the ptraccel-debug toolPeter Hutterer1-1/+7
2016-12-06tools: include config.h in libinput-list-devices and ptraccel-debugPeter Hutterer1-1/+2
2015-08-12tools: allow filter-switching in ptraccel-debugPeter Hutterer1-7/+36
2015-08-11filter: revamp to create device-specific filters, rather than accel functionsPeter Hutterer1-2/+1
2015-08-11Revert "filter: move the pointer acceleration profiles back to units/ms"Peter Hutterer1-2/+2
2015-08-03filter: move the pointer acceleration profiles back to units/msPeter Hutterer1-2/+2
2015-07-31tools: fix the velocity range for printing the ptraccel profilePeter Hutterer1-2/+2
2015-07-28Change to micro seconds for measuring time internallyJonas Ã…dahl1-4/+6
2015-07-02tools: add --dpi= arg to ptraccel-debugPeter Hutterer1-4/+11
2015-07-02filter: pass the DPI to the acceleration filterPeter Hutterer1-1/+2
2015-06-26tools: don't drop the accelerated deltas in ptraccel-debugPeter Hutterer1-2/+2
2015-06-22tools: drop superfluous linebreaks in ptraccel-debugPeter Hutterer1-3/+3
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-05-26Add streq() helper to use instead of strcmp() == 0Peter Hutterer1-4/+4
2015-05-01Fix a couple of coding style issuesPeter Hutterer1-1/+2
2015-04-11tools: add a tool for printing pointer acceleration parametersPeter Hutterer1-0/+299