summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-18Fix a couple of -Wformat warningsPeter Hutterer1-5/+5
2015-03-16cosmetic: drop duplicate empty linesPeter Hutterer1-1/+0
2015-03-06xf86-input-libinput 0.8.0Peter Hutterer1-1/+1
2015-03-06Initialize variable 'path' to NULL to silence warningBoyan Ding1-1/+1
2015-03-05Up the scroll dist value for touchpadsPeter Hutterer1-6/+10
2015-03-02Apply the configuration before initalizing the propertyPeter Hutterer1-0/+1
2015-03-02Don't unref the device until we're done with it in DEVICE_INITPeter Hutterer1-3/+3
2015-02-26Add properties to change the click method (#89332)Peter Hutterer3-0/+176
2015-02-26Split out property init into helper functionsPeter Hutterer1-160/+225
2015-02-26Use the new libinput_device_pointer_has_buttonPeter Hutterer2-5/+5
2015-02-26Ignore property changes if the device is disabledOlivier Fourdan1-6/+53
2015-02-25Fix off-by-one error in buttonmap initialization (#89300)Peter Hutterer1-1/+1
2015-02-24xf86-input-libinput 0.7.0Peter Hutterer1-1/+1
2015-02-04Only apply left-handed/scroll button configuration when it's availablePeter Hutterer1-6/+9
2015-01-30Reapply configuration at DEVICE_ONFriedrich Schöller1-0/+2
2015-01-30Formatting fixPeter Hutterer1-3/+4
2015-01-27xf86-input-libinput 0.6.0Peter Hutterer1-1/+1
2015-01-27Swap button labels for back/forward to align with linux/input.hPeter Hutterer1-2/+2
2015-01-21Move properties to a separate headerOlivier Fourdan6-45/+95
2015-01-21Revert "libinput-drv: Move properties to a separate header"Peter Hutterer5-84/+44
2015-01-21libinput-drv: Move properties to a separate headerOlivier Fourdan5-44/+84
2015-01-21libinput-drv: Add autogen.shOlivier Fourdan1-0/+14
2015-01-19Remove unused definePeter Hutterer1-6/+0
2015-01-19Move the property #defines upPeter Hutterer1-25/+25
2015-01-16xf86-input-libinput 0.5.0Peter Hutterer1-1/+1
2015-01-15Fix for new libinput APIsPeter Hutterer2-21/+40
2014-12-08Support server-side fdsPeter Hutterer1-5/+121
2014-12-05xf86-input-libinput 0.4.0Peter Hutterer1-1/+1
2014-12-05Require libinput 0.7.0Peter Hutterer1-1/+1
2014-12-05Support absolute pointer devicesPeter Hutterer1-3/+73
2014-12-01Split up a really long linePeter Hutterer1-2/+3
2014-12-01Move the option parsing into a separate functionPeter Hutterer1-68/+78
2014-12-01Change a sigsafe error to xf86IDrvMsgPeter Hutterer1-1/+3
2014-12-01Change the touch IDs to uintsPeter Hutterer1-2/+2
2014-12-01man: fix wrong option namePeter Hutterer1-1/+1
2014-12-01Leave the XKB defaults up to the serverPeter Hutterer1-6/+20
2014-12-01Allow disabling scroll methodsPeter Hutterer1-1/+1
2014-12-01Split sendevent modes property into "available" and "current"Peter Hutterer1-24/+63
2014-11-28Split scroll methods property into "available" and "current"Peter Hutterer1-8/+43
2014-11-24xf86-input-libinput 0.3.0Peter Hutterer1-1/+1
2014-11-24Don't process events from devices that got removed alreadyPeter Hutterer1-1/+1
2014-11-24Drop double empty linesPeter Hutterer1-6/+0
2014-11-24Use the button conversion helper for normal button events tooPeter Hutterer1-7/+1
2014-11-24Add support for changing the button-scrolling buttonPeter Hutterer2-0/+119
2014-11-24Add support for switching scroll methodsPeter Hutterer2-0/+138
2014-11-24Add support for left-handed button orientationPeter Hutterer2-0/+73
2014-11-19xf86-input-libinput 0.2.0Peter Hutterer1-1/+1
2014-11-19Hook up the libinput log handlerPeter Hutterer1-2/+47
2014-11-19Add an explanatory comment for the disabled ptraccelPeter Hutterer1-0/+1
2014-11-19Allow re-enabling of the sendevents configurationPeter Hutterer1-1/+1