summaryrefslogtreecommitdiff
path: root/src/wcmTouchFilter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'gesture5' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer2011-09-081-21/+80
|\
| * do not send touch button during gesture holdoffsChris Bagwell2011-09-041-0/+27
| * improve 1 finger tap validationChris Bagwell2011-09-041-3/+12
| * Add a GESTURE_NONE_MODE in place of 0 valuesChris Bagwell2011-09-041-7/+10
| * look at current packet during 2 finger gesture lagChris Bagwell2011-09-041-1/+1
| * improve initial 2 finger behaviorChris Bagwell2011-09-041-14/+34
| * reduce 2-finger scroll holdoff timeChris Bagwell2011-09-041-1/+1
* | make gesture distances be relative to hw maximums.Chris Bagwell2011-08-311-10/+26
|/
* Sanitize condition to check for complex gestures.Peter Hutterer2011-08-241-11/+14
* Decide scroll direction according to tablet orientationAndrzej Pronobis2011-03-081-4/+10
* Make 1 finger tap work based on finger release.Chris Bagwell2011-03-011-24/+35
* Rework rotation and scaling into tablet areas.Peter Hutterer2010-10-081-1/+1
* Silence two compiler warnings.Peter Hutterer2010-10-071-2/+2
* Add tabstop=8 to vim modelinesNikolai Kondrashov2010-09-221-1/+1
* Rename LocalDevicePtr local to InputInfoPtr pInfo.Peter Hutterer2010-08-051-7/+7
* Gesture: send ctrl + scroll wheel events instead of +/-.Peter Hutterer2010-07-231-9/+9
* Don't load keysyms into the driver, use keycodes instead.Peter Hutterer2010-07-211-6/+12
* Rename common->wcmDevice to common->device_path.Peter Hutterer2010-06-221-1/+1
* Add is_absolute() and set_absolute() utility functions.Peter Hutterer2010-06-101-2/+2
* Add two finger gestures for Bamboo with touchPing Cheng2010-06-011-246/+306
* Change CopyrightPing Cheng2010-03-191-1/+1
* Include config.h from wcmTouchFilter.Peter Hutterer2010-02-231-0/+4
* Declare functions once, then include the header files.Peter Hutterer2010-02-231-5/+0
* Fix copy/paste error in license header referring to LGP instead of GPL.Ping Cheng2010-02-181-1/+1
* Fix zoom gesture crash. Make emitKeysym public.Chris Bagwell2010-02-081-7/+7
* Rename xf86Wcm* to wcm* - part 3Przemo Firszt2010-02-031-16/+16
* Add routine wcmRotateCoordinatesPing Cheng2009-12-241-2/+2
* common and priv both have debugLevel, just pass them in as-is.Peter Hutterer2009-12-241-3/+3
* Merge the function name into the DBG macro.Peter Hutterer2009-12-241-3/+3
* Merge the xf86Msg into the DBG macro.Peter Hutterer2009-12-241-3/+3
* Send horizontal scroll gesture with button 6 and 7 eventsPing Cheng2009-12-221-5/+24
* Use xf86Msg instead of ErrorF for debug messages.Peter Hutterer2009-12-221-3/+3