summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-01-05Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith
2022-01-16Convert remaining source files from ISO-8859-1 to UTF-8Alan Coopersmith
2022-01-16Fix spelling/wording issuesAlan Coopersmith
2020-07-28eventcomm: fix compile with pre-time64 kernelsAriadne Conill
2020-07-22eventcomm: use 64-bit time safe accessors instead of timeval directlyAriadne Conill
2019-02-11Use fabs() instead of abs() on double values.Matthieu Herrb
2018-05-15eventcomm: if we get a read error other than EAGAIN, remove the fdPeter Hutterer
2017-08-17Drop HandleTouches - it's a noopPeter Hutterer
2016-09-15Remove unused fraction calculationsPeter Hutterer
2016-08-17eventcomm: don't ever probe if a device is setPeter Hutterer
2016-06-02Support XINPUT ABI version 23Peter Hutterer
2016-04-29Revert MaxDoubleTapTime back to 180Peter Hutterer
2016-04-27eventcomm: fix typo checking for two-finger scrollingPeter Hutterer
2015-08-12Drop touch events from the driverPeter Hutterer
2015-08-12eventcomm: ignore key repeat eventsPeter Hutterer
2015-03-25eventcomm: ignore fake and broken MT devicesPeter Hutterer
2015-03-24eventcomm: prevent possibly division by zeroPeter 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-05eventcomm: add missing axis labels to avoid array overrunPeter Hutterer
2014-09-05Shut up a coverity warningPeter Hutterer
2014-09-05Mark some switch case fallthroughs with commentsPeter Hutterer
2014-09-05Use cumulative relative touch movements while scrollingGabriele Mazzotta
2014-09-04eventcomm: ensure we're on the same clock as the serverPeter Hutterer
2014-08-29Include xorg-server.h to fix build errors on newest glibcPeter Hutterer
2014-08-28Silence two compiler warningsPeter Hutterer
2014-08-14Prevent two-finger taps from being ignoredGabriele Mazzotta
2014-08-08Use libevdev's per-device logging functions instead of the global handlerPeter Hutterer
2014-05-20eventcomm: Drop requirement for a grab during initPeter Hutterer
2014-04-30Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOKClinton Sprain
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-04-09Comment the touch statesPeter Hutterer
2014-04-09eventcomm: Hook up the libevdev log handlerPeter Hutterer
2014-04-09eventcomm: read one more event after finishing a syncPeter Hutterer
2014-04-09eventcomm: drop superflous helper functionPeter Hutterer
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