summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xsetwacom: error if we're running this under WaylandPeter Hutterer2019-01-171-0/+26
* Running 'xsetwacom get $id Serial' gives:James Pearson2018-08-091-1/+1
* Implement "pan" scrolling functionalityJason Gerecke2018-01-041-1/+25
* tools: Prevent use of invalid (negative) fdJason Gerecke2017-12-191-1/+3
* Use git-version-gen for build-time version stringsJason Gerecke2017-12-151-2/+1
* Build tools with AM_CFLAGS and its warningsJason Gerecke2017-11-291-3/+3
* xsetwacom: Don't drop "const" when performing a castJason Gerecke2017-11-291-1/+1
* xsetwacom: Use explicit NULL for final element of 'parameters' arrayJason Gerecke2017-11-291-1/+1
* xsetwacom: Recognize 'AltGr' key as synonym for 'ISO_Level3_Shift'Jason Gerecke2017-09-151-0/+2
* xsetwacom: use XkbGetMap instead of XkbGetKeyboardSebastian Reuße2017-05-111-2/+5
* xsetwacom: refer KeySyms defined by keysymdef.h in man pagePing Cheng2016-08-081-0/+3
* xsetwacom: Add return to special key alias listPing Cheng2016-08-041-0/+2
* xsetwacom: Use stderr for 'core' and 'displaytogle' deprecation noticesJason Gerecke2016-01-251-2/+2
* xsetwacom: Only print action name for "modetoggle" and "displaytoggle"Jason Gerecke2016-01-251-1/+1
* xsetwacom: Remove unnecessary static state from 'get_actions'Jason Gerecke2016-01-251-1/+2
* xsetwacom: Fix regression in simple button mappingJason Gerecke2015-07-071-2/+3
* xsetwacom: Fix 'get_mapped_area' ("maptooutput next") on 64-bitJason Gerecke2015-04-281-12/+18
* asan: xsetwacom: Cleanup xsetwacom memory leaksJason Gerecke2015-04-281-12/+25
* afl: xsetwacom: Check that argc is in range before dereferencing argvJason Gerecke2015-04-281-4/+5
* afl: xsetwacom: Do not allow negative button numbersJason Gerecke2015-04-281-2/+2
* xsetwacom: Add ability to read args from stdin for fuzzingJason Gerecke2015-04-282-0/+51
* tools: make baudrate unsigned int to shut up compilerPeter Hutterer2015-03-191-7/+7
* Coverity: fix coverity complaints about unchecked return valuesPeter Hutterer2015-03-192-3/+4
* tools: Add missing includes for fstat(2)Peter Hutterer2015-03-091-0/+2
* xsetwacom: Ease static analysis of get_mapped_areaJason Gerecke2015-02-021-20/+9
* tools: Fix up const warningsJason Gerecke2015-02-023-22/+15
* xsetwacom: Remove unused variable from 'strjoinsplit'Jason Gerecke2015-02-021-1/+1
* xsetwacom: Fix format string provided used by 'get_button'Jason Gerecke2015-02-021-1/+1
* xsetwacom: Declare printf attribute on print_{,button_}valueJason Gerecke2015-02-021-0/+2
* tools: Build with CWARNFLAGSJason Gerecke2015-02-021-1/+2
* xsetwacom: Allow "get <id> all" to iterate over all available buttonsJason Gerecke2015-01-291-1/+21
* xsetwacom: Add print_button_value functionJason Gerecke2015-01-291-2/+34
* xsetwacom: Don't try to print "set" commands for readonly propertiesJason Gerecke2015-01-291-0/+4
* xsetwacom: Print proper names of xorg.conf optionsJason Gerecke2015-01-291-1/+22
* xsetwacom: Print error/warning messages on stderrJason Gerecke2015-01-291-15/+15
* xsetwacom: Use effective XKB group number in keysym_to_keycodeJason Gerecke2015-01-121-8/+38
* xsetwacom: Warn if keycode could not be foundJason Gerecke2014-12-221-1/+3
* Allow xsetwacom to recognize 'insert' as a keyJason Gerecke2014-12-081-0/+2
* clang-warning: -Wmissing-variable-declarationsJason Gerecke2014-09-193-3/+5
* clang-warning: -Wmissing-field-initializersJason Gerecke2014-09-191-1/+1
* clang-warning: -Wunused-macrosJason Gerecke2014-09-194-4/+0
* clang-warning: -Wmissing-prototypesJason Gerecke2014-09-192-3/+3
* clang-warning: -Wconditional-uninitializedJason Gerecke2014-09-192-14/+8
* clang-warning: enumeration value 'FORMAT_DEFAULT' not explicitly handled in s...Jason Gerecke2014-09-191-0/+1
* Replace strjoinsplitJason Gerecke2014-09-191-26/+22
* scan-build: security: Potential insecure memory buffer bounds restriction in ...Jason Gerecke2014-09-191-1/+1
* scan-build: Logic error: Cast region with wrong sizeJason Gerecke2014-09-191-1/+1
* scan-build: Function call argument is an uninitialized valueJason Gerecke2014-09-191-3/+3
* scan-build: Undefined or garbage value returned to callerJason Gerecke2014-09-191-0/+1
* scan-build: Logic error: Branch condition evaluates to a garbage valueJason Gerecke2014-09-191-1/+1