summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Add server managed fd handlingHEADmasterHans de Goede2-1/+13
2014-03-12Add a wcmClose helper functionHans de Goede3-21/+27
2014-03-12wcmUSB: Don't directly dereference common->fdHans de Goede1-5/+6
2014-02-20Free (WacomToolPtr)->name when freeing the tool listEgbert Eich1-0/+1
2014-02-19Log when the pen device appears to be too worn outEgbert Eich2-1/+42
2014-02-19Add more detailed messaging in code that handles abnormal situationsEgbert Eich1-0/+2
2014-02-19Avoid 'division by zero' in xf86ScaleAxis()Egbert Eich1-4/+9
2014-02-19Remove test if pressure falls below the minPressureEgbert Eich1-8/+0
2014-02-19Get rid of spurious 'format not a string literal' warningsEgbert Eich1-61/+43
2014-02-19Fix warning about discarding 'const' qualifierEgbert Eich1-1/+1
2014-02-19Make tested static functions non-static for test suiteEgbert Eich5-14/+40
2013-11-04Check return value of EVIOCGPROP ioctlPeter Hutterer1-2/+3
2013-10-14Decide WCM_LCD by kernel propertyPing Cheng1-0/+9
2013-10-14Fix missing pad/expresskey events issuePing Cheng1-14/+15
2013-10-14Threshold applies to pen tools onlyPing Cheng1-7/+5
2013-09-11Add support for Intuos Pro seriesPing Cheng2-0/+7
2013-09-05strdup the option key/values in our input_option_newPeter Hutterer1-2/+2
2013-09-05Print list of supported models on wcmPlugPeter Hutterer3-148/+195
2013-07-15Fix build on ABI < 16 - touch_mask isn't definedPeter Hutterer1-0/+2
2013-07-10Unify wcmFingerMultitouch and wcmSendTouchEventPing Cheng1-45/+26
2013-07-10Transform touch events just like all other eventsSjoerd Simons1-0/+2
2013-07-10Revert "Transform touch events just like all other events"Jason Gerecke1-26/+43
2013-07-03Add support for 0xEC.Ping Cheng2-0/+2
2013-07-03Revert "Add support for 0xED."Peter Hutterer2-2/+0
2013-07-02Add support for 0xED.Ping Cheng2-0/+2
2013-06-07Transform touch events just like all other eventsPing Cheng1-43/+26
2013-06-06Don't emulate a mouse when multitouch is enabledPing Cheng2-45/+24
2013-05-23Add support for Cintiq 22HDT and 13HD, DTK2241 and DTH2242.Ping Cheng2-1/+11
2013-05-09Don't init abswheel2 valuator (7th val) if we don't have onePeter Hutterer1-10/+11
2013-05-09Free the device name after reassigningPeter Hutterer1-2/+5
2013-05-09Free the touch mask on shutdownPeter Hutterer1-0/+1
2013-05-09Free input attribute's productPeter Hutterer1-3/+5
2013-05-09Free duplicated option list after conversion to InputOptionPeter Hutterer1-5/+7
2013-05-09Plug memory leaks left by xf86SetStrOptionPeter Hutterer6-20/+44
2013-05-02Purge TILT_REQUEST_FLAGPeter Hutterer2-5/+0
2013-04-18Fix const warnings in wcmSetActionPropertyJason Gerecke1-1/+1
2013-04-18Remove unused variableJason Gerecke1-1/+0
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-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-24include: Move wacom-util.h after X11 headersJason Gerecke1-1/+2