summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning about unhandled switch eventsPeter Hutterer2019-08-121-0/+2
* Check for the tool type too when creating subdevicesPeter Hutterer2019-07-311-1/+7
* Fix wrong enum typePeter Hutterer2019-07-311-1/+1
* Revert "Upgrade the default scroll distance to 120"Peter Hutterer2019-07-301-2/+2
* Also use type to match tablet tool with deviceDavid Rosca2019-02-251-2/+6
* Upgrade the default scroll distance to 120Peter Hutterer2019-02-121-2/+2
* Handle scroll wheel events with a discrete of 0Peter Hutterer2019-01-251-0/+17
* Return the wheel scroll value instead of just the fractionPeter Hutterer2019-01-241-13/+11
* Split the scroll axis details up for easier extensionPeter Hutterer2019-01-211-19/+18
* Remove two dead assignmentsPeter Hutterer2018-10-151-8/+8
* Use the seat slot, not the device slot for touch eventsPeter Hutterer2018-10-041-1/+1
* Remove unused assignmentPeter Hutterer2018-07-191-1/+1
* Minor whitespace fixPeter Hutterer2018-07-111-1/+1
* draglock: fix memory overwrite during draglock parsingPeter Hutterer2018-07-103-11/+11
* Revert "Implement the custom acceleration curve options"Peter Hutterer2018-05-231-225/+2
* Use the libinput touch count to init the right number of touchesPeter Hutterer2018-05-021-1/+9
* Implement the custom acceleration curve optionsPeter Hutterer2018-04-201-2/+225
* Use xf86SetStrOption to check for string optionsPeter Hutterer2018-04-201-4/+4
* Fix "left handed" property not set on all pointersEvangelos Foutras2018-03-221-3/+0
* Apply the capabilities checks on subdevices when applying the configPeter Hutterer2018-02-211-0/+30
* Split LibinputDeviceApplyConfig into helper functionsPeter Hutterer2018-02-021-5/+105
* Move the subdevice capabilities check into the propertiesPeter Hutterer2018-02-021-41/+72
* Post a motion event before a tablet button downPeter Hutterer2017-08-171-0/+7
* Only initialize properties that match capabilities on a subdevicePeter Hutterer2017-05-291-13/+40
* Update copyright yearsPeter Hutterer2017-05-181-1/+1
* Post a motion event after proximity eventsPeter Hutterer2017-03-221-6/+20
* Open sysfs files directly instead of going through the serverPeter Hutterer2017-02-271-0/+6
* Add streq() macro, replace strcmp instances with itPeter Hutterer2017-02-271-9/+12
* Update pad modes in a workproc, not during the input threadPeter Hutterer2017-02-271-14/+62
* Drop unnecessary function declarationPeter Hutterer2017-01-271-7/+1
* Add tablet tool area ratio propertyPeter Hutterer2017-01-121-6/+188
* Implement stylus pressure curve supportPeter Hutterer2017-01-044-3/+192
* Add a bezier curve implementationPeter Hutterer2017-01-033-2/+240
* Calculate the required scroll distance based on the anglePeter Hutterer2017-01-031-1/+65
* Move axis value calculation into a helper functionPeter Hutterer2017-01-031-19/+33
* Add a comment regarding scroll dist default valuesPeter Hutterer2017-01-031-2/+8
* Ignore LED updates for disabled devicesPeter Hutterer2016-12-211-0/+3
* Fix default scroll button numberPeter Hutterer2016-12-061-0/+1
* If the parent libinput_device is unavailable, create a new onePeter Hutterer2016-11-191-19/+23
* Link the left-handed property between the toolsPeter Hutterer2016-11-141-0/+21
* Drop indentation for matrix handlingPeter Hutterer2016-11-011-21/+24
* Don't init the AccelSpeed/LeftHanded properties on the base tablet devicePeter Hutterer2016-10-271-2/+4
* Fix potential NULL pointer dereferencingPeter Hutterer2016-10-211-4/+6
* Remove superfluous check for next being NULLPeter Hutterer2016-10-201-2/+1
* Remove two unused variablesPeter Hutterer2016-10-201-2/+0
* Don't init the horiz scroll property on non-pointer devicesPeter Hutterer2016-10-191-0/+3
* Wrap the input_lock calls into ifdefsPeter Hutterer2016-10-191-0/+8
* Swap the registered input device on DEVICE_OFF when neededPeter Hutterer2016-10-191-0/+46
* Fix tap button map option handlingPeter Hutterer2016-10-141-2/+2
* Initializing strip association with wrong indexKeith Packard2016-09-191-1/+1