summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Export current tool ID in the property tooPeter Hutterer4-10/+15
2012-02-21Extend length of wheel_actions array to 6Jason Gerecke1-1/+1
2012-02-16Remove AC_CORE status printJason Gerecke1-3/+2
2012-02-16Check for appropriate number of properties when setting buttonsJason Gerecke1-1/+2
2012-02-16Remove redundant redeclaration of 'wcmInitialScreens'Jason Gerecke1-1/+0
2012-02-05Move some usb-specific keys to wcmUSBData.Peter Hutterer2-15/+18
2012-02-04Initialize button action properties for the correct button number (#45557)Peter Hutterer2-19/+17
2012-02-04Compress button counting statementPeter Hutterer1-6/+1
2012-01-26Allow for a threshold of -1 to reset to the built-in default (#43221)Peter Hutterer3-7/+9
2012-01-03'Left mouse button' dragging support.Alexey Osipov3-10/+52
2012-01-03Create wcmTouchFilter.hAlexey Osipov5-2/+33
2012-01-03Fix cursor jumping after zoom and scroll gestures when in Relative mode.Alexey Osipov2-16/+7
2012-01-03Extra right clicks removed.Alexey Osipov1-1/+1
2011-12-30Remove testing codeJason Gerecke1-4/+1
2011-12-29Expose the second touch ring's raw value in a new 7th valuatorJason Gerecke2-6/+33
2011-12-29Have the second touch ring emulate wheel events by defaultJason Gerecke5-11/+36
2011-12-29Add 'abswheel2' to device state for dual-ring devicesJason Gerecke3-9/+20
2011-12-29Add basic support for Cintiq 24HDJason Gerecke3-0/+6
2011-12-29De-duplicate code for wheel/strip scrollingJason Gerecke2-63/+116
2011-11-26Remove wcmTapTimeDefault variableChris Bagwell3-3/+1
2011-11-26default gesture distance values based on hw maximumsChris Bagwell4-19/+30
2011-11-26Break option parsing into two init phasesChris Bagwell3-14/+50
2011-11-15Fix include reference to wacom-util.hJason Gerecke1-1/+1
2011-11-15Have usbInitToolType return the old tool type if availableJason Gerecke1-4/+10
2011-11-15Fix usbInitToolType to not always return TOUCH_IDJason Gerecke1-2/+7
2011-11-14Use xf86PostButtonEventP for held button action releasesJason Gerecke1-1/+1
2011-11-14Migrate Tablet(Has|Set)Feature to use the wacom-util macrosJason Gerecke1-2/+3
2011-11-14Only convert I4 tilt bits to rotation for the I4 mouse (v2)Jason Gerecke1-1/+2
2011-11-14Revert "Only convert I4 tilt bits to rotation for the I4 mouse"Jason Gerecke1-12/+5
2011-11-03Deal with opaque InputOption in ABI 14Peter Hutterer1-20/+33
2011-10-21Add 0x10804 to recognized Art Pen device IDsJason Gerecke1-1/+1
2011-10-21Correct Cintiq 21UX2 features to advertise touch strips, not ringsJason Gerecke1-4/+1
2011-10-21Only convert I4 tilt bits to rotation for the I4 mouseJason Gerecke1-5/+12
2011-10-21Process pressure only when it is supportedPing Cheng1-4/+4
2011-10-19Make InitWcmAtom support arbitrary property typesEduard Hasenleithner1-27/+35
2011-10-13Exit gesture mode when pen comes in rangeThomas Jaeger1-0/+1
2011-09-28Move DebugLevel options up.Peter Hutterer2-4/+4
2011-09-27Create wacom-util.h for generally handy definesJason Gerecke2-26/+1
2011-09-09Revert "make gesture distances be relative to hw maximums."Peter Hutterer5-35/+14
2011-09-08Merge branch 'gesture5' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer3-34/+81
2011-09-04do not send touch button during gesture holdoffsChris Bagwell3-13/+28
2011-09-04improve 1 finger tap validationChris Bagwell1-3/+12
2011-09-04Add a GESTURE_NONE_MODE in place of 0 valuesChris Bagwell1-7/+10
2011-09-04look at current packet during 2 finger gesture lagChris Bagwell1-1/+1
2011-09-04improve initial 2 finger behaviorChris Bagwell1-14/+34
2011-09-04reduce 2-finger scroll holdoff timeChris Bagwell1-1/+1
2011-08-31make gesture distances be relative to hw maximums.Chris Bagwell5-14/+35
2011-08-25Don't compare unsigned values to < 0Peter Hutterer1-1/+1
2011-08-25No need to check for pInfo != NULL in PreInitPeter Hutterer1-1/+1
2011-08-24Sanitize condition to check for complex gestures.Peter Hutterer1-11/+14