summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-05-18Update copyright yearsPeter Hutterer
2017-03-22Post a motion event after proximity eventsPeter 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-01-27Drop unnecessary function declarationPeter Hutterer
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
2016-12-21Ignore LED updates for disabled devicesPeter Hutterer
2016-12-06Fix default scroll button numberPeter Hutterer
2016-11-19If the parent libinput_device is unavailable, create a new onePeter Hutterer
2016-11-14Link the left-handed property between the toolsPeter Hutterer
2016-11-01Drop indentation for matrix handlingPeter Hutterer
2016-10-27Don't init the AccelSpeed/LeftHanded properties on the base tablet devicePeter Hutterer
2016-10-21Fix potential NULL pointer dereferencingPeter Hutterer
2016-10-20Remove superfluous check for next being NULLPeter Hutterer
2016-10-20Remove two unused variablesPeter Hutterer
2016-10-19Don't init the horiz scroll property on non-pointer devicesPeter Hutterer
2016-10-19Wrap the input_lock calls into ifdefsPeter Hutterer
2016-10-19Swap the registered input device on DEVICE_OFF when neededPeter Hutterer
2016-10-14Fix tap button map option handlingPeter Hutterer
2016-09-19Initializing strip association with wrong indexKeith Packard
2016-09-09Always delay hotplugging subdevicesPeter Hutterer
2016-09-07Add support for configurable tap button mappingPeter Hutterer
2016-08-31Add support for the rotation configurationPeter Hutterer
2016-08-19Whitespace fixPeter Hutterer
2016-08-16Expose tablet pad modes as propertiesPeter Hutterer
2016-08-16Ensure parent devices are actual parent devicesPeter Hutterer
2016-08-12Bail out of PreInit if the parent driver data is NULLPeter Hutterer
2016-08-12Block input events while creating the virtual subdevicesPeter Hutterer
2016-07-08Fix button offset for tablet pad buttonsPeter Hutterer
2016-06-14Init touch x/y axis labels as MT axis labelsPeter Hutterer
2016-05-30Use xf86AddEnabledDevice instead of AddEnabledDevice when threaded [v3]Keith Packard
2016-05-30Change some fixed floats to decimal notationPeter Hutterer
2016-05-23Fix proximity eventsPeter Hutterer
2016-05-09Add tablet pad supportPeter Hutterer
2016-05-09Discard buttons >= 256Peter Hutterer
2016-04-28Fix potential use of uninitialized valuesPeter Hutterer
2016-04-08Fix implicit declaration of function 'xf86Msg' in xf86libinput.cStanislav Ochotnicky
2016-02-29Support art pen rotationPeter Hutterer