summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xsetwacom: fix map_button indexingPeter Hutterer2011-05-201-2/+2
* xsetwacom: support "displaytoggle" as special button event.Peter Hutterer2011-05-201-0/+11
* xsetwacom: support "modetoggle" keyword.Peter Hutterer2011-05-201-0/+11
* xsetwacom: "core" as keyword is not supported, tell users so.Peter Hutterer2011-05-201-0/+16
* xsetwacom: always update the parent property for wheel/strip actions.Peter Hutterer2011-05-201-5/+4
* xsetwacom: unset special button mappings when switching to simple ones.Peter Hutterer2011-05-201-5/+10
* xsetwacom: for button mappings with keycodes, print the keysymsPeter Hutterer2011-05-201-2/+8
* xsetwacom: print special button maps.Peter Hutterer2011-05-201-0/+96
* xsetwacom.c: Add BackSpace key to special keysDavid Foley2011-05-201-0/+2
* xsetwacom: support up/down/left/right as special keys.Peter Hutterer2011-05-201-0/+3
* xsetwacom: add Escape key to special characters.Peter Hutterer2011-05-201-0/+2
* xsetwacom: fix button mapping for button clicks.Peter Hutterer2011-05-201-3/+4
* xsetwacom: handle special button mappings.Peter Hutterer2011-05-201-0/+46
* xsetwacom: rearrange keyword matching for future multi-keyword assignment.Peter Hutterer2011-05-201-14/+42
* xsetwacom: refacture button mapping code.Peter Hutterer2011-05-201-38/+26
* xsetwacom: merge TVResolution into a single commandPeter Hutterer2011-05-201-11/+3
* xsetwacom: set the TVResolution property to some sane values.Peter Hutterer2011-05-201-0/+40
* xsetwacom: add parsing for prop_nextra items in property.Peter Hutterer2011-05-201-8/+21
* xsetwacom: support aboveof, belowof, leftof, rightof in xsetwacom TwinView.Peter Hutterer2011-05-201-2/+14
* xsetwacom: fix strjoinsplit.Peter Hutterer2011-05-201-1/+2
* xsetwacom: add super and hyper to modifiers.Peter Hutterer2011-05-201-0/+8
* Don't load keysyms into the driver, use keycodes instead.Peter Hutterer2011-05-201-5/+49
* xsetwacom: fix wrong option parsing for --display.Peter Hutterer2010-03-181-1/+1
* Fix copy/paste error in license header referring to LGP instead of GPL.Ping Cheng2010-02-181-1/+1
* Fix typo ; -> , in xsetwacom.cPrzemo Firszt2010-02-141-1/+1
* Add missing .prop_offset = 10 to SBottomX2 propertyPrzemo Firszt2010-02-111-0/+1
* Add missing .prop_offset = 10 to SBottomX2 propertyPrzemo Firszt2010-02-111-0/+1
* xsetwacom: shut up compiler warning.Peter Hutterer2010-02-081-1/+1
* xsetwacom: stop processing options after the last option was encountered.Denis Auroux2010-02-041-1/+1
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2010-01-191-0/+2
* Add Meta keys to xsetwacomPrzemo Firszt2010-01-111-0/+6
* xsetwacom: the capacity property is 32 bit.Peter Hutterer2010-01-061-1/+1
* xsetwacom: get "all" is a read-only parameter.Peter Hutterer2010-01-011-1/+1
* xsetwacom: special output for write-only options.Peter Hutterer2010-01-011-2/+7
* xsetwacom: Print error message when attempting to change read-only options.Peter Hutterer2010-01-011-1/+41
* xsetwacom: update usage help for Rotate optionPing Cheng2009-12-241-1/+1
* xsetwacom: make parameters case-insensitive.Peter Hutterer2009-12-241-1/+1
* Add "Wacom Debug Levels" property.Peter Hutterer2009-12-241-4/+6
* xsetwacom: add support for "xsetwacom --get <device> all"Peter Hutterer2009-12-211-0/+23
* xsetwacom: split get() into get() and get_param().Peter Hutterer2009-12-211-11/+17
* xsetwacom: init nwords to 0 before adding to it in strjoinsplit.Peter Hutterer2009-12-211-0/+2
* xsetwacom: don't line-break after 32 bit values and Absolute/Relative.Peter Hutterer2009-12-171-2/+2
* xsetwacom: don't release modifiers unless explicitly statedPeter Hutterer2009-12-171-0/+28
* xsetwacom: fix handling of unknown modifiers.Peter Hutterer2009-12-171-10/+18
* xsetwacom: button numbers are one-indexed, store button action accordingly.Peter Hutterer2009-12-151-1/+2
* xsetwacom: don't crash on xsetwacom get <device name> without a param.Peter Hutterer2009-12-141-0/+6
* xsetwacom: handle "on"/"off" for boolean properties.Peter Hutterer2009-12-121-2/+34
* xsetwacom: handle string commands for TwinView settingPeter Hutterer2009-12-101-1/+97
* xsetwacom: Be more flexible for multi-value properties.Peter Hutterer2009-12-101-2/+9
* xsetwacom: enable -x and -s get flagsPeter Hutterer2009-12-101-20/+69