summaryrefslogtreecommitdiff
path: root/src/xf86WacomDefs.h
Commit message (Expand)AuthorAgeFilesLines
* Implement smooth panscrollingGreenscreener2022-11-241-0/+5
* Replace valuator array with valuator mask in convertAxesGreenscreener2022-11-241-0/+2
* Store serial numbers as unsigned valuesJason Gerecke2022-02-221-0/+2
* Change signature of Parse function to take unsigned packet lengthJason Gerecke2022-02-221-1/+1
* Make devicestate sample and time variables unsignedJason Gerecke2022-02-221-3/+3
* gesture: Make gesture distances and counts unsignedJason Gerecke2022-02-221-4/+4
* Store button state as unsigned intJason Gerecke2022-02-221-1/+1
* Remove a declaration and some comments referring to serial devicesPeter Hutterer2022-02-031-1/+0
* Split the various logging functions into several callsPeter Hutterer2021-12-201-1/+5
* Abstract the pInfo pointer as a generic frontend void pointerPeter Hutterer2021-12-201-1/+1
* Allow building the driver without serial ISDV4 supportPeter Hutterer2021-12-201-6/+6
* Store the valuator range we initialized our axes withPeter Hutterer2021-12-201-0/+4
* Switch the type handling to an enumPeter Hutterer2021-12-201-0/+10
* Add an emulation of the X server's timer APIPeter Hutterer2021-12-201-3/+5
* Add the WacomInterface header filePeter Hutterer2021-12-201-1/+1
* Store the WacomDevicePtr in the toolPeter Hutterer2021-12-201-1/+1
* Use WacomDevicePtr as primary context argumentPeter Hutterer2021-12-201-8/+8
* Hide the WACOM_DRIVER struct a bit betterPeter Hutterer2021-11-291-6/+0
* Remove unused macro IsUSBDevicePeter Hutterer2021-11-291-2/+0
* Change the WacomDeviceModel funcs to the order they're called inPeter Hutterer2021-11-291-1/+1
* Move GetRanges into InitializePeter Hutterer2021-11-291-2/+1
* Remove write-only version and id assignmentPeter Hutterer2021-11-291-2/+2
* Drop the unused GetResolution hookPeter Hutterer2021-11-291-1/+0
* Change the order of functions in the device classPeter Hutterer2021-11-291-1/+2
* Store the input properties in the driverPeter Hutterer2021-11-291-0/+1
* Remove unused variable from WacomDeviceStatePeter Hutterer2021-11-291-1/+0
* Rename the key/wheel/strip actions to foo_actionsPeter Hutterer2021-11-291-3/+3
* Rename the action property arrays to foo_action_propsPeter Hutterer2021-11-291-3/+3
* Add a struct for WacomActionsPeter Hutterer2021-11-291-3/+10
* Require xserver 1.13Peter Hutterer2021-11-291-2/+0
* Include limits.h for INT_MAX, math.h for round()Peter Hutterer2021-11-231-0/+1
* Remove a few #defines no longer neededPeter Hutterer2021-11-221-36/+0
* Remove trailing whitespacesPeter Hutterer2021-11-191-4/+4
* Support the keycodes sent by the hardware buttonsPeter Hutterer2021-02-021-0/+6
* Remove duplicate MAX_USB_EVENTS definitionJason Gerecke2020-12-011-1/+0
* Ignore ABS_MISC as a source of device type information for AES pensJason Gerecke2019-11-041-0/+1
* Change default gesture mode: touchpad=on, touchscreen=offJason Gerecke2019-09-191-1/+0
* Trigger scroll and zoom gestures immediately after they are detectedJason Gerecke2019-09-041-1/+0
* Change wcmCursorProxoutDist from a common to a private propertyJason Gerecke2019-08-121-3/+3
* Implement "pan" scrolling functionalityJason Gerecke2018-01-041-0/+3
* Add support for kernel's new BTN_STYLUS3 eventJason Gerecke2017-11-091-0/+6
* Introduce "Pressure2K" config option for incompatible softwareJason Gerecke2017-05-311-2/+3
* Lazily allocate pressure curve tableJason Gerecke2016-11-141-2/+1
* Increase full-scale pressure range from 0..2047 to 0..65535Jason Gerecke2016-11-111-1/+1
* Read TouchRing axis range from kernel instead of hardcodingJason Gerecke2016-11-011-5/+4
* scan-build: Logic error: Potential unintended use of sizeof() on pointer typeJason Gerecke2014-09-191-1/+1
* Allow touch to grab and maintain pointer control from idle puckJason Gerecke2014-09-021-0/+1
* Support cross-device pointer arbitrationJason Gerecke2014-08-121-1/+7
* Don't assume tablet (x,y) always starts from (0,0)Ping Cheng2014-06-171-2/+6
* Update values of oldState by simple assignmentJason Gerecke2014-05-091-0/+5