summaryrefslogtreecommitdiff
path: root/src/wcmTouchFilter.c
Commit message (Expand)AuthorAgeFilesLines
* Bring two finger right-click function backPing Cheng2022-08-311-1/+1
* Fix sign-compare warnings caused by clang's integer abs()Jason Gerecke2022-02-221-6/+6
* gesture: Make gesture distances and counts unsignedJason Gerecke2022-02-221-7/+7
* gesture: Use unsigned integers for finger indiciesJason Gerecke2022-02-221-8/+7
* Use locally-declared unsigned loop variables to eliminate warningsJason Gerecke2022-02-221-7/+5
* Split the various logging functions into several callsPeter Hutterer2021-12-201-1/+1
* Wrap GetTimeInMillis()Peter Hutterer2021-12-201-2/+2
* Add an emulation of the X server's timer APIPeter Hutterer2021-12-201-2/+3
* Abstract the event interface to pass a struct with axis data aroundPeter Hutterer2021-12-201-12/+5
* Switch all uses of xf86IDrvMsg and others over to our custom loggerPeter Hutterer2021-12-201-1/+1
* Use WacomDevicePtr as primary context argumentPeter Hutterer2021-12-201-11/+13
* Require xserver 1.13Peter Hutterer2021-11-291-2/+0
* Use __attribute__((fallthrough)) to mark one of the fallthrough casesPeter Hutterer2021-11-291-1/+1
* Unifdef HAVE_CONFIG_HPeter Hutterer2021-11-291-2/+0
* Handle multitouch mode up at the very start wcmGestureFilterJason Gerecke2019-09-191-18/+24
* Perform a few cleanups in wcmTouchFilter.cJason Gerecke2019-09-191-20/+5
* Trigger scroll and zoom gestures immediately after they are detectedJason Gerecke2019-09-041-8/+5
* Revert "Reset wcmGestureState to current device state upon gesture start"Jason Gerecke2019-09-041-20/+3
* Do not start scroll gesture if fingers are moving opposite directionsJason Gerecke2019-09-041-1/+18
* Minor cleanups for wcmFingerScroll and wcmFingerZoomJason Gerecke2019-09-041-9/+12
* Use wcmScrollDistance as scroll threshold; recognize scrolling more consistentlyJason Gerecke2019-09-041-7/+7
* Prevent spurious right-clicks at the end of very short scroll and zoom gesturesJason Gerecke2019-09-041-1/+9
* Do not wait wcmTapTime to enter scroll or zoom modeJason Gerecke2019-09-041-8/+3
* Coverity: fix potential NULL-pointer dereferencesPeter Hutterer2015-03-191-0/+3
* xsetwacom: Use 'fabs' instead of 'abs' where necessaryJason Gerecke2015-02-021-2/+2
* Reset wcmGestureState to current device state upon gesture startJason Gerecke2014-09-251-3/+20
* clang-warning: -Wmissing-field-initializersJason Gerecke2014-09-191-6/+6
* Have direct input touch use server emulation to move pointerJason Gerecke2014-09-021-5/+11
* Revert "Don't emulate a mouse when multitouch is enabled"Jason Gerecke2014-09-021-16/+43
* Revert "Unify wcmFingerMultitouch and wcmSendTouchEvent"Jason Gerecke2014-09-021-26/+45
* Add new GESTURE_CANCEL_MODE and wcmCancelGesture functionJason Gerecke2014-08-121-0/+30
* Replace multitude of "old state" vars with a _WacomDeviceStateJason Gerecke2014-05-091-1/+1
* Unify wcmFingerMultitouch and wcmSendTouchEventPing Cheng2013-07-101-45/+26
* Transform touch events just like all other eventsSjoerd Simons2013-07-101-0/+2
* Revert "Transform touch events just like all other events"Jason Gerecke2013-07-101-26/+43
* Transform touch events just like all other eventsPing Cheng2013-06-071-43/+26
* Don't emulate a mouse when multitouch is enabledPing Cheng2013-06-061-44/+17
* Have direct-touch devices move into and out of GESTURE_DRAG_MODEJason Gerecke2012-10-261-3/+8
* Move check for enabled gestures to the functions that execute themJason Gerecke2012-10-081-6/+11
* Use new multitouch protocol in XI2 if possibleJason Gerecke2012-10-081-0/+94
* Dynamically find touch channels, instead of hard-codingJason Gerecke2012-10-081-37/+76
* Use serial number instead of channel number to identify contactsJason Gerecke2012-10-081-4/+4
* Pre-allocate the tap timerPeter Hutterer2012-08-271-1/+1
* Use signal-safe logging patches where necessaryPeter Hutterer2012-08-231-1/+1
* 'Left mouse button' dragging support.Alexey Osipov2012-01-031-8/+48
* Create wcmTouchFilter.hAlexey Osipov2012-01-031-0/+1
* Fix cursor jumping after zoom and scroll gestures when in Relative mode.Alexey Osipov2012-01-031-10/+2
* Extra right clicks removed.Alexey Osipov2012-01-031-1/+1
* default gesture distance values based on hw maximumsChris Bagwell2011-11-261-10/+12
* Revert "make gesture distances be relative to hw maximums."Peter Hutterer2011-09-091-26/+10