summaryrefslogtreecommitdiff
path: root/tools/shared.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16Silence coverity warning about uninitialized entryPeter Hutterer1-1/+1
2017-11-09tools: when the command isn't installed, print thatPeter Hutterer1-5/+14
2017-09-18tools: add --disable-sendevents option to the debug-events/debug-gui toolsPeter Hutterer1-0/+19
2017-07-12Add safe_strdup()Peter Hutterer1-1/+1
2017-07-10Fix a few things scan-build complains aboutPeter Hutterer1-4/+5
2017-06-26tools: split the configuration option parsing outPeter Hutterer1-208/+64
2017-06-22tools: shorten the --help output for the commandsPeter Hutterer1-35/+0
2017-06-02tools: add "libinput measure touchpad-tap"Peter Hutterer1-0/+131
2017-06-02tools: make the libinput tool usage staticPeter Hutterer1-1/+0
2017-06-02tools: tidy up the usage() for the tools a bitPeter Hutterer1-17/+21
2017-06-02tools: switch the libinput tool to be an exec-ing toolPeter Hutterer1-15/+5
2017-05-26tools: fix minor coding style issuePeter Hutterer1-1/+2
2017-05-18tools: hook libinput-debug-events into the libinput toolPeter Hutterer1-10/+26
2017-03-28test: add color to litest verbose outputPeter Hutterer1-3/+0
2017-03-24tools: use 'required_argument'/'no_argument' for getopt_longPeter Hutterer1-27/+27
2017-02-24tools: add "--quiet" option to only log libinput messagesPeter Hutterer1-0/+6
2017-02-15tools: print errors as red, info as highlightedPeter Hutterer1-0/+18
2017-02-14tools: hide key codes by defaultPeter Hutterer1-0/+7
2017-01-03tools: add allowed range to --set-speed help outputPeter Hutterer1-1/+1
2016-12-06tools: fix signed/unsigned comparison warningsPeter Hutterer1-3/+3
2016-12-06tools: fix prototype for tools_usagePeter Hutterer1-1/+1
2016-12-01tools: don't define GNU_SOURCE if were including config.h anywayPeter Hutterer1-1/+0
2016-11-29tools: change --speed to --set-speed for consistencyPeter Hutterer1-1/+1
2016-10-25Mark some internal log functions as printf-style functionPeter Hutterer1-0/+1
2016-08-15Add configurable button map to tappingsPeter Hutterer1-0/+21
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-0/+16
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer1-1/+23
2015-08-20tools: fix switch statement indentationPeter Hutterer1-122/+122
2015-07-24Add a configuration interface for enabling/disabling disable-while-typingPeter Hutterer1-0/+16
2015-06-24tools: add --grab optionPeter Hutterer1-1/+16
2015-06-24tools: pass a context around as userdataPeter Hutterer1-5/+9
2015-06-24tools: move the interface into the shared codePeter Hutterer1-4/+25
2015-06-24tools: remove obsolete commentsPeter Hutterer1-4/+4
2015-06-23tools: hook up drag lock configPeter Hutterer1-0/+16
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-7/+8
2015-04-22tools: add --set-scroll-button as optionPeter Hutterer1-0/+24
2015-04-21tools: add --set-scroll-method commandline flagPeter Hutterer1-0/+30
2015-04-17Add middle mouse button emulation config optionsPeter Hutterer1-0/+16
2015-04-10tools: add commandline flag to control the pointer accel speedPeter Hutterer1-0/+15
2015-01-16tools: add click method config to the toolsPeter Hutterer1-0/+26
2015-01-15Rename functions for left handed device configurationsStephen Chandler Paul1-1/+1
2014-12-23tools: pass the userdata to the contextPeter Hutterer1-4/+7
2014-12-23tools: add support for enabling/disabling left-handed button mappingsPeter Hutterer1-0/+15
2014-12-23tools: add support to enable/disable natural scrollingPeter Hutterer1-0/+16
2014-12-23tools: move applying device configuration to shared libPeter Hutterer1-0/+8
2014-12-23tools: move opening the backend to the shared lib tooPeter Hutterer1-0/+91
2014-12-23tools: move option parsing to a helper libraryPeter Hutterer1-0/+133