summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-20Print millis as unsigned intPeter Hutterer
2012-04-20Ensure hw millis are monotonic (#48777)Peter Hutterer
2012-04-17Fix coasting frictionChow Loong Jin
2012-04-17Stop coasting when two-finger scroll beginsPierre Lulé
2012-04-16Support inverted scroll direction.Alyssa Hung
2012-04-13Use maximum number of touches reported by evdevChase Douglas
2012-04-13Fix coasting speedPierre Lulé
2012-04-13Don't count fingers twice when guessing distance (#48316)Peter Hutterer
2012-04-11Replace hardcoded max number of touches with a define.Peter Hutterer
2012-04-10Check touch record bounds before accessChase Douglas
2012-03-26Do not perform a tap action when more than three touchesChase Douglas
2012-03-26Count number of multitouch touches for multitouch finger countChase Douglas
2012-03-26Define various EVIOCGPROP bits if non-existentPeter Hutterer
2012-03-23use xf86SetStrOption for SoftButtonAreasPeter Hutterer
2012-03-22Allow soft button areas to be specified in % of the touchpadPeter Hutterer
2012-03-22Include open but unchanged touches when guessing clickfingersChase Douglas
2012-03-22Keep track of which touch slots are openChase Douglas
2012-03-22Fix clickfinger actions when buttons other than 1 are reportedChase Douglas
2012-03-22Fix clickfinger actions when middle button emulation is enabledChase Douglas
2012-03-20Fix inverted circular scrolling directionPeter Hutterer
2012-03-14Soft buttons are only available on clickpad devices, disable them otherwise.Peter Hutterer
2012-03-14Ignore motion during touch count changes on semi-mt devicesChase Douglas
2012-03-14Add soft button areas propertyChase Douglas
2012-03-14Calculate touch data for semi-mt devices, but don't send touch eventsChase Douglas
2012-03-14Disable scrolling when beginning a clickpad pressChase Douglas
2012-03-14Enable clickpad click and drag with two fingersChase Douglas
2012-03-14Add cumulative_d{x,y} to SynapticsHwStateChase Douglas
2012-03-14Guess the number of clickpad ClickFingers based on finger distancePeter Hutterer
2012-03-14Disable middle mouse button emulation on clickpadsPeter Hutterer
2012-03-14Add clickpad device propertyChase Douglas
2012-03-14Add a BTN_EMULATED_FLAG to mark emulated buttons on clickfingersPeter Hutterer
2012-03-14Only handle ClickFingers on left button press eventsPeter Hutterer
2012-03-14Add an old_hw_state field to remember the last valuesPeter Hutterer
2012-03-14Move resetting hw state to separate function.Peter Hutterer
2012-03-14Move filtering into a separate functionPeter Hutterer
2012-03-14Move st->mt scaling to helper functionPeter Hutterer
2012-03-14Use arrays for st->mt scalingPeter Hutterer
2012-03-14If the middle button timeout is 0, don't even attempt to emulate.Peter Hutterer
2012-03-13Don't use linear regression when calculating touchpad motion deltasChase Douglas
2012-03-13Fix build error - duplicate typedef (#47168)Peter Hutterer
2012-03-13Always require mtdev on eventcommPeter Hutterer
2012-03-09Fix horiz/vert scroll delta mixupPeter Hutterer
2012-03-05Implement a workaround for Elantech touchpadsPeter Zotov
2012-03-05Fix scoll increment for non-smooth scrolling (#46617)Peter Hutterer
2012-02-23Update touch state when device is off tooChase Douglas
2012-02-21Revert "Don't store fake events in the motion history"Peter Hutterer
2012-02-20Fix build error if HAVE_MTDEV is falsePeter Hutterer
2012-02-16Prefer multitouch over single-touch axis rangesChase Douglas
2012-02-11Filter touch events if two-finger scrolling is enabledChase Douglas
2012-02-11Filter touch events if tap actions are enabledChase Douglas