summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xsetwacom: shut up two compiler warningsPeter Hutterer2022-02-071-4/+3
* tools: switch the xsetwacom tests to use the new test suite approach tooPeter Hutterer2022-02-042-13/+13
* wacom-record: print the mask of available valuesPeter Hutterer2022-02-031-0/+29
* wacom-record: print the mode for motion eventsPeter Hutterer2022-02-031-1/+4
* wacom-record: handle the extra device paths with g_autofree tooPeter Hutterer2022-02-031-1/+2
* wacom-record: fix segfault if no argument was suppliedPeter Hutterer2022-02-031-1/+1
* Add a debugging hook for evdev eventsPeter Hutterer2021-12-201-0/+20
* Add a GObject-based interface to the driverPeter Hutterer2021-12-201-0/+367
* Explicitly include the config-ver.h header filePeter Hutterer2021-11-291-0/+2
* Unifdef HAVE_CONFIG_HPeter Hutterer2021-11-294-8/+0
* Remove trailing whitespacesPeter Hutterer2021-11-191-2/+2
* tools: Fix potential buffer overflow when reading from serial tabletJason Gerecke2019-10-231-1/+1
* 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