summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-04xf86-input-libinput 0.28.2xf86-input-libinput-0.28.2Peter 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
2019-01-07conf: add an example snippet for how to assign optionsPeter Hutterer
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-18Update README for gitlab migrationAlan Coopersmith
2018-10-15Remove two dead assignmentsPeter Hutterer
2018-10-15xf86-input-libinput 0.28.1xf86-input-libinput-0.28.1Peter Hutterer
2018-10-04Use the seat slot, not the device slot for touch eventsPeter Hutterer
2018-07-19Remove unused assignmentPeter Hutterer
2018-07-11xf86-input-libinput 0.28.0xf86-input-libinput-0.28.0Peter 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-04-17man: whitespace fixes in man pagePeter Hutterer
2018-04-17man: fix formatting issue caused by invalid tagPeter Hutterer
2018-04-10xf86-input-libinput 0.27.1xf86-input-libinput-0.27.1Peter Hutterer
2018-03-22Fix "left handed" property not set on all pointersEvangelos Foutras
2018-03-20xf86-input-libinput 0.27.0xf86-input-libinput-0.27.0Peter Hutterer
2018-03-20man: note that we don't do /dev/input/by-id or /dev/input/by-pathPeter Hutterer
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-09-15xf86-input-libinput 0.26.0xf86-input-libinput-0.26.0Peter 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
2017-05-18Update copyright yearsPeter Hutterer
2017-05-15man: add missing documentation for Accel ProfileNiklas Haas
2017-05-08Fix config comment description to match the configMartin Kepplinger
2017-05-05xf86-input-libinput 0.25.1xf86-input-libinput-0.25.1Peter Hutterer
2017-03-22Post a motion event after proximity eventsPeter Hutterer
2017-03-09xf86-input-libinput 0.25.0xf86-input-libinput-0.25.0Peter Hutterer
2017-02-28test: fix a test failure on ppc64(le) and aarch64Peter Hutterer
2017-02-27Open sysfs files directly instead of going through the serverPeter Hutterer
2017-02-27Add streq() macro, replace strcmp instances with itPeter Hutterer
2017-02-27Update pad modes in a workproc, not during the input threadPeter Hutterer
2017-02-09xf86-input-libinput 0.24.0xf86-input-libinput-0.24.0Peter Hutterer
2017-01-27Drop unnecessary function declarationPeter Hutterer
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-12Add tablet tool area ratio propertyPeter Hutterer
2017-01-04Implement stylus pressure curve supportPeter Hutterer
2017-01-03Add a bezier curve implementationPeter Hutterer
2017-01-03Calculate the required scroll distance based on the anglePeter Hutterer
2017-01-03Move axis value calculation into a helper functionPeter Hutterer
2017-01-03Add a comment regarding scroll dist default valuesPeter Hutterer