summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-02-11Filter touch events if click actions are enabledChase Douglas
2012-02-11Move X touch event processing into synaptics.cChase Douglas
2012-02-11Add open_slots array to SynapticsPrivateChase Douglas
2012-02-11Add touch valuator mask to hw state structureChase Douglas
2012-02-11Rename num_touches to max_touchesChase Douglas
2012-02-10Introduce SynapticsCopyHwState functionChase Douglas
2012-02-10Allocate priv->hwStateChase Douglas
2012-02-10Allocate SynapticsPrivate.comm->hwStateChase Douglas
2012-02-10Allocate SynapticsHwStruct for local function useChase Douglas
2012-02-10Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()Chase Douglas
2012-02-10Allocate proto data in eventcomm-testChase Douglas
2012-02-09Revert "Replace the motion estimator"Chase Douglas
2012-02-07Submit the right number of MT axesPeter Hutterer
2012-02-07Merge branch 'fixes' of git://people.freedesktop.org/~cndougla/xf86-input-syn...Peter Hutterer
2012-02-06Don't initialize semi-multitouch devices for touch device classChase Douglas
2012-02-06Don't initialize touch state if device does is not multitouchChase Douglas
2012-02-06Don't emit touch sequences if only one touch is activeChase Douglas
2012-02-07eventcomm: Fix initialization codeBenjamin Otte
2012-02-06Only move the cursor when one touch is on a touchpadChase Douglas
2012-02-06Ensure delta computation does not go crazyChase Douglas
2012-02-06Remove compiler warning: unused variable "atom"Peter Hutterer
2012-01-26eventcomm: Add touch event handlingChase Douglas
2012-01-26eventcomm: Read evdev events from mtdev where multitouch is availableChase Douglas
2012-01-26eventcomm: Initialize touch device and axesChase Douglas
2012-01-26Add touch device class supportChase Douglas
2012-01-26Allocate axis labels array dynamicallyChase Douglas
2012-01-06Constify priv->deviceDaniel Stone
2012-01-04Remove unused variable 'thr'Peter Hutterer
2012-01-03fix wrong finger width rangeJJ Ding
2011-12-12Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."Cyril Brulebois
2011-12-01If protocol is auto-dev and the device path is set, unset the protocolPeter Hutterer
2011-12-01Return true/false from SetDeviceAndProtocolPeter Hutterer
2011-10-24Use the scroll distances as increment for scrolling valuator axesPeter Hutterer
2011-10-24Scroll: Initial smooth scrolling supportDaniel Stone