summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-18Add support for the scroll movement type of the custom acceleration profileYinon Burgansky
2023-02-01Correct the coordinate transform parameters for an absolute pointerShin-myoung-serp
2023-01-09Add support for custom pointer accelerationPeter Hutterer
2022-01-25Drop HAVE_CONFIG_H, we always have it definedPeter Hutterer
2022-01-24Fix a compiler warningPeter Hutterer
2022-01-16Fix spelling/wording issuesAlan Coopersmith
2021-12-18Fix copy-paste error in LibinputInitAccelProperty checking available profiles...Luna Nova
2021-11-24Quietly check for the _source optionPeter Hutterer
2021-11-17Make XIPropertyValuePtr verification consistentJosé Expósito
2021-11-14Add an option to disable high-resolution wheel scrollJosé Expósito
2021-09-16Rename HAS_GESTURES to HAVE_GESTURESPeter Hutterer
2021-09-16Require inputproto 2.4 to build the gesture supportPovilas Kanapickas
2021-08-06Use the new v120 API from libinput if availablePeter Hutterer
2021-08-04Get scroll source in the event handlerJosé Expósito
2021-08-04Upgrade the default scroll distance to 120Peter Hutterer
2021-07-05Implement support for touchpad gesturesPovilas Kanapickas
2021-05-05Implement a touchpad scroll distance propertyPeter Hutterer
2021-05-05Fix a spacing issuePeter Hutterer
2021-04-09Make sure the device is valid when setting the tap button mapPeter Hutterer
2021-03-24Switch to the real MIT licensePeter Hutterer
2020-11-04Lift canceled touch inputsDorian Stoll
2020-10-19Remove extraneous semicolonPovilas Kanapickas
2020-10-19Remove unused btnmap variablesPovilas Kanapickas
2020-05-19Bump the server requirement to 1.19 to get rid of a bunch of ifdefsPeter Hutterer
2020-05-19Bump the libinput requirement to 1.11Peter Hutterer
2019-10-11Implement support for scroll button locksPeter Hutterer
2019-08-12Fix compiler warning about unhandled switch eventsPeter Hutterer
2019-07-31Check for the tool type too when creating subdevicesPeter Hutterer
2019-07-31Fix wrong enum typePeter Hutterer
2019-07-30Revert "Upgrade the default scroll distance to 120"Peter Hutterer
2019-02-25Also use type to match tablet tool with deviceDavid Rosca
2019-02-12Upgrade the default scroll distance to 120Peter Hutterer
2019-01-25Handle scroll wheel events with a discrete of 0Peter Hutterer
2019-01-24Return the wheel scroll value instead of just the fractionPeter Hutterer
2019-01-21Split the scroll axis details up for easier extensionPeter Hutterer
2018-10-15Remove two dead assignmentsPeter Hutterer
2018-10-04Use the seat slot, not the device slot for touch eventsPeter Hutterer
2018-07-19Remove unused assignmentPeter Hutterer
2018-07-11Minor whitespace fixPeter Hutterer
2018-07-10draglock: fix memory overwrite during draglock parsingPeter Hutterer
2018-05-23Revert "Implement the custom acceleration curve options"Peter Hutterer
2018-05-02Use the libinput touch count to init the right number of touchesPeter Hutterer
2018-04-20Implement the custom acceleration curve optionsPeter Hutterer
2018-04-20Use xf86SetStrOption to check for string optionsPeter Hutterer
2018-03-22Fix "left handed" property not set on all pointersEvangelos Foutras
2018-02-21Apply the capabilities checks on subdevices when applying the configPeter Hutterer
2018-02-02Split LibinputDeviceApplyConfig into helper functionsPeter Hutterer
2018-02-02Move the subdevice capabilities check into the propertiesPeter Hutterer
2017-08-17Post a motion event before a tablet button downPeter Hutterer
2017-05-29Only initialize properties that match capabilities on a subdevicePeter Hutterer