summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-21man: minor man page improvementsPeter Hutterer1-1/+5
2015-07-21Fix compiler warnings about touchpad gesturesPeter Hutterer2-1/+8
2015-07-14xf86-input-libinput 0.12.0xf86-input-libinput-0.12.0Peter Hutterer1-1/+1
2015-07-09Add a property for tap drag lockPeter Hutterer4-1/+110
2015-06-15Support buttons > BTN_BACK on micePeter Hutterer1-1/+1
2015-06-05xf86-input-libinput 0.11.0xf86-input-libinput-0.11.0Peter 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-21xf86-input-libinput 0.10.0xf86-input-libinput-0.10.0Peter Hutterer1-1/+1
2015-05-20Group scroll distances into a structPeter Hutterer1-12/+14
2015-04-30Add option "ButtonMapping" (#90206)Peter Hutterer2-7/+88
2015-04-29man: add two linebreaks to make things easier to visually parsePeter Hutterer1-0/+2
2015-04-29Move the option parsing into helper functionsPeter Hutterer1-187/+278
2015-04-23Add a property for middle button emulationPeter Hutterer4-2/+103
2015-04-23xf86-input-libinput 0.9.0xf86-input-libinput-0.9.0Peter Hutterer1-1/+1
2015-03-18Add "libinput something Default" propertiesPeter Hutterer3-1/+156
2015-03-18Add a helper function for making propertiesPeter Hutterer1-132/+80
2015-03-18man: update the property list in the man pagePeter Hutterer1-4/+39
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.0xf86-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.0xf86-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.0xf86-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.0xf86-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.0xf86-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