summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07-04man: fix a couple typosEric Engestrom
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-28xf86-input-libinput 0.19.0xf86-input-libinput-0.19.0Peter Hutterer
2016-04-28conf: rename to 60-libinput.confPeter Hutterer
2016-04-08Fix implicit declaration of function 'xf86Msg' in xf86libinput.cStanislav Ochotnicky
2016-04-07xf86-input-libinput 0.18.0xf86-input-libinput-0.18.0Peter Hutterer
2016-02-29Support art pen rotationPeter Hutterer
2016-02-29Support the mouse/lens toolPeter Hutterer
2016-02-29Add support for the airbrush tool axesPeter Hutterer
2016-02-29Add support for tablet toolsPeter Hutterer
2016-02-26xf86-input-libinput 0.17.0xf86-input-libinput-0.17.0Peter Hutterer
2016-01-28Fix compiler warnings about missing tablet event casesPeter Hutterer
2016-01-28Add property/option for enabling/disabling tap-n-dragPeter Hutterer
2016-01-27Fix default tapping drack lock property valuePeter Hutterer
2016-01-05Allow hotplugging a device immediatelyPeter Hutterer
2016-01-05Change creating subdevices to something more genericPeter Hutterer
2015-12-23xf86-input-libinput 0.16.0xf86-input-libinput-0.16.0Peter Hutterer
2015-12-17Drain the fd after openingPeter Hutterer
2015-11-23Split mixed pointer/keyboard devices into two separate X devicesPeter Hutterer
2015-11-20Revert "Split mixed pointer/keyboard devices into two separate X devices"Peter Hutterer
2015-11-20Split mixed pointer/keyboard devices into two separate X devicesPeter Hutterer
2015-11-18Add a helper function for the driver context initializationPeter Hutterer
2015-11-18Copy the device capabilities to the X driver structPeter Hutterer
2015-11-18Split type_name detection out into a helper functionPeter Hutterer
2015-11-18Unref the libinput context on pre_init failurePeter Hutterer
2015-11-13Don't fail DEVICE_CLOSEPeter Hutterer
2015-11-13Remove unused server_fds listPeter Hutterer
2015-11-13Set the device to NULL after unrefPeter Hutterer
2015-11-12Plug two memory leaksPeter Hutterer
2015-10-27xf86-input-libinput 0.15.0xf86-input-libinput-0.15.0Peter Hutterer
2015-10-26Add property support for the accel profilesPeter Hutterer
2015-09-18conf: install the libinput xorg.conf.d snippetPeter Hutterer
2015-09-18conf: don't hook onto tablets and joysticksPeter Hutterer
2015-09-18conf: rename 99-libinput.conf to 90-libinput.confPeter Hutterer
2015-09-03Fix invalid pointer passed to the propertiesPeter Hutterer
2015-09-03Move the read-only properties into the same conditionPeter Hutterer
2015-08-31xf86-input-libinput 0.14.0xf86-input-libinput-0.14.0Peter Hutterer
2015-08-30Fix typo in libinput.manYomi0
2015-08-17Use xf86OpenSerial instead of a direct open() callPeter Hutterer
2015-08-17Revamp server fd openingPeter Hutterer