summaryrefslogtreecommitdiff
path: root/src/synaptics.c
AgeCommit message (Expand)Author
2013-05-09Plug memory leak for priv->touch_axesPeter Hutterer
2013-05-09Plug memory leak for option_stringPeter Hutterer
2013-04-26Fix stack smash in clickpad_guess_clickfingers()Peter Hutterer
2013-04-05Allow soft button areas to overlap on the edgePeter Hutterer
2013-04-05Improve readability of the soft button areasPeter Hutterer
2013-01-31Replace numerical values with an enum for the TouchpadOff propPeter Hutterer
2012-12-21Allow dead areas to update the button statePeter Hutterer
2012-08-31Reset num_active_touches on DeviceOff (#52496)Peter Hutterer
2012-08-01Decorate the accel log messages with (accel)Peter Hutterer
2012-06-12Turn down the default sensitivity for unibody MacBook touchpadsChase Douglas
2012-06-12Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devicesChase Douglas
2012-06-05Fix indentation for the synaptics protocol opsPeter Hutterer
2012-05-31Remove typedefs from all enumsPeter Hutterer
2012-05-31Remove an unused define for 1/sqrt(2)Peter Hutterer
2012-05-21DeviceOn and friends return a status code, not a boolPeter Hutterer
2012-05-18Remove absolute modePeter Hutterer
2012-05-18Reset hw->x/y to INT_MIN and skip HandleState until we have x/y eventsPeter Hutterer
2012-05-17Reset open slots array on device disableChase Douglas
2012-05-16Fix coasting for negative ScrollDeltaChun Yang
2012-05-15Avoid out-of-bounds access by running num_active_touches < 0 (#49439)Peter Hutterer
2012-05-11Fix coasting speed triggerPeter Hutterer
2012-05-11Don't check for soft buttons if a button is already downPeter Hutterer
2012-05-10Move synaptics.h leftovers to synapticsstr.h, drop synaptics.hPeter Hutterer
2012-05-10Require xserver 1.12 and inputproto 2.2Peter Hutterer
2012-05-10Update various Red Hat copyrightsPeter Hutterer
2012-05-10Drop circular pad supportPeter Hutterer
2012-05-10Purge scrollbuttons (repeat)Peter Hutterer
2012-05-10Purge edge motionPeter Hutterer
2012-05-10Purge fast-taps optionPeter Hutterer
2012-05-10Drop trackstick emulation modePeter Hutterer
2012-05-10Bury shm - or what was left of itPeter Hutterer
2012-05-10Indent consistentlyPeter Hutterer
2012-05-03Fix coasting for negative scroll directionsPeter Hutterer
2012-05-02Force SLOTSTATE_EMPTY on DeviceOffPeter Hutterer
2012-05-01Reset all hardware state on DEVICE_OFF (#49161)Peter Hutterer
2012-04-26Reset scroll delta when no finger is touchingPeter Hutterer
2012-04-26Don't unconditionally divide by scroll_dist_vert (#46617)Peter Hutterer
2012-04-26ClickPad is most definitely a bool option.Peter Hutterer
2012-04-26Reset touch state on DeviceOff (#49161)Peter Hutterer
2012-04-20Don't release the button on TS_3 if TapAndDrag is disabled (#31854)Peter Hutterer
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-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-03-26Do not perform a tap action when more than three touchesChase Douglas
2012-03-23use xf86SetStrOption for SoftButtonAreasPeter Hutterer