summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-12-07tools: print which scroll axis we have in event-debugPeter Hutterer1-3/+9
2015-11-09tools: take the start time before initializing the contextPeter Hutterer1-3/+3
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer3-1/+57
2015-08-20tools: fix switch statement indentationPeter Hutterer1-122/+122
2015-08-12tools: add shell script for making the pointer acceleration graphs in the docsPeter Hutterer2-0/+81
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-24Add a configuration interface for enabling/disabling disable-while-typingPeter Hutterer4-0/+39
2015-07-21tools: handle the initial set of events at event-gui's startupPeter Hutterer1-0/+1
2015-07-20Code cleanupThomas Hindoe Paaboel Andersen1-9/+0
2015-07-20tools: only print angle/scale for pinch eventsPeter Hutterer1-4/+7
2015-07-06tools: don't call is_cancelled on a gesture begin eventPeter Hutterer1-1/+8
2015-07-06tools: handle pinch event in event-guiPeter Hutterer1-1/+68
2015-07-06tools: add swipe support to the event-guiPeter Hutterer1-0/+59
2015-07-06touchpad: Allow querying whether a gesture ended normally or was cancelledHans de Goede1-1/+3
2015-07-06touchpad: Extend the touchpad gesture API with pinch gesturesHans de Goede2-1/+29
2015-07-06touchpad: Add an API for touchpad gesture eventsHans de Goede2-0/+50
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-24tools: add --grab optionPeter Hutterer2-1/+17
2015-06-24tools: pass a context around as userdataPeter Hutterer5-26/+38
2015-06-24tools: move the interface into the shared codePeter Hutterer5-67/+29
2015-06-24tools: remove obsolete commentsPeter Hutterer1-4/+4
2015-06-23tools: hook up drag lock configPeter Hutterer3-1/+23
2015-06-23Add configuration interface for tap drag-lockPeter Hutterer1-0/+13
2015-06-22tools: drop superfluous linebreaks in ptraccel-debugPeter Hutterer1-3/+3
2015-06-22tools: drop some superfluous parenthesisPeter Hutterer1-4/+4
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer6-96/+102
2015-06-01Add xasprintf to avoid use of undefined pointer valuesJon A. Cruz1-7/+7
2015-05-29tools: print symbolic key names too from event-debugPeter Hutterer2-4/+11
2015-05-26Add streq() helper to use instead of strcmp() == 0Peter Hutterer3-13/+15
2015-05-07tools: add middle button emulation to listed capabilitiesPeter Hutterer1-12/+25
2015-05-04tools: add to, don't replace, the man page listPeter Hutterer1-1/+1
2015-05-01Fix a couple of coding style issuesPeter Hutterer1-1/+2
2015-04-30tools: ship the event-debug tool as an installed libinput-debug-events toolPeter Hutterer3-1/+38
2015-04-30tools: fix broken build if builddir != srcdirPeter Hutterer1-2/+2
2015-04-30tools: fix typo in man pagePeter Hutterer1-1/+1
2015-04-30tools: print version number in libinput-list-devicesPeter Hutterer1-10/+28
2015-04-22tools: use doubles to back the scroll barsPeter Hutterer1-4/+4
2015-04-22tools: distribute the new man pagePeter Hutterer1-1/+1
2015-04-22tools: add --set-scroll-button as optionPeter Hutterer3-0/+27
2015-04-21tools: add --set-scroll-method commandline flagPeter Hutterer2-0/+31
2015-04-17Add middle mouse button emulation config optionsPeter Hutterer2-0/+17
2015-04-16tools: add a tool to list local devices and the default configurationsPeter Hutterer4-0/+326
2015-04-11tools: add a tool for printing pointer acceleration parametersPeter Hutterer3-1/+305