summaryrefslogtreecommitdiff
path: root/tools/ptraccel-debug.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Add quirk to control velocity averaging, disable it by defaultKim Lindberger1-5/+12
2018-08-22tools: fix ptraccel-debug tool for the new trackpoint multiplierKim Lindberger1-2/+2
2018-07-11tools: drop the special handling for trackpoint accel, not needed anymorePeter Hutterer1-6/+0
2018-07-11tools: fix units for trackpoint accel graphPeter Hutterer1-2/+3
2018-07-11filter: make the trackpoint accel profile func the same prototype as the othersPeter Hutterer1-23/+2
2018-05-21Revert "Expose a custom acceleration profile"Peter Hutterer1-27/+2
2018-05-16tools: ptraccel-debug: fail for a sequence without eventsPeter Hutterer1-0/+3
2018-05-16tools: ptraccel-debug: switch to a mode enumPeter Hutterer1-16/+24
2018-05-15tools: ptraccel-debug: match the help with the actual trackpoint range valuePeter Hutterer1-1/+1
2018-05-11tools: fix an argument name for ptraccel-debugPeter Hutterer1-1/+1
2018-05-10tools: switch the ptraccel-debug tool to report profile curves by defaultPeter Hutterer1-5/+5
2018-04-26Expose a custom acceleration profilePeter Hutterer1-2/+27
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