summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for 0xEC.Ping Cheng2013-07-032-0/+2
* Revert "Add support for 0xED."Peter Hutterer2013-07-032-2/+0
* Add support for 0xED.Ping Cheng2013-07-022-0/+2
* Transform touch events just like all other eventsPing Cheng2013-06-071-43/+26
* Don't emulate a mouse when multitouch is enabledPing Cheng2013-06-062-45/+24
* Add support for Cintiq 22HDT and 13HD, DTK2241 and DTH2242.Ping Cheng2013-05-232-1/+11
* Don't init abswheel2 valuator (7th val) if we don't have onePeter Hutterer2013-05-091-10/+11
* Free the device name after reassigningPeter Hutterer2013-05-091-2/+5
* Free the touch mask on shutdownPeter Hutterer2013-05-091-0/+1
* Free input attribute's productPeter Hutterer2013-05-091-3/+5
* Free duplicated option list after conversion to InputOptionPeter Hutterer2013-05-091-5/+7
* Plug memory leaks left by xf86SetStrOptionPeter Hutterer2013-05-096-20/+44
* Purge TILT_REQUEST_FLAGPeter Hutterer2013-05-022-5/+0
* Fix const warnings in wcmSetActionPropertyJason Gerecke2013-04-181-1/+1
* Remove unused variableJason Gerecke2013-04-181-1/+0
* 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
* 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
* 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
* 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
* Properly map 2nd abswheel of Cintiq 24HD touchJason Gerecke2013-01-021-1/+2
* 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