summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Have keysym_to_keycode handle unused keycodesJason Gerecke2012-09-191-3/+2
* Reset-on-None for Actions propertyJason Gerecke2012-08-021-14/+17
* xsetwacom: fix leak in set()Peter Hutterer2012-06-261-3/+3
* Fix off-by-one error in xsetwacom's button handlingJason Gerecke2012-04-041-1/+1
* Don't share names of action atoms across propertiesJason Gerecke2012-03-201-1/+1
* xsetwacom: fix compiler warningPeter Hutterer2012-03-011-6/+5
* xsetwacom: re-add ToolID with the current tool ID in proximityPeter Hutterer2012-03-011-1/+10
* xsetwacom: ToolID is actually ToolTypePeter Hutterer2012-03-011-2/+2
* Have the second touch ring emulate wheel events by defaultJason Gerecke2011-12-291-1/+21
* Fixing format strings in list_modEduard Hasenleithner2011-10-101-2/+2
* Return boolean where requiredJason Gerecke2011-09-281-1/+1
* Have MapToOutput helpers return booleans to indicate successJason Gerecke2011-09-271-24/+50
* Have 'MapToOutput' require the keyword "desktop" to do suchJason Gerecke2011-09-271-10/+4
* Add 'set_output_next' helper for MapToOutputJason Gerecke2011-09-271-0/+151
* Allow 'MapToOutput' to accept X geometry stringsJason Gerecke2011-09-271-9/+25
* Have 'set_output' check and convert arguments as necessaryJason Gerecke2011-09-271-29/+60
* Free RandR resources more-quicklyJason Gerecke2011-09-271-6/+10
* Create wacom-util.h for generally handy definesJason Gerecke2011-09-271-7/+6
* Allow zero-argument use of MapToOutput to reset map to entire desktopJason Gerecke2011-08-031-2/+10
* spellfix: "Dize" -> "Size"Jason Gerecke2011-08-031-1/+1
* xsetwacom: Have 'get_param' respect PROP_FLAG_INVERTEDJason Gerecke2011-08-031-1/+4
* test: Fix tests for Capacity removalPeter Hutterer2011-07-181-2/+2
* xsetwacom: plug minor memory leakPeter Hutterer2011-07-011-3/+5
* Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer2011-06-301-9/+1
|\
| * Remove unused Capacity logic on touch devicesChris Bagwell2011-06-281-9/+1
* | xsetwacom: Support MapToOutput for TwinView.Peter Hutterer2011-06-241-18/+75
* | xsetwacom: move matrix calculation into a separate functionPeter Hutterer2011-06-241-25/+37
* | xsetwacom: split output setting into set_output_xrandrPeter Hutterer2011-06-241-8/+14
* | xsetwacom: add missing linebreak in error message.Peter Hutterer2011-06-241-1/+1
|/
* Add a property to bind the device to a serial number.Peter Hutterer2011-05-061-1/+9
* xsetwacom: add ToolSerialPrevious to retrieve the last tool in proximity.Peter Hutterer2011-05-061-2/+11
* xsetwacom: add missing arg_count to a serial/tablet ID parametersPeter Hutterer2011-05-051-0/+3
* xsetwacom: add a bit more tracing to the get code.Peter Hutterer2011-05-051-0/+3
* isdv4-serial-debugger: return early if tcgetattr() failed.Peter Hutterer2011-04-111-0/+4
* xsetwacom: remove two unused variablesPeter Hutterer2011-04-111-4/+1
* xsetwacom: fix --help output formattingPeter Hutterer2011-04-081-1/+1
* Have wheel and strip properties be "actions" instead of "buttons"Jason Gerecke2011-04-081-70/+4
* Decrease minimum number of args to 'set' [allow wheels/strips "reset"]Jason Gerecke2011-04-081-1/+1
* More strict argument-count checkingJason Gerecke2011-04-081-24/+36
* Change from prop_extra to arg_countJason Gerecke2011-04-081-7/+33
* Fail with warnings where possibleJason Gerecke2011-04-081-0/+31
* More explicit input check for set_rotateJason Gerecke2011-04-081-8/+8
* Cause '-V' option to xsetwacom to exit like '--version'Jason Gerecke2011-04-061-1/+1
* Correct order of arguments to callocJason Gerecke2011-04-061-1/+1
* xsetwacom: add PROP_FLAG_INVERTED for Hover Click/TPCButtonPeter Hutterer2011-04-051-2/+17
* xsetwacom: modularise test for bool conversion.Peter Hutterer2011-04-051-8/+36
* xsetwacom: constify convert_value_to_userPeter Hutterer2011-04-051-1/+1
* Revamp button/wheel/strip gettersJason Gerecke2011-03-311-48/+140
* Merge 'map_wheels' and 'map_button' into a unified 'map_actions'Jason Gerecke2011-03-311-46/+52
* Remove 'special_map_wheels' and 'special_map_buttons'Jason Gerecke2011-03-301-29/+13