search for: libinput

Displaying 20 results from an estimated 61 matches for "libinput".

2023 Apr 04
0
[ANNOUNCE] xf86-input-libinput 1.3.0
xf86-input-libinput 1.3.0 is now available. The main feature in this version is support for the new 'custom' pointer acceleration profile in libinput 1.23.0. This acceleration profile is quite flexible, so it is exposed via several properties: - "libinput Accel Custom Fallback Points" and "libi...
2016 Sep 30
1
[ANNOUNCE] xf86-input-libinput 0.20.0
...Block input events while creating the virtual subdevices Bail out of PreInit if the parent driver data is NULL Ensure parent devices are actual parent devices Expose tablet pad modes as properties Comment two read-only properties as such Whitespace fix conf: drop libinput to below the other drivers Add support for the rotation configuration Add support for configurable tap button mapping Always delay hotplugging subdevices Correct the horizontal scroll property name xf86-input-libinput 0.20.0 git tag: xf86-input-libinput-0.20.0 http:/...
2015 Oct 27
0
[ANNOUNCE] xf86-input-libinput 0.15.0
This release adds new properties to select the pointer acceleration profile. See the libinput documentation for more details http://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html Note that this driver now installs a xorg.conf.d snippet in the usual locations. This snippet will assign libinput to mouse, touchpad, keyboard and touch devices but will skip tablets and jo...
2016 Apr 28
0
[ANNOUNCE] xf86-input-libinput 0.19.0
One significant change that affects packagers: the config snippet has been renamed from 90-libinput.conf to 60-libinput.conf. This should not show any immediate effects on most user's machines but there is a slight potential of user configurations to change if their custom snippets now sort after libinput instead of before. This change is part of the two-step solution to fix the handling of...
2015 Apr 23
0
[ANNOUNCE] xf86-input-libinput 0.9.0
A couple of cosmetic changes but one addition of a new set of properties: properties named "libinput something Default" show the libinput default for a device. For example: libinput Click Methods Available (284): 1, 1 libinput Click Method Enabled (285): 0, 1 libinput Click Method Enabled Default (286): 1, 0 This device has software buttons and clickfingers avail...
2020 May 19
0
[ANNOUNCE] xf86-input-libinput 0.30.0
xf86-input-libinput 0.29 is now available. This is the X.Org X server driver to use libinput for input devices. Only one noticeable change: the scroll button lock configuration option available in recent libinput versions is now exposed as the usual set of properties by this driver. Peter Hutterer (4): Impleme...
2018 Mar 20
0
[ANNOUNCE] xf86-input-libinput 0.27.0
The libinput driver splits libinput devices into multiple X devices (e.g. a mouse and a keyboard device) and then routes the events accordingly. In the case where there is a user-specific on one device, a VT switch or suspend/resume cycle sometimes overwrote the configuration with the devices in-order, resultin...
2019 Aug 12
0
[ANNOUNCE] xf86-input-libinput 0.29.0
xf86-input-libinput 0.29 is now available. This is the X.Org X server driver to use libinput for input devices. Only one real fix: we now check for the tool type as well as the serial when we create subdevices for tablet tools. Previously there were some cases where the eraser device wasn't created correctly. D...
2015 Dec 23
0
[ANNOUNCE] xf86-input-libinput 0.16.0
xf86-input-libinput 0.16 is now available. This release fixes a long-standing issue with mixed devices that expose a pointer and a keyboard interface at the same time. X requires a strict separation between pointers and keyboards, these devices were usually initialized as pointers and exhibited some keyboard functiona...
2018 Jul 11
0
[ANNOUNCE] xf86-input-libinput 0.28.0
...the draglock options. The rest are mostly janitorial fixes. Peter Hutterer (9): man: fix formatting issue caused by invalid tag man: whitespace fixes in man page Use xf86SetStrOption to check for string options Implement the custom acceleration curve options Use the libinput touch count to init the right number of touches Revert "Implement the custom acceleration curve options" draglock: fix memory overwrite during draglock parsing Minor whitespace fix xf86-input-libinput 0.28.0 git tag: xf86-input-libinput-0.28.0 https://xorg.freede...
2018 Oct 14
0
[ANNOUNCE] xf86-input-libinput 0.28.1
...one that really matters: previously the driver used the per-device slot number to fetch the tracking IDs from a driver-internal array. Because devices re-use slots, this could cause a tracking ID mismatch when two touchscreens had the finger down at the same time. This is now fixed by switching to libinput's seat-wide slot number instead. Peter Hutterer (3): Remove unused assignment Use the seat slot, not the device slot for touch events xf86-input-libinput 0.28.1 git tag: xf86-input-libinput-0.28.1 https://xorg.freedesktop.org/archive/individual/driver/xf86-input-libinput-0....
2019 Feb 04
0
[ANNOUNCE] xf86-input-libinput 0.28.2
This release contains a bugfix that will likely trigger in future releases of libinput. The driver assumed wrongly that any wheel event has a nonzero discrete event and used the discrete as a divisor. Which is obviously a bad idea, mathematically speaking, because you never know what the future will bring. Hint: it will bring wheel events with a discrete of zero. Alan Coopersmith (2...
2015 Jan 16
0
[ANNOUNCE] xf86-input-libinput 0.5.0
An updated version of the xorg libinput driver is now available. The driver now supports server-side fds and the libinput 0.8 API. Peter Hutterer (3): Support server-side fds Fix for new libinput APIs xf86-input-libinput 0.5.0 git tag: xf86-input-libinput-0.5.0 http://xorg.freedesktop.org/archive/individual/driver/xf...
2015 Jan 27
0
[ANNOUNCE] xf86-input-libinput 0.6.0
Biggest change is that the property #defines have moved to a header and we now supply a pkg-config file to get access to that header. This removes the need of string duplication in those portions that want access to the properties. Olivier Fourdan (3): libinput-drv: Add autogen.sh libinput-drv: Move properties to a separate header Move properties to a separate header Peter Hutterer (5): Move the property #defines up Remove unused define Revert "libinput-drv: Move properties to a separate header" Swap button l...
2015 Aug 31
0
[ANNOUNCE] xf86-input-libinput 0.14.0
Two new properties, one to enable drag lock, one to disable horizontal scrolling. These properties are notable because they don't have a libinput configuration option. Drag lock is the ability to hold a button logically down when the physical button has been released. This is mainly an accessibility feature and should be handled by the compositor so that the appropriate notifications can be displayed to the user. Alas, in X the compositor c...
2017 May 05
0
[ANNOUNCE] xf86-input-libinput 0.25.1
...one patch that's been sitting on master for a while now - after a proximity event we immediately post a motion event. This avoids the lines between the last known point before proximity out and the new point. Peter Hutterer (2): Post a motion event after proximity events xf86-input-libinput 0.25.1 git tag: xf86-input-libinput-0.25.1 https://xorg.freedesktop.org/archive/individual/driver/xf86-input-libinput-0.25.1.tar.bz2 MD5: 14003139614b25cc76c9a4cad059df89 xf86-input-libinput-0.25.1.tar.bz2 SHA1: 00494b7566c0c5cbcb8d81655b967f42f7a40ef0 xf86-input-libinput-0.25.1.tar.bz2 SHA256...
2017 Sep 15
0
[ANNOUNCE] xf86-input-libinput 0.26.0
...t description to match the config Niklas Haas (1): man: add missing documentation for Accel Profile Peter Hutterer (4): Update copyright years Only initialize properties that match capabilities on a subdevice Post a motion event before a tablet button down xf86-input-libinput 0.26.0 git tag: xf86-input-libinput-0.26.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-input-libinput-0.26.0.tar.bz2 MD5: da47ef62eab1d0e922a8fa929ff81758 xf86-input-libinput-0.26.0.tar.bz2 SHA1: 3f55b8a5d4ff51d4f0cfe3fe9ace66227193abd4 xf86-input-libinput-0.26.0.tar.bz2 SHA256...
2018 Apr 09
0
[ANNOUNCE] xf86-input-libinput 0.27.1
...ne bugfix, a regression introduced by the new property handling in 0.27.0 caused the property to toggle left-handed to not be initialized on all devices that required it. Evangelos Foutras (1): Fix "left handed" property not set on all pointers Peter Hutterer (1): xf86-input-libinput 0.27.1 git tag: xf86-input-libinput-0.27.1 https://xorg.freedesktop.org/archive/individual/driver/xf86-input-libinput-0.27.1.tar.bz2 MD5: bdad198a7a9f2ce2c1f90d5e6760462b xf86-input-libinput-0.27.1.tar.bz2 SHA1: 70ba045975b6484f16d11b32fbbb7e7194d2e0fd xf86-input-libinput-0.27.1.tar.bz2 SHA256...
2015 Mar 06
0
[ANNOUNCE] xf86-input-libinput 0.8.0
xf86-input-libinput 0.8.0 is now available. Note that this version requires libinput 0.11 or later. An off-by-one error that caused the driver to crash (especially with -fstack-protector-strong) has been fixed. The excessive scroll speed on touchpads has been fixed too. A new config option/property to change the cli...
2015 Jul 14
0
[ANNOUNCE] xf86-input-libinput 0.12.0
New addition: a property to enable/disable tap drag lock (which requires libinput 0.19) Multi-button mice are now supported, with higher-numbered buttons forwarded as expected. Peter Hutterer (3): Support buttons > BTN_BACK on mice Add a property for tap drag lock xf86-input-libinput 0.12.0 git tag: xf86-input-libinput-0.12.0 http://xorg.freedesktop.org/...