summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Update src/synproto.c license to the preferred MIT/X11 licensesynproto-licenseChase Douglas1-21/+16
2012-04-20Ensure hw millis are monotonic (#48777)Peter Hutterer1-0/+4
2012-04-19man: move ClickPad documentation into a single areaPeter Hutterer1-18/+32
2012-04-17Fix coasting frictionChow Loong Jin1-2/+2
2012-04-17Stop coasting when two-finger scroll beginsPierre Lulé1-0/+2
2012-04-16synaptics 1.5.99.903Peter Hutterer1-1/+1
2012-04-16Support inverted scroll direction.Alyssa Hung3-4/+7
2012-04-13Use maximum number of touches reported by evdevChase Douglas1-5/+5
2012-04-13Fix coasting speedPierre Lulé1-13/+10
2012-04-13Don't count fingers twice when guessing distance (#48316)Peter Hutterer1-4/+11
2012-04-11tools: skip non-existing propertiesPeter Hutterer1-0/+9
2012-04-11Replace hardcoded max number of touches with a define.Peter Hutterer2-1/+2
2012-04-10Check touch record bounds before accessChase Douglas1-0/+3
2012-03-26Do not perform a tap action when more than three touchesChase Douglas1-1/+3
2012-03-26Count number of multitouch touches for multitouch finger countChase Douglas1-2/+14
2012-03-26Define various EVIOCGPROP bits if non-existentPeter Hutterer1-0/+8
2012-03-24conf: the bcm5974 doesn't have Apple in the product namePeter Hutterer1-1/+1
2012-03-23synaptics 1.5.99.902Peter Hutterer1-1/+1
2012-03-23conf: enable right-button click by default on non-Apple clickpadsPeter Hutterer1-0/+18
2012-03-23use xf86SetStrOption for SoftButtonAreasPeter Hutterer1-1/+1
2012-03-22Allow soft button areas to be specified in % of the touchpadPeter Hutterer2-2/+30
2012-03-22Include open but unchanged touches when guessing clickfingersChase Douglas1-3/+4
2012-03-22Keep track of which touch slots are openChase Douglas3-2/+15
2012-03-22Fix clickfinger actions when buttons other than 1 are reportedChase Douglas1-1/+2
2012-03-22Fix clickfinger actions when middle button emulation is enabledChase Douglas2-2/+5
2012-03-20Fix inverted circular scrolling directionPeter Hutterer1-2/+2
2012-03-14synaptics 1.5.99.901Peter Hutterer1-1/+1
2012-03-14Merge branch 'clickpad-v3'Peter Hutterer10-48/+528
2012-03-14Soft buttons are only available on clickpad devices, disable them otherwise.Peter Hutterer3-9/+36
2012-03-14Ignore motion during touch count changes on semi-mt devicesChase Douglas1-0/+8
2012-03-14Add soft button areas propertyChase Douglas7-0/+238
2012-03-14Calculate touch data for semi-mt devices, but don't send touch eventsChase Douglas3-1/+5
2012-03-14Disable scrolling when beginning a clickpad pressChase Douglas1-0/+6
2012-03-14Enable clickpad click and drag with two fingersChase Douglas2-2/+35
2012-03-14Add cumulative_d{x,y} to SynapticsHwStateChase Douglas4-2/+44
2012-03-14Guess the number of clickpad ClickFingers based on finger distancePeter Hutterer1-3/+65
2012-03-14Disable middle mouse button emulation on clickpadsPeter Hutterer1-1/+4
2012-03-14Add clickpad device propertyChase Douglas7-0/+30
2012-03-14Add a BTN_EMULATED_FLAG to mark emulated buttons on clickfingersPeter Hutterer3-6/+9
2012-03-14Only handle ClickFingers on left button press eventsPeter Hutterer1-4/+6
2012-03-14Add an old_hw_state field to remember the last valuesPeter Hutterer2-0/+7
2012-03-14Move resetting hw state to separate function.Peter Hutterer1-11/+13
2012-03-14Move filtering into a separate functionPeter Hutterer1-4/+12
2012-03-14Move st->mt scaling to helper functionPeter Hutterer1-4/+8
2012-03-14Use arrays for st->mt scalingPeter Hutterer1-14/+12
2012-03-14If the middle button timeout is 0, don't even attempt to emulate.Peter Hutterer1-0/+3
2012-03-13Don't use linear regression when calculating touchpad motion deltasChase Douglas1-4/+3
2012-03-13tools: add hysteresis support to synclientPeter Hutterer1-0/+2
2012-03-13Fix build error - duplicate typedef (#47168)Peter Hutterer1-2/+2
2012-03-13Always require mtdev on eventcommPeter Hutterer2-17/+14