summaryrefslogtreecommitdiff
path: root/src/wcmCommon.c
Commit message (Expand)AuthorAgeFilesLines
* Arbitration applies to puck/Wacom mouse as wellPing Cheng2013-02-261-5/+5
* Fix pen and touch arbitrationPing Cheng2013-02-261-3/+2
* Fix a debug message not parsed by sigsafe printf codePeter Hutterer2013-01-221-1/+1
* Drop unused maxWidth/maxHeightPeter Hutterer2013-01-221-4/+2
* Correct number of actions reported by sendWheelStripEvent to sendActionJason Gerecke2012-10-191-8/+14
* Have getWheelButton deal with array indices instead of pointersJason Gerecke2012-10-191-26/+23
* Fix prerequisite check in wcmUpdateSerialJason Gerecke2012-10-081-2/+1
* Use serial number instead of channel number to identify contactsJason Gerecke2012-10-081-2/+2
* Use kernel-reported tilt range and resolutionNikolai Kondrashov2012-09-051-2/+0
* Make test_get_wheel_button happyJason Gerecke2012-08-271-10/+11
* Use signal-safe logging patches where necessaryPeter Hutterer2012-08-231-5/+6
* Internally use physical button numbering for actionsJason Gerecke2012-08-021-4/+3
* Remove raw button fallback codepaths from wcmCommonJason Gerecke2012-08-021-50/+22
* Replace multiple default variables with arraysJason Gerecke2012-08-021-11/+11
* Directly index into the various *keys arraysJason Gerecke2012-08-021-16/+9
* Re-enable relative wheel scrolling from pad devicesJason Gerecke2012-05-291-1/+1
* Fix warning: Remove superflous casts in getScrollDeltaJason Gerecke2012-05-291-3/+3
* Fix broken NULL checkPeter Hutterer2012-03-221-2/+3
* Export current tool ID in the property tooPeter Hutterer2012-03-011-3/+3
* Remove AC_CORE status printJason Gerecke2012-02-161-3/+2
* Allow for a threshold of -1 to reset to the built-in default (#43221)Peter Hutterer2012-01-261-4/+0
* 'Left mouse button' dragging support.Alexey Osipov2012-01-031-2/+2
* Create wcmTouchFilter.hAlexey Osipov2012-01-031-0/+1
* Fix cursor jumping after zoom and scroll gestures when in Relative mode.Alexey Osipov2012-01-031-6/+5
* Expose the second touch ring's raw value in a new 7th valuatorJason Gerecke2011-12-291-4/+7
* Have the second touch ring emulate wheel events by defaultJason Gerecke2011-12-291-2/+12
* Add 'abswheel2' to device state for dual-ring devicesJason Gerecke2011-12-291-7/+9
* De-duplicate code for wheel/strip scrollingJason Gerecke2011-12-291-63/+114
* Remove wcmTapTimeDefault variableChris Bagwell2011-11-261-1/+0
* default gesture distance values based on hw maximumsChris Bagwell2011-11-261-4/+0
* Use xf86PostButtonEventP for held button action releasesJason Gerecke2011-11-141-1/+1
* Only convert I4 tilt bits to rotation for the I4 mouse (v2)Jason Gerecke2011-11-141-1/+2
* Revert "Only convert I4 tilt bits to rotation for the I4 mouse"Jason Gerecke2011-11-141-12/+5
* Add 0x10804 to recognized Art Pen device IDsJason Gerecke2011-10-211-1/+1
* Only convert I4 tilt bits to rotation for the I4 mouseJason Gerecke2011-10-211-5/+12
* Process pressure only when it is supportedPing Cheng2011-10-211-4/+4
* Exit gesture mode when pen comes in rangeThomas Jaeger2011-10-131-0/+1
* Revert "make gesture distances be relative to hw maximums."Peter Hutterer2011-09-091-5/+4
* make gesture distances be relative to hw maximums.Chris Bagwell2011-08-311-4/+5
* Fix an error message.Peter Hutterer2011-08-091-1/+1
* Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer2011-06-301-11/+7
|\
| * Support pressure curve with touch pressureChris Bagwell2011-06-281-3/+5
| * Remove unused Capacity logic on touch devicesChris Bagwell2011-06-281-8/+2
* | Show maxZ value for touch devices in debug outputChris Bagwell2011-06-271-1/+2
|/
* Correct the up/down orientation of Touch StripsSan2011-06-271-4/+4
* wcmCommon.c: fix cw and ccw swapDavid Foley2011-05-131-2/+2
* Force all serials to be unsigned.Peter Hutterer2011-05-061-1/+1
* Only update old_serial when going out of proximity.Peter Hutterer2011-05-061-2/+3
* Update the device's serial number when it comes in.Peter Hutterer2011-05-061-0/+11
* Add ToolSerials option for hotplugging pensAlexia Death2011-04-211-0/+12