summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 0.20.99.1xf86-input-wacom-0.20.99.1Jason Gerecke2013-04-191-1/+1
* Fix const warnings in wcmSetActionPropertyJason Gerecke2013-04-181-1/+1
* Remove unused variableJason Gerecke2013-04-181-1/+0
* Correct comment for Sample and Suppress propertyPeter Hutterer2013-04-101-1/+1
* add support for 0x10dPing Cheng2013-03-112-0/+2
* Resume button events for pucksPing Cheng2013-03-111-4/+5
* Make touchscreens (WCM_LCD) direct touch devicesJan Alexander Steffens (heftig)2013-03-061-1/+4
* Consolidate calls to wcmEvent into one statementPing Cheng2013-03-061-13/+0
* Clean up device_type initialization for tool on tabletPing Cheng2013-03-061-54/+5
* Update MAX_CHANNELS definitionPing Cheng2013-03-061-3/+3
* Handle DEVICE_ABORT on input ABI 19.1Peter Hutterer2013-03-051-1/+4
* wacom 0.20.0xf86-input-wacom-0.20.0Jason Gerecke2013-03-041-1/+1
* wacom 0.19.99.1xf86-input-wacom-0.19.99.1Jason Gerecke2013-02-261-1/+1
* Fix warning: format expects argument of typeJason Gerecke2013-02-261-1/+1
* Support pen/touch arbitration across product idsPing Cheng2013-02-261-6/+34
* Arbitration applies to puck/Wacom mouse as wellPing Cheng2013-02-264-20/+22
* Fix pen and touch arbitrationPing Cheng2013-02-261-3/+2
* Don't reset properties on checkonlyJason Gerecke2013-02-111-9/+12
* Add Touch option to xsetwacom manpagePing Cheng2013-01-302-3/+8
* include: Move wacom-util.h after X11 headersJason Gerecke2013-01-241-1/+2
* Have wcmFindActionHandler return success/failure directlyJason Gerecke2013-01-241-6/+9
* NONE is not a valid action, and NULL a bad valueJason Gerecke2013-01-231-8/+15
* Have wcmSetActionProperty run checkonlyJason Gerecke2013-01-231-34/+29
* Pass errors from wcmSetActionProperty up the stackJason Gerecke2013-01-231-1/+3
* Setting an invalid action property should return an errorPeter Hutterer2013-01-231-1/+1
* Have wcmFindActionHandler properly handle wcmFindProp errorJason Gerecke2013-01-231-1/+1
* Improve wcmFindProp readabilityJason Gerecke2013-01-231-5/+2
* Increase maximum allowed X11 button numberJason Gerecke2013-01-232-2/+3
* Improve logging of X property settingJason Gerecke2013-01-231-7/+38
* test: replace INCLUDES with AM_CPPFLAGSPeter Hutterer2013-01-221-1/+1
* Fix a debug message not parsed by sigsafe printf codePeter Hutterer2013-01-221-1/+1
* Drop unused maxWidth/maxHeightPeter Hutterer2013-01-222-6/+2
* Fix indentation in usbStart()Peter Hutterer2013-01-221-9/+9
* include: don't redefine ARRAY_SIZEPeter Hutterer2013-01-221-0/+2
* wacom 0.19.0xf86-input-wacom-0.19.0Jason Gerecke2013-01-021-1/+1
* Properly map 2nd abswheel of Cintiq 24HD touchJason Gerecke2013-01-021-1/+2
* wacom 0.18.99.1xf86-input-wacom-0.18.99.1Jason Gerecke2012-12-191-1/+1
* If ds.device_type is 0, set it to the one we guessed earlierPeter Hutterer2012-12-191-0/+7
* Fix missing braces around condition in refreshDeviceTypePeter Hutterer2012-12-191-1/+2
* Handle BTN_TOOL_MOUSE/LENS in toolTypeToDeviceTypePeter Hutterer2012-12-191-0/+4
* Filter out DOUBLETAP and TRIPLETAP events for true MT dataPing Cheng2012-12-191-0/+2
* Assign PAD_CHANNEL to BTNChannel for all PAD toolsPing Cheng2012-12-191-5/+1
* BTN_TOOL_FINGER is not for PAD if MT is supportedPing Cheng2012-12-181-5/+8
* Send generic PAD events before other eventsPing Cheng2012-12-181-0/+13
* Initialize wcmBTNChannel in usbWcmInitPadState()Ping Cheng2012-12-181-5/+8
* Remove channel duplication code for generic devicesPing Cheng2012-12-181-32/+2
* man: CursorProx affects absolute mode as wellPeter Hutterer2012-12-111-1/+1
* Convert resolution from points/inch to points/mPing Cheng2012-12-061-1/+1
* Update resoltuion for old kernelsPing Cheng2012-12-061-2/+2
* Post maximum number of contacts to clientsPing Cheng2012-12-064-1/+11