summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06Post maximum number of contacts to clientsPing Cheng4-1/+11
2012-12-04Properly clear action propertiesJason Gerecke1-1/+1
2012-12-04Add support for MT ISDv4 device 0x4001Ping Cheng2-0/+2
2012-11-26Support up to 16 touch pointsPing Cheng1-1/+1
2012-11-26Bring back AM_MAINTAINER_MODE, default to enabledPeter Hutterer1-0/+1
2012-11-13Don't declare touch_mask on older serversJason Gerecke1-0/+2
2012-10-26wacom 0.18.0Jason Gerecke1-1/+1
2012-10-26Add three MT ISDv4 devices (E5, 100, 101)Ping Cheng2-0/+6
2012-10-26Have direct-touch devices move into and out of GESTURE_DRAG_MODEJason Gerecke1-3/+8
2012-10-25If _source is NULL, don't auto-pick the type.Peter Hutterer1-0/+3
2012-10-19wacom 0.17.99.1Jason Gerecke1-1/+1
2012-10-19Limit use of touch class to touch devices onlyJason Gerecke1-4/+6
2012-10-19Correct number of actions reported by sendWheelStripEvent to sendActionJason Gerecke1-8/+14
2012-10-19Have getWheelButton deal with array indices instead of pointersJason Gerecke2-32/+29
2012-10-19Restore pad button functionalityJason Gerecke1-1/+5
2012-10-19Add support for Cintiq 24HD touchJason Gerecke2-0/+3
2012-10-19Add recently-referenced functions to fake-symbolsJason Gerecke2-0/+37
2012-10-17Drop AM_MAINTAINER_MODEPeter Hutterer2-2/+1
2012-10-08Fix prerequisite check in wcmUpdateSerialJason Gerecke2-3/+2
2012-10-08Move check for enabled gestures to the functions that execute themJason Gerecke2-9/+14
2012-10-08Use new multitouch protocol in XI2 if possibleJason Gerecke4-4/+109
2012-10-08Dynamically choose channel for ABS_MT dataJason Gerecke1-3/+6
2012-10-08Have usbChooseChannel take explicit device type and serial argsJason Gerecke1-10/+8
2012-10-08Simplify usbChooseChannel logicJason Gerecke1-103/+75
2012-10-08Make usbInitToolType more generic, and always useJason Gerecke1-35/+87
2012-10-08Dynamically find touch channels, instead of hard-codingJason Gerecke1-37/+76
2012-10-08Use serial number instead of channel number to identify contactsJason Gerecke4-8/+13
2012-10-08Add and use a 'dirty' bit for WacomChannelJason Gerecke2-51/+39
2012-10-03Properly handle nulls in wcmIsHotpluggedDeviceJason Gerecke1-2/+2
2012-10-03Properly handle nulls in wcmCheckSourceJason Gerecke1-4/+3
2012-10-03Fix double-free in wcmPreInitParseOptionsJason Gerecke1-1/+0
2012-09-19Device grab should be optionalJason Gerecke2-8/+15
2012-09-19Ignore out-of-prox events from unknown devices already out-of-proxJason Gerecke1-0/+5
2012-09-19Have keysym_to_keycode handle unused keycodesJason Gerecke1-3/+2
2012-09-07Add LogMessageVerbSigSafe to fake-symbolsJason Gerecke2-0/+6
2012-09-05Use kernel-reported tilt range and resolutionNikolai Kondrashov6-20/+124
2012-09-05wacom 0.17.0Jason Gerecke1-1/+1
2012-08-27wacom 0.16.99.1Jason Gerecke1-1/+1
2012-08-27Add xf86MsgVerb to fake-symbols to let 'make distcheck' completeJason Gerecke2-1/+7
2012-08-27Make test_get_wheel_button happyJason Gerecke2-11/+13
2012-08-27Update test to match new function signatureJason Gerecke1-8/+2
2012-08-27Pre-allocate the tap timerPeter Hutterer3-1/+4
2012-08-23Log debug messages in signal-safe mannerPeter Hutterer1-2/+2
2012-08-23Use signal-safe logging patches where necessaryPeter Hutterer6-25/+37
2012-08-22Set WCM_LCD on the Cintiq 24HDJason Gerecke1-1/+1
2012-08-02Add missing newline to error messageJason Gerecke1-1/+1
2012-08-02Internally use physical button numbering for actionsJason Gerecke2-23/+43
2012-08-02Remove raw button fallback codepaths from wcmCommonJason Gerecke1-50/+22
2012-08-02Reset-on-None for Actions propertyJason Gerecke2-14/+54
2012-08-02Initialize action properties from defaultsJason Gerecke1-2/+59