summaryrefslogtreecommitdiff
path: root/src/synaptics.c
AgeCommit message (Expand)Author
2024-08-02OpenBSD wsconscomm support from shadchin@HEADobsdMatthieu Herrb
2024-05-12Clear 9 of 9 -Wimplicit-fallthrough warningsAlan Coopersmith
2024-05-12Fix -Wold-style-declaration warningAlan Coopersmith
2024-05-12Raise minimum supported Xserver version from 1.12 to 1.15Alan Coopersmith
2024-01-05Handle 5 -Wmissing-prototypes warningsAlan Coopersmith
2024-01-05Fix 185 -Wdiscarded-qualifiers warningsAlan Coopersmith
2022-01-16Convert remaining source files from ISO-8859-1 to UTF-8Alan Coopersmith
2019-02-11Use fabs() instead of abs() on double values.Matthieu Herrb
2017-08-17Drop HandleTouches - it's a noopPeter Hutterer
2016-09-15Remove unused fraction calculationsPeter Hutterer
2016-06-02Support XINPUT ABI version 23Peter Hutterer
2016-04-29Revert MaxDoubleTapTime back to 180Peter Hutterer
2015-08-12Drop touch events from the driverPeter Hutterer
2015-03-18Revert "Support the new Lenovo X1 Carbon 3rd trackpoint buttons"Peter Hutterer
2015-02-18Add a delay between the second button down-up event of double tapsGabriele Mazzotta
2015-01-30Support the new Lenovo X1 Carbon 3rd trackpoint buttonsPeter Hutterer
2015-01-08Don't assume that touch devices report per finger width and pressureGabriele Mazzotta
2014-09-17Use ABS_MT events for the palm detection when supportedGabriele Mazzotta
2014-09-17Limit the movement to 20 mm per eventPeter Hutterer
2014-09-16Prohibit negative or zero x/y resolutionsPeter Hutterer
2014-09-05When resetting, reset the open slots to -1Peter Hutterer
2014-09-05Shut up a coverity warningPeter Hutterer
2014-09-05Use cumulative relative touch movements while scrollingGabriele Mazzotta
2014-08-14Prevent two-finger taps from being ignoredGabriele Mazzotta
2014-04-30Add support for INPUT_PROP_TOPBUTTONPADHans de Goede
2014-04-23Always count tripletap + click as 3 fingerclick on pads with < 3 touchesHans de Goede
2014-03-24Disable GrabEventDevice by defaultPeter Hutterer
2014-03-18If the touchpad is in TOUCHPAD_OFF mode, allow physical clicksPeter Hutterer
2014-03-12Revert "Add another third state to TouchpadOff for disabling all but button c...Peter Hutterer
2014-03-12Don't allow any type of movement starting in the top softbutton areaStephen Chandler Paul
2014-03-12Replace is_inside_anybutton_area with current_button_areaStephen Chandler Paul
2014-03-11Add property support for secondary (top) software buttonsPeter Hutterer
2014-03-11synaptics: Add support for server managed fdsHans de Goede
2014-02-26Wait for *new* coordinates on a clickpad click before reporting the clickHans de Goede
2014-02-26Ignore motion the first X ms after a clickpad clickHans de Goede
2014-02-26Don't report motion inside soft-button areasHans de Goede
2014-02-26Get rid of old_hw_stateHans de Goede
2014-02-26Add an enum for the different soft_button_areasHans de Goede
2014-02-24Add another third state to TouchpadOff for disabling all but button clicksPeter Hutterer
2014-02-24Close device if DeviceOnHook failsKeith Packard
2014-02-21Add secondary (top) software buttons areaBenjamin Tissoires
2014-02-20Allow using the entire touchpad for motions started inside the active areaHans de Goede
2014-02-18Revert "Drop circular pad support"Peter Hutterer
2014-01-17Revert "Purge scrollbuttons (repeat)"Peter Hutterer
2014-01-07On clickpads with two touchpoints, try to detect clickfinger 3 actionsPeter Hutterer
2013-11-06Drop edge speed from get_deltaPeter Hutterer
2013-07-19Disable driver scaling for input ABI 19.2Peter Hutterer
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