summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump the server requirement to 1.19 to get rid of a bunch of ifdefsPeter Hutterer2020-05-191-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Bump the libinput requirement to 1.11Peter Hutterer2020-05-191-11/+1
| | | | | | Released June 2018, that should be recent enough. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.30.0xf86-input-libinput-0.30.0Peter Hutterer2020-05-191-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Implement support for scroll button locksPeter Hutterer2019-10-111-0/+11
| | | | | | | | Add a boolean option/property to enable/disable the scroll button lock. Where enabled, the button can be clicked and released as opposed to having to be held down. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.29.0xf86-input-libinput-0.29.0Peter Hutterer2019-08-121-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fix compiler warning about unhandled switch eventsPeter Hutterer2019-08-121-1/+1
| | | | | | | This bumps the required libinput version to 1.7 - which has been out for over two years now. That's conservative enough. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.28.2xf86-input-libinput-0.28.2Peter Hutterer2019-02-041-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-11-251-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* xf86-input-libinput 0.28.1xf86-input-libinput-0.28.1Peter Hutterer2018-10-151-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.28.0xf86-input-libinput-0.28.0Peter Hutterer2018-07-111-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Revert "Implement the custom acceleration curve options"Peter Hutterer2018-05-231-10/+0
| | | | | | | | | Custom pointer acceleration curves were reverted in libinput, so no point having this code here. This reverts commit d84e0035d12a9655c09a6e8c619b1144be42c90c. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Use the libinput touch count to init the right number of touchesPeter Hutterer2018-05-021-1/+11
| | | | | Initial version by Johannes Pointner <h4nn35.work@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Implement the custom acceleration curve optionsPeter Hutterer2018-04-201-0/+17
| | | | | | | | | | | | | One new property, and the existing accel profile gets extended to keep one extra value. The new property libinput Accel Curve Points is a list of pairs of points to be added to the acceleration curve. libinput only supports adding points to the curve so we simply declare the behavior as undefined when the curve is set multiple times. Also helps to identify those that bother to read the man page before playing with random driver values. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.27.1xf86-input-libinput-0.27.1Peter Hutterer2018-04-101-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.27.0xf86-input-libinput-0.27.0Peter Hutterer2018-03-201-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.26.0xf86-input-libinput-0.26.0Peter Hutterer2017-09-151-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.25.1xf86-input-libinput-0.25.1Peter Hutterer2017-05-051-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.25.0xf86-input-libinput-0.25.0Peter Hutterer2017-03-091-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.24.0xf86-input-libinput-0.24.0Peter Hutterer2017-02-091-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.23.0xf86-input-libinput-0.23.0Peter Hutterer2016-12-121-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.22.0xf86-input-libinput-0.22.0Peter Hutterer2016-10-191-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.21.0Peter Hutterer2016-10-191-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.20.0xf86-input-libinput-0.20.0Peter Hutterer2016-09-301-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fix --with-xorg-conf-dir default valueMichel Dänzer2016-09-211-2/+2
| | | | | | | | | | | | | If --prefix isn't specified on the command line, $prefix contains "NONE" at this point, not the default prefix value. So make install would attempt to install the xorg.conf.d snippet to ${DESTDIR}NONE/share/X11/xorg.conf.d/. Avoid this by leaving ${prefix} verbatim in the default value, to be resolved by make. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add support for configurable tap button mappingPeter Hutterer2016-09-071-1/+1
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
* Add support for the rotation configurationPeter Hutterer2016-08-311-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add tablet pad supportPeter Hutterer2016-05-091-1/+1
| | | | | | | | | | | | Modelled to be mostly compatible to the xf86-input-wacom driver behavior. The pad gets 7 axes, the first three of which are mute and the others are always available but obviously only send events when the axis is there. The strip axes are incompatible, the wacom driver merely forwards the device events (which are a bitshifted value), libinput normalizes it and we just expand this back into an integer range. Let's see how we go with this. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.19.0xf86-input-libinput-0.19.0Peter Hutterer2016-04-281-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.18.0xf86-input-libinput-0.18.0Peter Hutterer2016-04-071-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.17.0xf86-input-libinput-0.17.0Peter Hutterer2016-02-261-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add property/option for enabling/disabling tap-n-dragPeter Hutterer2016-01-281-1/+1
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
* xf86-input-libinput 0.16.0xf86-input-libinput-0.16.0Peter Hutterer2015-12-231-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.15.0xf86-input-libinput-0.15.0Peter Hutterer2015-10-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add property support for the accel profilesPeter Hutterer2015-10-261-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* conf: install the libinput xorg.conf.d snippetPeter Hutterer2015-09-181-0/+7
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.14.0xf86-input-libinput-0.14.0Peter Hutterer2015-08-311-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add drag lock supportPeter Hutterer2015-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, why is this here and not in libinput: drag lock should be implemented in the compositor (not in libinput) so it can provide feedback when it activates and grouped in with other accessibility features. That will work for Wayland but in X the compositor cannot filter button events - only the server and the drivers can. This patch adds mostly the same functionality that evdev provides with two options on how it works: * a single button number configures the given button to lock the next button pressed in a logically down state until a press+ release of that same button again * a set of button number pairs configures each button with the to-be-locked logical button, i.e. a pair of "1 3" will hold 3 logically down after a button 1 press The property and the xorg.conf options take the same configuration as the evdev driver (though the property has a different prefix, libinput instead of Evdev). The behavior difference to evdev is in how releases are handled, evdev sends the release on the second button press event, this implementation sends the release on the second release event. https://bugs.freedesktop.org/show_bug.cgi?id=85577 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
* xf86-input-libinput 0.13.0xf86-input-libinput-0.13.0Peter Hutterer2015-08-041-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add a property for Disable While TypingStephen Chandler Paul2015-08-041-1/+1
| | | | | | Signed-off-by: Stephen Chandler Paul <cpaul@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fix compiler warnings about touchpad gesturesPeter Hutterer2015-07-211-1/+1
| | | | | | We don't do anything with them though. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.12.0xf86-input-libinput-0.12.0Peter Hutterer2015-07-141-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add a property for tap drag lockPeter Hutterer2015-07-091-1/+1
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
* xf86-input-libinput 0.11.0xf86-input-libinput-0.11.0Peter Hutterer2015-06-051-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.10.0xf86-input-libinput-0.10.0Peter Hutterer2015-05-211-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add a property for middle button emulationPeter Hutterer2015-04-231-1/+1
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
* xf86-input-libinput 0.9.0xf86-input-libinput-0.9.0Peter Hutterer2015-04-231-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.8.0xf86-input-libinput-0.8.0Peter Hutterer2015-03-061-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Use the new libinput_device_pointer_has_buttonPeter Hutterer2015-02-261-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.7.0xf86-input-libinput-0.7.0Peter Hutterer2015-02-241-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* xf86-input-libinput 0.6.0xf86-input-libinput-0.6.0Peter Hutterer2015-01-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>