summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-09-19Correct return value of special_map_buttonJason Gerecke1-2/+2
2013-09-19Fix buffer overflows in 'special_map_*'Jason Gerecke1-16/+42
2013-05-02xsetwacom: map a bunch of special symbolsPeter Hutterer1-3/+58
2013-05-02xsetwacom: if we fail to map a string, try as special key or warnPeter Hutterer1-0/+8
2013-05-02xsetwacom: add special mappings for Home, End, DeletePeter Hutterer1-0/+3
2012-09-19Have keysym_to_keycode handle unused keycodesJason Gerecke1-3/+2
2012-08-02Reset-on-None for Actions propertyJason Gerecke1-14/+17
2012-06-26xsetwacom: fix leak in set()Peter Hutterer1-3/+3
2012-04-04Fix off-by-one error in xsetwacom's button handlingJason Gerecke1-1/+1
2012-03-20Don't share names of action atoms across propertiesJason Gerecke1-1/+1
2012-03-01xsetwacom: fix compiler warningPeter Hutterer1-6/+5
2012-03-01xsetwacom: re-add ToolID with the current tool ID in proximityPeter Hutterer1-1/+10
2012-03-01xsetwacom: ToolID is actually ToolTypePeter Hutterer1-2/+2
2011-12-29Have the second touch ring emulate wheel events by defaultJason Gerecke1-1/+21
2011-10-10Fixing format strings in list_modEduard Hasenleithner1-2/+2
2011-09-28Return boolean where requiredJason Gerecke1-1/+1
2011-09-27Have MapToOutput helpers return booleans to indicate successJason Gerecke1-24/+50
2011-09-27Have 'MapToOutput' require the keyword "desktop" to do suchJason Gerecke1-10/+4
2011-09-27Add 'set_output_next' helper for MapToOutputJason Gerecke1-0/+151
2011-09-27Allow 'MapToOutput' to accept X geometry stringsJason Gerecke1-9/+25
2011-09-27Have 'set_output' check and convert arguments as necessaryJason Gerecke1-29/+60
2011-09-27Free RandR resources more-quicklyJason Gerecke1-6/+10
2011-09-27Create wacom-util.h for generally handy definesJason Gerecke1-7/+6
2011-08-03Allow zero-argument use of MapToOutput to reset map to entire desktopJason Gerecke1-2/+10
2011-08-03spellfix: "Dize" -> "Size"Jason Gerecke1-1/+1
2011-08-03xsetwacom: Have 'get_param' respect PROP_FLAG_INVERTEDJason Gerecke1-1/+4
2011-07-18test: Fix tests for Capacity removalPeter Hutterer1-2/+2
2011-07-01xsetwacom: plug minor memory leakPeter Hutterer1-3/+5
2011-06-30Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer1-9/+1
2011-06-28Remove unused Capacity logic on touch devicesChris Bagwell1-9/+1
2011-06-24xsetwacom: Support MapToOutput for TwinView.Peter Hutterer1-18/+75
2011-06-24xsetwacom: move matrix calculation into a separate functionPeter Hutterer1-25/+37
2011-06-24xsetwacom: split output setting into set_output_xrandrPeter Hutterer1-8/+14
2011-06-24xsetwacom: add missing linebreak in error message.Peter Hutterer1-1/+1
2011-05-06Add a property to bind the device to a serial number.Peter Hutterer1-1/+9
2011-05-06xsetwacom: add ToolSerialPrevious to retrieve the last tool in proximity.Peter Hutterer1-2/+11
2011-05-05xsetwacom: add missing arg_count to a serial/tablet ID parametersPeter Hutterer1-0/+3
2011-05-05xsetwacom: add a bit more tracing to the get code.Peter Hutterer1-0/+3
2011-04-11isdv4-serial-debugger: return early if tcgetattr() failed.Peter Hutterer1-0/+4
2011-04-11xsetwacom: remove two unused variablesPeter Hutterer1-4/+1
2011-04-08xsetwacom: fix --help output formattingPeter Hutterer1-1/+1
2011-04-08Have wheel and strip properties be "actions" instead of "buttons"Jason Gerecke1-70/+4
2011-04-08Decrease minimum number of args to 'set' [allow wheels/strips "reset"]Jason Gerecke1-1/+1
2011-04-08More strict argument-count checkingJason Gerecke1-24/+36
2011-04-08Change from prop_extra to arg_countJason Gerecke1-7/+33
2011-04-08Fail with warnings where possibleJason Gerecke1-0/+31
2011-04-08More explicit input check for set_rotateJason Gerecke1-8/+8
2011-04-06Cause '-V' option to xsetwacom to exit like '--version'Jason Gerecke1-1/+1
2011-04-06Correct order of arguments to callocJason Gerecke1-1/+1
2011-04-05xsetwacom: add PROP_FLAG_INVERTED for Hover Click/TPCButtonPeter Hutterer1-2/+17