summaryrefslogtreecommitdiff
path: root/src/evdev-tablet-pad.c
Commit message (Expand)AuthorAgeFilesLines
* meson.build: update libwacom dependency to 0.27 or newerPeter Hutterer2020-09-091-1/+1
* Ignore key repeat in all backendsPeter Hutterer2020-06-021-0/+4
* pad: fix a compiler warningPeter Hutterer2020-03-211-1/+4
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-041-0/+34
* pad: switch the button mapping to one that can handle keys or buttonsPeter Hutterer2019-12-041-11/+22
* Abstract libwacom database initialization into a single placePeter Hutterer2019-05-281-6/+4
* evdev: add a rectangle to the touch arbitrationPeter Hutterer2019-01-311-1/+2
* tablet: unify the license text with what we have in COPYINGPeter Hutterer2018-08-071-16/+17
* pad: use libwacom to get the evdev to button number mappingPeter Hutterer2018-03-051-6/+68
* evdev: abstract the get_switch_state methodPeter Hutterer2017-09-251-0/+1
* Use named initializers for the various dispatch interfacesPeter Hutterer2017-09-251-10/+10
* Abort if zalloc ever failsPeter Hutterer2017-07-121-2/+0
* evdev: standardize log messsagesPeter Hutterer2017-02-241-6/+7
* Added missing button range for pad on CTH-680Sakse Dalum2017-02-201-0/+5
* evdev: add a wrapper to get the evdev device from a libinput devicePeter Hutterer2017-01-311-2/+2
* evdev: improve type-safety on dispatch switchesPeter Hutterer2017-01-311-3/+4
* tablet: add touch arbitrationPeter Hutterer2016-09-071-0/+1
* pad: implement basic mode group support (1 group with 1 mode)Peter Hutterer2016-06-241-6/+70
* pad: add helper function to access the libinput contextPeter Hutterer2016-06-101-3/+3
* pad: change button map orderingPeter Hutterer2016-06-081-2/+2
* pad: ignore EV_MSC eventsPeter Hutterer2016-05-271-0/+4
* pad: implement wacom pad supportPeter Hutterer2016-04-181-0/+620