summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-02man: clarify how to configure keys on higher shift levels in xsetwacomPeter Hutterer1-0/+8
2013-05-02xsetwacom: map a bunch of special symbolsPeter Hutterer1-3/+58
2013-05-02xsetwacom: if we fail to map a string, try as special key or warnPeter Hutterer1-0/+8
2013-05-02xsetwacom: add special mappings for Home, End, DeletePeter Hutterer1-0/+3
2013-04-29wacom 0.21.0Jason Gerecke1-1/+1
2013-04-19wacom 0.20.99.1Jason Gerecke1-1/+1
2013-04-18Fix const warnings in wcmSetActionPropertyJason Gerecke1-1/+1
2013-04-18Remove unused variableJason Gerecke1-1/+0
2013-04-10Correct comment for Sample and Suppress propertyPeter Hutterer1-1/+1
2013-03-11add support for 0x10dPing Cheng2-0/+2
2013-03-11Resume button events for pucksPing Cheng1-4/+5
2013-03-06Make touchscreens (WCM_LCD) direct touch devicesJan Alexander Steffens (heftig)1-1/+4
2013-03-06Consolidate calls to wcmEvent into one statementPing Cheng1-13/+0
2013-03-06Clean up device_type initialization for tool on tabletPing Cheng1-54/+5
2013-03-06Update MAX_CHANNELS definitionPing Cheng1-3/+3
2013-03-05Handle DEVICE_ABORT on input ABI 19.1Peter Hutterer1-1/+4
2013-03-04wacom 0.20.0Jason Gerecke1-1/+1
2013-02-26wacom 0.19.99.1Jason Gerecke1-1/+1
2013-02-26Fix warning: format expects argument of typeJason Gerecke1-1/+1
2013-02-26Support pen/touch arbitration across product idsPing Cheng1-6/+34
2013-02-26Arbitration applies to puck/Wacom mouse as wellPing Cheng4-20/+22
2013-02-26Fix pen and touch arbitrationPing Cheng1-3/+2
2013-02-11Don't reset properties on checkonlyJason Gerecke1-9/+12
2013-01-30Add Touch option to xsetwacom manpagePing Cheng2-3/+8
2013-01-24include: Move wacom-util.h after X11 headersJason Gerecke1-1/+2
2013-01-24Have wcmFindActionHandler return success/failure directlyJason Gerecke1-6/+9
2013-01-23NONE is not a valid action, and NULL a bad valueJason Gerecke1-8/+15
2013-01-23Have wcmSetActionProperty run checkonlyJason Gerecke1-34/+29
2013-01-23Pass errors from wcmSetActionProperty up the stackJason Gerecke1-1/+3
2013-01-23Setting an invalid action property should return an errorPeter Hutterer1-1/+1
2013-01-23Have wcmFindActionHandler properly handle wcmFindProp errorJason Gerecke1-1/+1
2013-01-23Improve wcmFindProp readabilityJason Gerecke1-5/+2
2013-01-23Increase maximum allowed X11 button numberJason Gerecke2-2/+3
2013-01-23Improve logging of X property settingJason Gerecke1-7/+38
2013-01-22test: replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-01-22Fix a debug message not parsed by sigsafe printf codePeter Hutterer1-1/+1
2013-01-22Drop unused maxWidth/maxHeightPeter Hutterer2-6/+2
2013-01-22Fix indentation in usbStart()Peter Hutterer1-9/+9
2013-01-22include: don't redefine ARRAY_SIZEPeter Hutterer1-0/+2
2013-01-02wacom 0.19.0Jason Gerecke1-1/+1
2013-01-02Properly map 2nd abswheel of Cintiq 24HD touchJason Gerecke1-1/+2
2012-12-19wacom 0.18.99.1Jason Gerecke1-1/+1
2012-12-19If ds.device_type is 0, set it to the one we guessed earlierPeter Hutterer1-0/+7
2012-12-19Fix missing braces around condition in refreshDeviceTypePeter Hutterer1-1/+2
2012-12-19Handle BTN_TOOL_MOUSE/LENS in toolTypeToDeviceTypePeter Hutterer1-0/+4
2012-12-19Filter out DOUBLETAP and TRIPLETAP events for true MT dataPing Cheng1-0/+2
2012-12-19Assign PAD_CHANNEL to BTNChannel for all PAD toolsPing Cheng1-5/+1
2012-12-18BTN_TOOL_FINGER is not for PAD if MT is supportedPing Cheng1-5/+8
2012-12-18Send generic PAD events before other eventsPing Cheng1-0/+13
2012-12-18Initialize wcmBTNChannel in usbWcmInitPadState()Ping Cheng1-5/+8