summaryrefslogtreecommitdiff
path: root/tools/shared.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Expose a custom acceleration profilePeter Hutterer1-1/+6
2017-09-18tools: add --disable-sendevents option to the debug-events/debug-gui toolsPeter Hutterer1-0/+3
2017-06-26tools: split the configuration option parsing outPeter Hutterer1-20/+53
2017-06-02tools: add "libinput measure touchpad-tap"Peter Hutterer1-0/+4
2017-06-02tools: make the libinput tool usage staticPeter Hutterer1-2/+0
2017-06-02tools: tidy up the usage() for the tools a bitPeter Hutterer1-2/+5
2017-06-02tools: switch the libinput tool to be an exec-ing toolPeter Hutterer1-1/+2
2017-05-18tools: hook libinput-debug-events into the libinput toolPeter Hutterer1-2/+3
2017-02-24tools: add "--quiet" option to only log libinput messagesPeter Hutterer1-0/+1
2017-02-14tools: hide key codes by defaultPeter Hutterer1-0/+3
2016-12-06tools: fix prototype for tools_usagePeter Hutterer1-1/+1
2016-08-15Add configurable button map to tappingsPeter Hutterer1-0/+1
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-0/+1
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer1-0/+1
2015-07-24Add a configuration interface for enabling/disabling disable-while-typingPeter Hutterer1-0/+1
2015-06-24tools: add --grab optionPeter Hutterer1-0/+1
2015-06-24tools: pass a context around as userdataPeter Hutterer1-4/+8
2015-06-24tools: move the interface into the shared codePeter Hutterer1-2/+1
2015-06-23tools: hook up drag lock configPeter Hutterer1-0/+1
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-04-22tools: add --set-scroll-button as optionPeter Hutterer1-0/+1
2015-04-21tools: add --set-scroll-method commandline flagPeter Hutterer1-0/+1
2015-04-17Add middle mouse button emulation config optionsPeter Hutterer1-0/+1
2015-04-10tools: add commandline flag to control the pointer accel speedPeter Hutterer1-0/+1
2015-01-16tools: add click method config to the toolsPeter Hutterer1-0/+1
2014-12-23tools: pass the userdata to the contextPeter Hutterer1-0/+1
2014-12-23tools: add support for enabling/disabling left-handed button mappingsPeter Hutterer1-0/+1
2014-12-23tools: add support to enable/disable natural scrollingPeter Hutterer1-0/+1
2014-12-23tools: move applying device configuration to shared libPeter Hutterer1-1/+2
2014-12-23tools: move opening the backend to the shared lib tooPeter Hutterer1-0/+4
2014-12-23tools: move option parsing to a helper libraryPeter Hutterer1-0/+45