Enrico Weigelt, metux IT consult
3d80bbef34
drop compat with old inputproto < 2.3.99.1
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-31 20:01:38 +01:00
Enrico Weigelt, metux IT consult
80daaadd99
release 25.0.0
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 18:39:48 +01:00
Enrico Weigelt, metux IT consult
87f63feb24
drop xorg-libinput.pc
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-17 18:46:55 +01:00
Peter Hutterer
0f6cc09321
Add support for the libinput plugin system
...
This is hardcoded to be enabled from the default paths (/usr/share and
/etc) without any extra paths. If there is a need we can add xorg.conf
options later but for now it will do.
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/-/merge_requests/73 >
2025-12-15 14:05:20 +01:00
Peter Hutterer
733692c9ce
meson.build: add dep_libinput as dependency for the KANA check
...
So meson can find the libinput.h header if libinput is in a nonstandard
path.
Fixes: 0bcb60e744 ("Add support for LIBINPUT_LED_COMPOSE/LIBINPUT_LED_KANA")
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/-/merge_requests/72 >
2025-12-15 13:54:48 +01:00
Peter Hutterer
1d7b5c8196
meson.build: install the libinput-properties.h file
...
Patch provided by Brice De Bruyne
Closes #67
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/-/merge_requests/71 >
2025-08-18 10:50:43 +02:00
Peter Hutterer
c712930ef4
xf86-input-libinput 1.5.0
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2024-10-15 14:06:00 +10:00
Martin Rys
0bcb60e744
Add support for LIBINPUT_LED_COMPOSE/LIBINPUT_LED_KANA
...
Added in libinput 1.26
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/-/merge_requests/58 >
2024-09-12 09:31:01 +10:00
Peter Hutterer
bb41cc730c
Add support for clickfinger button maps
2024-07-19 11:44:49 +10:00
Peter Hutterer
72c8eb25f8
Implement tablet tool pressure range support
2024-06-10 09:27:57 +00:00
Peter Hutterer
46af622e9d
xf86-input-libinput 1.4.0
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2023-08-25 13:51:18 +10:00
Peter Hutterer
8cf533df3a
xf86-input-libinput 1.3.0
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2023-04-04 14:56:40 +10:00
Peter Hutterer
f94a8edb0e
Add support for custom pointer acceleration
...
Adds new properties and xorg.conf entries for setting the acceleration
function's points and step.
`AccelProfile` option can now accept `custom` value.
Add 4 new options which only apply when `AccelProfile` is `custom`:
- Add `AccelPointsFallback` option for setting the points of the
Fallback acceleration function. Points values are represented by a
space-separated list, e.g. "0.0 1.0 2.4 2.5".
- Add `AccelStepFallback` option for setting the step of the Fallback
acceleration function. When a step of 0.0 is provided,
libinput default Fallback acceleration function is used.
- Add `AccelPointsMotion` and `AccelStepMotion` options, which are
equivalent to `AccelPointsFallback` and `AccelStepFallback` options,
but apply to the Motion acceleration function.
See libinput documentation for a detailed explanation of custom
pointer acceleration.
2023-01-09 15:53:38 +02:00
Peter Hutterer
2ee183a6cd
Add meson build system
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2022-01-25 12:21:09 +10:00