summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Use new xf86AddEnabledDeviceSerialized instead of AddEnabledDevice [v2]HEADmasterKeith Packard1-0/+8
2015-11-23Split mixed pointer/keyboard devices into two separate X devicesPeter Hutterer1-59/+385
2015-11-20Revert "Split mixed pointer/keyboard devices into two separate X devices"Peter Hutterer1-354/+59
2015-11-20Split mixed pointer/keyboard devices into two separate X devicesPeter Hutterer1-59/+354
2015-11-18Add a helper function for the driver context initializationPeter Hutterer1-11/+16
2015-11-18Copy the device capabilities to the X driver structPeter Hutterer1-12/+22
2015-11-18Split type_name detection out into a helper functionPeter Hutterer1-11/+21
2015-11-18Unref the libinput context on pre_init failurePeter Hutterer1-0/+2
2015-11-13Don't fail DEVICE_CLOSEPeter Hutterer1-0/+1
2015-11-13Remove unused server_fds listPeter Hutterer1-2/+0
2015-11-13Set the device to NULL after unrefPeter Hutterer1-0/+1
2015-11-12Plug two memory leaksPeter Hutterer1-0/+3
2015-10-26Add property support for the accel profilesPeter Hutterer1-0/+164
2015-09-03Fix invalid pointer passed to the propertiesPeter Hutterer1-6/+6
2015-09-03Move the read-only properties into the same conditionPeter Hutterer1-6/+3
2015-08-17Use xf86OpenSerial instead of a direct open() callPeter Hutterer1-4/+3
2015-08-17Revamp server fd openingPeter Hutterer1-88/+39
2015-08-13Add an option to disable horizontal scrollingPeter Hutterer1-1/+59
2015-08-13Add drag lock supportPeter Hutterer4-3/+588
2015-08-12Remove unneeded header, epoll(7) interface is not directly used.Martin Pieuchot1-1/+0
2015-08-12Rename a local variable to not shadow the BSD strmode(3) function.Martin Pieuchot1-8/+8
2015-08-11Rename main source file to x86libinput.cPeter Hutterer2-1/+1
2015-08-04Add a property for Disable While TypingStephen Chandler Paul1-1/+96
2015-07-21Fix compiler warnings about touchpad gesturesPeter Hutterer1-0/+7
2015-07-09Add a property for tap drag lockPeter Hutterer1-0/+94
2015-06-15Support buttons > BTN_BACK on micePeter Hutterer1-1/+1
2015-06-01Fix missing scroll methods default/scroll button propertyPeter Hutterer1-3/+0
2015-05-22Use the new unaccelerated valuator ValuatorMask featuresPeter Hutterer1-1/+26
2015-05-22Only init abs axes if we don't have accelerationPeter Hutterer1-1/+13
2015-05-20Group scroll distances into a structPeter Hutterer1-12/+14
2015-04-30Add option "ButtonMapping" (#90206)Peter Hutterer1-7/+50
2015-04-29Move the option parsing into helper functionsPeter Hutterer1-187/+278
2015-04-23Add a property for middle button emulationPeter Hutterer1-1/+86
2015-03-18Add "libinput something Default" propertiesPeter Hutterer1-1/+123
2015-03-18Add a helper function for making propertiesPeter Hutterer1-132/+80
2015-03-18Fix a couple of -Wformat warningsPeter Hutterer1-5/+5
2015-03-16cosmetic: drop duplicate empty linesPeter Hutterer1-1/+0
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 Hutterer1-0/+160
2015-02-26Split out property init into helper functionsPeter Hutterer1-160/+225
2015-02-26Use the new libinput_device_pointer_has_buttonPeter Hutterer1-4/+4
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-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-27Swap button labels for back/forward to align with linux/input.hPeter Hutterer1-2/+2