summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Douglas5-152/+148
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 Douglas5-4/+7
2012-02-10Allocate SynapticsHwStruct for local function useChase Douglas2-7/+17
2012-02-10Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()Chase Douglas3-0/+50
2012-02-10Allocate proto data in eventcomm-testChase Douglas2-1/+12
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-01-26eventcomm: Add touch event handlingChase Douglas1-22/+227
2012-01-26eventcomm: Read evdev events from mtdev where multitouch is availableChase Douglas1-1/+22
2012-01-26eventcomm: Initialize touch device and axesChase Douglas2-6/+139
2012-01-26Add touch device class supportChase Douglas2-5/+75
2012-01-26Allocate axis labels array dynamicallyChase Douglas1-1/+11
2012-01-06Constify priv->deviceDaniel Stone2-2/+2
2012-01-04Remove unused variable 'thr'Peter Hutterer1-1/+0
2012-01-03fix wrong finger width rangeJJ Ding1-2/+1
2011-12-12Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."Cyril Brulebois1-20/+23
2011-12-01If protocol is auto-dev and the device path is set, unset the protocolPeter Hutterer1-0/+7
2011-12-01Return true/false from SetDeviceAndProtocolPeter Hutterer1-3/+4
2011-10-24Use the scroll distances as increment for scrolling valuator axesPeter Hutterer2-12/+26
2011-10-24Scroll: Initial smooth scrolling supportDaniel Stone2-3/+66
2011-10-24eventcomm: print strerror(errno), not of rcPeter Hutterer1-1/+1
2011-10-18Fix compiler warning - unused variable 'para'Peter Hutterer1-1/+0
2011-10-18Scroll: Prepare ScrollData for smooth scrollingDaniel Stone2-85/+52
2011-10-18Adjust acceleration scheme for input ABI v14Daniel Stone1-3/+14
2011-09-21Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognizedCasper Dik1-1/+1
2011-08-29The correct maximum values for pressure and finger widthAlexandr Shadchin1-4/+4
2011-08-29On/Off hooks to return boolean so we can bail out of the callerAlexandr Shadchin4-9/+17
2011-08-25Fix compiler warning: unused variable "wakupTime"Peter Hutterer1-1/+0
2011-08-25Scroll: Modify ScrollData in repeat_scrollbuttonsDaniel Stone1-6/+13
2011-08-25Scroll: Move coasting variables to priv->scrollDaniel Stone2-44/+44
2011-08-25Scroll: Add last_millis to track scroll event timingDerek Foreman2-3/+8
2011-08-25Scroll: Move scroll_[xya] into new priv->scroll structDaniel Stone2-30/+32
2011-08-25Scroll: Clarify rep_buttons assignmentDaniel Stone1-2/+6