Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libinput10 | Distribution: openSUSE Tumbleweed |
Version: 1.26.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Aug 19 09:40:24 2024 |
Group: System/Libraries | Build host: reproducible |
Size: 361693 | Source RPM: libinput-1.26.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.freedesktop.org/wiki/Software/libinput/ | |
Summary: Input device and event processing library |
libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect.
MIT
* Mon Aug 19 2024 Jan Engelhardt <jengelh@inai.de> - Update to release 1.26.2 * Added quirks for the LG Gram 14 and the Minisvorum V3 * Thu Jun 06 2024 Jan Engelhardt <jengelh@inai.de> - Update to release 1.26 * Touchpads can now configure a clickfinger button map * Tablet pads now have an API for relative dials. * A new configuration option for tablet tools allow reducing the available logical range. * Tablet tools can now use BTN_STYLUS3 too and tablet pad strip support should now work for non-Wacom devices, for systems where the kernel driver implements it. * Tue Mar 26 2024 pgajdos@suse.com - remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476] * Mon Jan 15 2024 Jan Engelhardt <jengelh@inai.de> - Update to release 1.25 * Change how left-handed settings are handled for tablets: If libwacom does not contain a definition for a tablet yet, libinput defaults to enabling a left-handed setting. * Quirks for laptops from Dell, Google, Graviton, HP, HUAWEI, Lenovo and Razer, gadgets like the RollerMouse Pro3 and virtual machines like GNOME Boxes, VirtualBox or Virtual Machine Manager are included. * Fri Aug 25 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to release 1.24.0 * On Apple touchpads, natural scrolling is now enabled by default and palm detection is disabled - the touchpads are good enough that they don't need our help. * Built-in tablet devices now always have touch arbitration enabled, so we no longer need to add a quirk for each of them. And speaking of tablets: the pressure offset limit for worn-out devices is now at 50% of the range. Modern pens have a precise enough range that even worn out pen can still provide satisfactory pressure sensitivity. This pressure offset is now detected on worn-out pens that do not support distance. * Finally, where a relative device's rotation is 180 degrees (e.g. a trackball used upside-down) we now flip the scroll wheel direction as well. * The rest of the changes is the usual mix of janitorial patches and device-specific quirks. * Sat Mar 25 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 1.23 * This version has a new pointer acceleration profile: the "custom" profile. This profile allows users to tweak the exact response of their device based on their input speed. * Thu Jan 19 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to release 1.22.1: * This version includes quirks for laptops from Apple and Dell, as well as for the Glorious Model 0 mouse. It also backports a meson fix for use of libinput as subproject and a fix for libinput debug-events not flushing the output, resulting in truncated information. * Finally, the tablet touch arbitration rectangle was increased by 50mm in both directions to reduce the number of misdetected touches. - Use ldconfig_scriptlets macro for post(un) handling. * Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.22 * A new flat acceleration profile is available for trackpoints, making them more usable in some cases. * This version includes quirks for laptops from Lenovo, Acer and Microsoft, as well as for the Framework laptop and ARM based Chromebooks. * Sat Jun 11 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.21 * This version includes a new configuration option that, similarly to its touchpad counterpart, allows disabling the trackpoint while typing. * The flat acceleration profile has been improved in this version. * Mon May 16 2022 Jan Engelhardt <jengelh@inai.de> - Enable building libinput-replay [boo#1190065] * Wed Apr 20 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.20.1 * Format string issue resolved [CVE-2022-1215 bsc#1198111] * Sat Feb 19 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.20.0 * High-resolution scroll is more reliable thanks to the inclusion of new heuristics. * Better handling of BTN_TOOL_PEN on top of BTN_TOOL_RUBBER on graphics tablets that trigger a kernel bug. * libinput does not handle joysticks and gamepads. The detection algorithm has been improved to avoid tagging some of those devices as keyboards. * Improved clickpad detection * New quirks and bug fixing * Tue Dec 21 2021 Bjørn Lie <bjorn.lie@gmail.com> - Add missing pkgconfig(wayland-protocols) BuildRequires: Previously pulled in by an other package. * Mon Dec 13 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.19.3 * quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse * quirks: Dell 15R touchpad settings for firmware v3 * quirks: change touchpad pressure on Lenovo Yoga 2 Pro * gestures: cancel hold gestures on thumb detection * Fri Oct 22 2021 Paolo Stivanin <info@paolostivanin.com> - Update to release 1.19.2: * quirks: add quirk for GPD Win Max * evdev: disable button scroll timeout for extra mouse buttons * evdev: avoid usage of bogus BTN_FORWARD name * gestures: avoid processing the last hold and motion event twice * quirks: Add quirk for StarLabs clickpads with two phyisical buttons * quirks: Update dmi for StarBook Mk V * quirks: relax DMI modalias match for Purism Librem 14v1 * Tue Sep 28 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.19.1 * New: Detects (and works around) buggy devices that claim to have a high-resolution scroll wheel but which do not actually send events. * New assumption that any non-bluetooth touchpad is internal. * Jumping cursor warning has been reduced once again. * Tue Sep 14 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.19 * Hold gestures are a new type of gestures that are triggered by holding one or more fingers on a touchpad without significant movement. They add to the existing pinch and swipe gestures and allow for the implementation of hold-to-click. * High-resolution wheel scrolling has been long in the making and the solution ends up replacing the existing pointer axis API. Three new events are available: LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, LIBINPUT_EVENT_POINTER_SCROLL_FINGER, and LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS. These events replace the existing LIBINPUT_EVENT_POINTER_AXIS events, i.e. if you are processing the new events simply discard the old events. * Tue Aug 03 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.18.1 * This release only adds device-specific quirks. * Wed Jun 02 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.18 * Gestures' unaccelerated motion now matches the accelerated motion (without accel, obviously). * Better gesture detection should reduce the amount of pinch gestures detected as two-finger scrolling. * Pressing the wheel button down now suppresses accidental scroll wheel events. * Reworked clickpad detection means we should be more robust for devices with broken firmware. * Wed May 26 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17.3 * Add quirk for Lenovo Legion 5 Pro. * Fri Apr 30 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17.2 * Fix sensitivity for Dell Latitude 7490 pointing-stick * Add palm size quirk for the Gigabyte Aero 15 * Wed Mar 24 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17.1 * quirks: add quirks for Apple SPI input devices * Add Lenovo Legion 5 keyboard to 50-system-lenovo.quirks * Tue Feb 23 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17 * New (sub-)tool: `libinput analyze recording` * Support for tap-and-drag with two and three fingers * Wacom's AES tablets no longer have smoothing enabled * Thu Jan 14 2021 Dominique Leuenberger <dimstar@opensuse.org> - Limit the dep libinput-debug-gui -> libinput-tools only to %{version}, not %{version}-%{release}. As they are not built in the same run, the rebuild counters are not guaranteed to match forever.
/usr/lib/libinput.so.10 /usr/lib/libinput.so.10.13.0 /usr/share/libinput-1.26.2 /usr/share/libinput-1.26.2/libinput /usr/share/libinput-1.26.2/libinput/10-generic-keyboard.quirks /usr/share/libinput-1.26.2/libinput/10-generic-mouse.quirks /usr/share/libinput-1.26.2/libinput/10-generic-trackball.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-a4tech.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-aiptek.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-alps.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-contour.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-cypress.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-elantech.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-glorious.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-huion.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-ibm.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-ite.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-kensington.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-logitech.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-madcatz.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-microsoft.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-oracle.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-qemu.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-razer.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-synaptics.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-trust.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-uniwill.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-vmware.quirks /usr/share/libinput-1.26.2/libinput/30-vendor-wacom.quirks /usr/share/libinput-1.26.2/libinput/50-system-acer.quirks /usr/share/libinput-1.26.2/libinput/50-system-apple.quirks /usr/share/libinput-1.26.2/libinput/50-system-asus.quirks /usr/share/libinput-1.26.2/libinput/50-system-chicony.quirks /usr/share/libinput-1.26.2/libinput/50-system-chuwi.quirks /usr/share/libinput-1.26.2/libinput/50-system-cyborg.quirks /usr/share/libinput-1.26.2/libinput/50-system-dell.quirks /usr/share/libinput-1.26.2/libinput/50-system-framework.quirks /usr/share/libinput-1.26.2/libinput/50-system-gigabyte.quirks /usr/share/libinput-1.26.2/libinput/50-system-google.quirks /usr/share/libinput-1.26.2/libinput/50-system-gpd.quirks /usr/share/libinput-1.26.2/libinput/50-system-graviton.quirks /usr/share/libinput-1.26.2/libinput/50-system-hp.quirks /usr/share/libinput-1.26.2/libinput/50-system-huawei.quirks /usr/share/libinput-1.26.2/libinput/50-system-lenovo.quirks /usr/share/libinput-1.26.2/libinput/50-system-lg.quirks /usr/share/libinput-1.26.2/libinput/50-system-minisforum.quirks /usr/share/libinput-1.26.2/libinput/50-system-pine64.quirks /usr/share/libinput-1.26.2/libinput/50-system-sony.quirks /usr/share/libinput-1.26.2/libinput/50-system-starlabs.quirks /usr/share/libinput-1.26.2/libinput/50-system-system76.quirks /usr/share/libinput-1.26.2/libinput/50-system-toshiba.quirks /usr/share/libinput-1.26.2/libinput/50-system-vaio.quirks /usr/share/licenses/libinput10 /usr/share/licenses/libinput10/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 01:34:24 2024