xf86-input-libinput 1.3.0
posted by Roy Schestowitz on Apr 05, 2023
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 "libinput Accel Custom Fallback Step"
- "libinput Accel Custom Motion Points" and "libinput Accel Custom Motion Step"
- "libinput Accel Custom Scroll Points" and "libinput Accel Custom Scroll Points"
For details on what these mean, please see the man page and the
libinput documentation:
https://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html
In addition, the "libinput Accel Profiles Available" and
"libinput Accel Profile Enabled" properties have been expanded to 3 values. For
backwards compatibility, the "libinput Accel Profile Enabled" continues
to support setting 2 values only.
Alan Coopersmith (2):
gitlab CI: enable commit & merge request checks
gitlab CI: enable gitlab's builtin static analysis
Hong Xu (1):
Better explain HorizontalScrolling.
Peter Hutterer (7):
Drop HAVE_CONFIG_H, we always have it defined
man: replace the various suffixes with their actual numbers
man: use @VERSION@ for the driver version
Add meson build system
configure.ac: inputproto 2.4 is optional
Add support for custom pointer acceleration
xf86-input-libinput 1.3.0
Shin-myoung-serp (1):
Correct the coordinate transform parameters for an absolute pointer
Yinon Burgansky (1):
Add support for the scroll movement type of the custom acceleration profile
git tag: xf86-input-libinput-1.3.0
Read on