summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-03-01xsetwacom: fix compiler warningHEADmasterPeter 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
2011-04-05xsetwacom: modularise test for bool conversion.Peter Hutterer1-8/+36
2011-04-05xsetwacom: constify convert_value_to_userPeter Hutterer1-1/+1
2011-03-31Revamp button/wheel/strip gettersJason Gerecke1-48/+140
2011-03-31Merge 'map_wheels' and 'map_button' into a unified 'map_actions'Jason Gerecke1-46/+52
2011-03-30Remove 'special_map_wheels' and 'special_map_buttons'Jason Gerecke1-29/+13
2011-03-30Remove map_button_simpleJason Gerecke1-29/+1
2011-03-30Allow parse_actions to parse simple button mapsJason Gerecke1-5/+18
2011-03-30xsetwacom: add a comment to update button actions in the right orderPeter Hutterer1-1/+2
2011-03-30Fix "buttons must be set twice" bug from d650b139Jason Gerecke1-5/+5
2011-03-30Change hardcoded string to already-defined constantJason Gerecke1-2/+3