summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
34 hoursTake care of -Wempty-body warning from call to empty PS2DBG macroHEADmasterAlan Coopersmith1-1/+1
34 hoursClear 9 of 9 -Wimplicit-fallthrough warningsAlan Coopersmith1-0/+9
34 hoursFix -Wold-style-declaration warningAlan Coopersmith1-1/+1
36 hoursRaise minimum supported Xserver version from 1.12 to 1.15Alan Coopersmith2-61/+0
2024-01-05Handle 5 -Wmissing-prototypes warningsAlan Coopersmith2-4/+4
2024-01-05Fix 185 -Wdiscarded-qualifiers warningsAlan Coopersmith2-5/+6
2024-01-05Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2022-01-16Convert remaining source files from ISO-8859-1 to UTF-8Alan Coopersmith4-29/+29
2022-01-16Fix spelling/wording issuesAlan Coopersmith3-5/+5
2020-07-28eventcomm: fix compile with pre-time64 kernelsAriadne Conill1-0/+8
2020-07-22eventcomm: use 64-bit time safe accessors instead of timeval directlyAriadne Conill1-4/+7
2019-02-11Use fabs() instead of abs() on double values.Matthieu Herrb1-4/+4
2018-05-15eventcomm: if we get a read error other than EAGAIN, remove the fdPeter Hutterer1-0/+1
2017-08-17Drop HandleTouches - it's a noopPeter Hutterer1-19/+1
2016-09-15Remove unused fraction calculationsPeter Hutterer2-21/+0
2016-08-17eventcomm: don't ever probe if a device is setPeter Hutterer1-6/+6
2016-06-02Support XINPUT ABI version 23Peter Hutterer2-3/+13
2016-04-29Revert MaxDoubleTapTime back to 180Peter Hutterer1-1/+1
2016-04-27eventcomm: fix typo checking for two-finger scrollingPeter Hutterer1-1/+1
2015-08-12Drop touch events from the driverPeter Hutterer1-103/+10
2015-08-12eventcomm: ignore key repeat eventsPeter Hutterer1-0/+4
2015-03-25eventcomm: ignore fake and broken MT devicesPeter Hutterer1-0/+9
2015-03-24eventcomm: prevent possibly division by zeroPeter Hutterer1-0/+10
2015-03-18Revert "Support the new Lenovo X1 Carbon 3rd trackpoint buttons"Peter Hutterer2-44/+0
2015-02-18Add a delay between the second button down-up event of double tapsGabriele Mazzotta2-22/+6
2015-01-30Support the new Lenovo X1 Carbon 3rd trackpoint buttonsPeter Hutterer2-0/+44
2015-01-08Don't assume that touch devices report per finger width and pressureGabriele Mazzotta3-3/+10
2014-09-17Use ABS_MT events for the palm detection when supportedGabriele Mazzotta2-0/+15
2014-09-17Limit the movement to 20 mm per eventPeter Hutterer2-0/+35
2014-09-16Prohibit negative or zero x/y resolutionsPeter Hutterer1-0/+10
2014-09-05When resetting, reset the open slots to -1Peter Hutterer1-1/+7
2014-09-05eventcomm: add missing axis labels to avoid array overrunPeter Hutterer1-2/+11
2014-09-05Shut up a coverity warningPeter Hutterer1-1/+1
2014-09-05Mark some switch case fallthroughs with commentsPeter Hutterer1-0/+3
2014-09-05Use cumulative relative touch movements while scrollingGabriele Mazzotta2-6/+10
2014-09-04eventcomm: ensure we're on the same clock as the serverPeter Hutterer1-2/+11
2014-08-29Include xorg-server.h to fix build errors on newest glibcPeter Hutterer3-0/+6
2014-08-28Silence two compiler warningsPeter Hutterer2-1/+5
2014-08-14Prevent two-finger taps from being ignoredGabriele Mazzotta1-2/+3
2014-08-08Use libevdev's per-device logging functions instead of the global handlerPeter Hutterer1-19/+29
2014-05-20eventcomm: Drop requirement for a grab during initPeter Hutterer1-27/+10
2014-04-30Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOKClinton Sprain1-1/+3
2014-04-30Add support for INPUT_PROP_TOPBUTTONPADHans de Goede4-1/+18
2014-04-23Always count tripletap + click as 3 fingerclick on pads with < 3 touchesHans de Goede1-20/+5
2014-04-09Comment the touch statesPeter Hutterer1-5/+5
2014-04-09eventcomm: Hook up the libevdev log handlerPeter Hutterer1-0/+40
2014-04-09eventcomm: read one more event after finishing a syncPeter Hutterer1-1/+3
2014-04-09eventcomm: drop superflous helper functionPeter Hutterer1-11/+1
2014-03-24Disable GrabEventDevice by defaultPeter Hutterer1-1/+12
2014-03-18If the touchpad is in TOUCHPAD_OFF mode, allow physical clicksPeter Hutterer1-10/+7