summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-27Swap button labels for back/forward to align with linux/input.hPeter Hutterer
2015-01-21Move properties to a separate headerOlivier Fourdan
2015-01-21Revert "libinput-drv: Move properties to a separate header"Peter Hutterer
2015-01-21libinput-drv: Move properties to a separate headerOlivier Fourdan
2015-01-19Remove unused definePeter Hutterer
2015-01-19Move the property #defines upPeter Hutterer
2015-01-15Fix for new libinput APIsPeter Hutterer
2014-12-08Support server-side fdsPeter Hutterer
2014-12-05Support absolute pointer devicesPeter Hutterer
2014-12-01Split up a really long linePeter Hutterer
2014-12-01Move the option parsing into a separate functionPeter Hutterer
2014-12-01Change a sigsafe error to xf86IDrvMsgPeter Hutterer
2014-12-01Change the touch IDs to uintsPeter Hutterer
2014-12-01Leave the XKB defaults up to the serverPeter Hutterer
2014-12-01Allow disabling scroll methodsPeter Hutterer
2014-12-01Split sendevent modes property into "available" and "current"Peter Hutterer
2014-11-28Split scroll methods property into "available" and "current"Peter Hutterer
2014-11-24Don't process events from devices that got removed alreadyPeter Hutterer
2014-11-24Drop double empty linesPeter Hutterer
2014-11-24Use the button conversion helper for normal button events tooPeter Hutterer
2014-11-24Add support for changing the button-scrolling buttonPeter Hutterer
2014-11-24Add support for switching scroll methodsPeter Hutterer
2014-11-24Add support for left-handed button orientationPeter Hutterer
2014-11-19Hook up the libinput log handlerPeter Hutterer
2014-11-19Add an explanatory comment for the disabled ptraccelPeter Hutterer
2014-11-19Allow re-enabling of the sendevents configurationPeter Hutterer
2014-11-19Init the right number of buttons for pointer devicesPeter Hutterer
2014-11-19Replace hardcoded button number with one we can calculatePeter Hutterer
2014-11-19Fix loop conditionPeter Hutterer
2014-11-18Set the XI type for the devicePeter Hutterer
2014-09-26Store the data in the local options, then apply all at oncePeter Hutterer
2014-09-26Apply all config options on DEVICE_ONPeter Hutterer
2014-09-26Expose all config options as xorg.conf optionsPeter Hutterer
2014-09-26Add a couple of general properties that all drivers should supportPeter Hutterer
2014-09-26Expose properties for the various configuration settings.Peter Hutterer
2014-07-01Let libinput take care of pointer accelerationPeter Hutterer
2014-06-26Fix distcheckPeter Hutterer
2014-06-26Use the new libinput_ref/unref instead of manual counting.Peter Hutterer
2014-06-25Fix for libinput 0.4.0 API changesPeter Hutterer
2014-06-10Require libinput 0.3.0Peter Hutterer
2014-06-10Use floating point instead of fixed point numbersJonas Ã…dahl
2014-06-10Fix scrolling axis numberPeter Hutterer
2014-04-04Delete the input device reference on uninitPeter Hutterer
2014-04-04Unset the device user data on device offPeter Hutterer
2014-03-28zero out the valuator mask before sending touch eventsPeter Hutterer
2014-03-28Switch to ValuatorMasks for motion and axis eventsPeter Hutterer
2014-03-25Only post rel motion events if we have a non-zero deltaPeter Hutterer
2014-03-07Do not set valuators for touch up eventsBenjamin Tissoires
2014-03-07Fix up for new libinput API - without touch subtypesPeter Hutterer
2014-03-07Whitespace fixPeter Hutterer