summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Ignore motion during touch count changes on semi-mt devicesclickpad-v2-ubuntuChase Douglas1-0/+8
2012-03-02Don't use linear regression when calculating touchpad motion deltasChase Douglas1-4/+3
2012-03-02Add soft button areas propertyChase Douglas7-0/+247
2012-03-02Calculate touch data for semi-mt devices, but don't send touch eventsChase Douglas3-1/+5
2012-03-02Disable scrolling when beginning a clickpad pressChase Douglas1-0/+6
2012-03-02Enable clickpad click and drag with two fingersChase Douglas2-2/+35
2012-03-02Add cumulative_d{x,y} to SynapticsHwStateChase Douglas4-2/+42
2012-03-02Disable click action functionality for clickpads by defaultChase Douglas2-4/+21
2012-03-02Check for clickpad propertyChase Douglas2-1/+13
2012-03-02Add clickpad device propertyChase Douglas6-0/+23
2012-02-23UBUNTU: Depend on Precise X server for multitouchChase Douglas1-1/+1
2012-02-23UBUNTU: Revert input option record ABI changeChase Douglas2-51/+43
2012-02-23Update touch state when device is off tooChase Douglas1-33/+41
2012-02-21synclient: accept XA_CARDINAL as 32-bit type (#46330)Peter Hutterer1-2/+4
2012-02-21Revert "Don't store fake events in the motion history"Peter Hutterer1-1/+1
2012-02-20Fix build error if HAVE_MTDEV is falsePeter Hutterer1-0/+2
2012-02-16Prefer multitouch over single-touch axis rangesHEADmasterChase Douglas1-4/+41
2012-02-11Filter touch events if two-finger scrolling is enabledChase Douglas1-2/+3
2012-02-11Filter touch events if tap actions are enabledChase Douglas1-2/+2
2012-02-11Filter touch events if click actions are enabledChase Douglas1-3/+13
2012-02-11Move X touch event processing into synaptics.cChase Douglas6-152/+157
2012-02-11Add open_slots array to SynapticsPrivateChase Douglas2-47/+74
2012-02-11Add touch valuator mask to hw state structureChase Douglas5-9/+110
2012-02-11Rename num_touches to max_touchesChase Douglas3-4/+4
2012-02-10Introduce SynapticsCopyHwState functionChase Douglas6-5/+14
2012-02-10Allocate priv->hwStateChase Douglas2-10/+19
2012-02-10Allocate SynapticsPrivate.comm->hwStateChase Douglas6-4/+11
2012-02-10Allocate SynapticsHwStruct for local function useChase Douglas2-7/+17
2012-02-10Transition eventcomm-test to new SynapticsHwState instantiation schemeChase Douglas2-35/+72
2012-02-10Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()Chase Douglas3-0/+50
2012-02-10Allocate proto data in eventcomm-testChase Douglas3-1/+18
2012-02-09Revert "Replace the motion estimator"Chase Douglas1-68/+4
2012-02-07Submit the right number of MT axesPeter Hutterer1-1/+2
2012-02-07Merge branch 'fixes' of git://people.freedesktop.org/~cndougla/xf86-input-syn...Peter Hutterer1-8/+99
2012-02-06Don't initialize semi-multitouch devices for touch device classfixesChase Douglas1-0/+10
2012-02-06Don't initialize touch state if device does is not multitouchChase Douglas1-1/+7
2012-02-06Don't emit touch sequences if only one touch is activeChase Douglas1-7/+82
2012-02-07eventcomm: Fix initialization codeBenjamin Otte1-2/+2
2012-02-06Only move the cursor when one touch is on a touchpadChase Douglas1-3/+3
2012-02-06Ensure delta computation does not go crazyChase Douglas1-0/+8
2012-02-06Remove compiler warning: unused variable "atom"Peter Hutterer1-1/+0
2012-02-04synclient: fix indentation of "format mismatch" parametersPeter Hutterer1-3/+3
2012-01-26eventcomm: Add touch event handlingChase Douglas2-22/+258
2012-01-26eventcomm: Read evdev events from mtdev where multitouch is availableChase Douglas1-1/+22
2012-01-26eventcomm: Initialize touch device and axesChase Douglas4-6/+149
2012-01-26Add touch device class supportChase Douglas3-5/+80
2012-01-26Allocate axis labels array dynamicallyChase Douglas1-1/+11
2012-01-06Constify priv->deviceDaniel Stone2-2/+2
2012-01-04test: fix build error introduced in 9f9b55ab55ed5Peter Hutterer1-1/+0
2012-01-04Remove unused variable 'thr'Peter Hutterer1-1/+0