summaryrefslogtreecommitdiff
path: root/src/wcmCommon.c
Commit message (Expand)AuthorAgeFilesLines
* Change the v3-v6 debug holders to an arrayPeter Hutterer2022-01-171-13/+13
* Remove duplicate setting of v5/v6Peter Hutterer2022-01-171-2/+0
* Report puck "throttle" (absolute scrollwheel) data in correct axisJason Gerecke2022-01-081-1/+1
* Change wcmDevSwitchModeCall to take and return a BoolPeter Hutterer2021-12-201-15/+6
* Split the various logging functions into several callsPeter Hutterer2021-12-201-3/+4
* Move a function to the core driver layerPeter Hutterer2021-12-201-0/+26
* Store the valuator range we initialized our axes withPeter Hutterer2021-12-201-12/+6
* Replace pInfo->fd direct access with a get/set abstraction layerPeter Hutterer2021-12-201-3/+2
* Print the priv->name instead of pInfo->namePeter Hutterer2021-12-201-1/+1
* Store the WacomDevicePtr in the toolPeter Hutterer2021-12-201-4/+2
* Abstract the event interface to pass a struct with axis data aroundPeter Hutterer2021-12-201-114/+115
* Add a copy of xf86ScaleAxis for our usePeter Hutterer2021-12-201-8/+29
* Switch all uses of xf86IDrvMsg and others over to our custom loggerPeter Hutterer2021-12-201-9/+7
* Move a few functions into the driver corePeter Hutterer2021-12-201-0/+90
* Use WacomDevicePtr as primary context argumentPeter Hutterer2021-12-201-91/+74
* Hide the WACOM_DRIVER struct a bit betterPeter Hutterer2021-11-291-1/+9
* Don't check for the X devices' proximity classPeter Hutterer2021-11-291-2/+1
* Make wcmRotateAndScaleCoordinates easier to readPeter Hutterer2021-11-291-16/+17
* Move GetRanges into InitializePeter Hutterer2021-11-291-4/+1
* Remove write-only version and id assignmentPeter Hutterer2021-11-291-2/+2
* Drop the unused GetResolution hookPeter Hutterer2021-11-291-4/+0
* sendWheelStripEvent should take pInfo as first arg like everything elsePeter Hutterer2021-11-291-12/+13
* Split setting the serial property into two logical partsPeter Hutterer2021-11-291-0/+14
* Drop the type name from the debug messagePeter Hutterer2021-11-291-2/+1
* Rename the key/wheel/strip actions to foo_actionsPeter Hutterer2021-11-291-7/+7
* Add a struct for WacomActionsPeter Hutterer2021-11-291-13/+14
* Require xserver 1.13Peter Hutterer2021-11-291-4/+0
* Unifdef HAVE_CONFIG_HPeter Hutterer2021-11-291-2/+0
* Use xf86IDrvMsg wherever possiblePeter Hutterer2021-11-191-8/+6
* Require xserver 1.10 as minimum versionPeter Hutterer2021-11-191-29/+8
* Remove trailing whitespacesPeter Hutterer2021-11-191-8/+8
* Support the keycodes sent by the hardware buttonsPeter Hutterer2021-02-021-0/+49
* Stop pointer movement when panscrolling in relative modeRussell Haley2021-02-011-1/+1
* Merge pull request #73 from jigpu/fix-54Jason Gerecke2019-09-031-16/+18
|\
| * Allow CursorProximity to take effect even if distance == 0 on tablet surfaceJason Gerecke2019-08-121-1/+1
| * Allow use of proxout feature for any relative tablet tool (stylus, eraser, cu...Jason Gerecke2019-08-121-3/+5
| * Change wcmCursorProxoutDist from a common to a private propertyJason Gerecke2019-08-121-13/+13
* | Remove misplaced commentPeter Hutterer2019-07-311-1/+0
|/
* Remove and replace references to SourceforgeAaron Armstrong Skomra2019-07-161-1/+1
* Fix panscroll when using non-default tablet areaJason Gerecke2019-06-181-5/+15
* Implement "pan" scrolling functionalityJason Gerecke2018-01-041-6/+84
* Pass current WacomDeviceState through to sendActionJason Gerecke2018-01-041-21/+21
* Reset filter when tip is touched to tabletJason Gerecke2017-12-181-0/+9
* Move 'suppress' variable from wcmEvent to commonDispatchDeviceJason Gerecke2017-12-151-6/+4
* Do not overwrite raw device state with filtered coordinate valuesJason Gerecke2017-12-151-17/+15
* Introduce "Pressure2K" config option for incompatible softwareJason Gerecke2017-05-311-8/+8
* Add missing newline to log messageJason Gerecke2016-11-141-1/+1
* Further reduce arbitration priority of cursor devicesJason Gerecke2016-11-141-9/+18
* Allow cursor devices to maintain "active" status while buttons are downJason Gerecke2016-11-141-1/+1
* Lazily allocate pressure curve tableJason Gerecke2016-11-141-1/+4