summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Implement smooth panscrollingGreenscreener2022-11-241-0/+2
* Fix xsetwacom returning 0 even when there's an error (#266)Joshua2022-05-231-78/+124
* autotools: Use the same set of CFLAGS as Meson buildsJason Gerecke2022-02-221-6/+4
* wacom-record: Change syntax for null struct initalizationJason Gerecke2022-02-221-1/+1
* wacom-record: Print unsigned values with %u rather than %dJason Gerecke2022-02-221-8/+8
* Misc. unsigned warning fixesJason Gerecke2022-02-221-1/+1
* xsetwacom: Make prop_offset unsignedJason Gerecke2022-02-221-8/+8
* tools: Report when the entire buffer is garbageJason Gerecke2022-02-222-21/+30
* Use locally-declared unsigned loop variables to eliminate warningsJason Gerecke2022-02-222-5/+7
* Fix -Wformat-signedness warningsJason Gerecke2022-02-223-19/+19
* scan-build: Silence dead-store warning from intentionally-ignored valueJason Gerecke2022-02-221-1/+1
* scan-build: xsetwacom: Avoid dead-store when parsing actionsJason Gerecke2022-02-221-6/+9
* wacom-record: silence a compiler warningPeter Hutterer2022-02-151-1/+1
* Consolidate .gitignore filesPeter Hutterer2022-02-111-4/+0
* wacom-record: fix printing for multiple devicesPeter Hutterer2022-02-101-26/+28
* wacom-record: assert if device allocation failsPeter Hutterer2022-02-101-4/+1
* autotools: add missing files to the tarballPeter Hutterer2022-02-091-0/+2
* gwacom: make the enums GIR-compatiblePeter Hutterer2022-02-091-38/+38
* 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