SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libinput-tools-1.20.1-276.3.i586.rpm :

* Mon May 16 2022 Jan Engelhardt - Enable building libinput-replay [boo#1190065]
* Tue May 10 2022 Florian \"spirit\" - Added \"768.patch\"
* Wed Apr 20 2022 Jan Engelhardt - Update to release 1.20.1
* Format string issue resolved [CVE-2022-1215 bsc#1198111]
* Sat Feb 19 2022 Jan Engelhardt - 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 - Add missing pkgconfig(wayland-protocols) BuildRequires: Previously pulled in by an other package.
* Mon Dec 13 2021 Jan Engelhardt - 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 - 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 - 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 - 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 - Update to release 1.18.1
* This release only adds device-specific quirks.
* Wed Jun 02 2021 Jan Engelhardt - 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 - Update to release 1.17.3
* Add quirk for Lenovo Legion 5 Pro.
* Fri Apr 30 2021 Jan Engelhardt - 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 - 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 - 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 - 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.
* Fri Nov 27 2020 Jan Engelhardt - Update to release 1.16.4
* Fix the termination of the readlink result
* udev: update rules to handle bind/unbind events
* Tue Nov 03 2020 Jan Engelhardt - Update to release 1.16.3
* evdev: reduce the \"your system is slow\" warning to 5 per hour
* Wed Oct 14 2020 Stefan Brüns - Split libinput-debug-gui from the library package build, removes GTK3 and transient build dependencies from libinput.- Fix cleanup of python3-libevdev dependent helpers, now located under libexecdir- Fix installation path of zsh-completion helpers, move to tools package.
* Wed Oct 07 2020 Jan Engelhardt - Update to release 1.16.2
* A few device-specific fixes for the Google Pixelbook, Apple Magic Trackpad 2, some ALPS i2c touchpads and a jumping cursor fix for ALPS DoalPoint touchpads.
* Thu Aug 13 2020 Jan Engelhardt - Update to release 1.16.1
* Add original MX Master to inverted-horizontal-wheel-having mice
* Mon Aug 03 2020 Jan Engelhardt - Update to release 1.16.0
* libinput now monitors timestamps of the events vs the current time when libinput_dispatch() is called by the compositor. Where the difference may result in issues, a (rate-limited) warning is printed to the log.
* Touchpads now support the \"flat\" acceleration profile. The default remains unchanged and this needs to be selected in the configuration interface.
* Events from lid or tablet-mode switches that are known to libinput as being unreliable are now filtered and no longer passed to the caller.
* Mon Jun 22 2020 Jan Engelhardt - Update to release 1.15.6
* Add HP stream x360 11 ModelTabletModeNoSuspend keyboard quirk
* Add quirks file for Sony Vaio Laptop
* tablet: use the AttrPressureRange quirk for tablets too
* Sat Apr 11 2020 Jan Engelhardt - Update to release 1.15.5
* touchpad: ratelimit the touch jump tests
* udev: don\'t use IMPORT+=
* Wed Apr 08 2020 Jan Engelhardt - Remove utilities with unsatisfied runtime dependencies [boo#1168783]
* Wed Mar 18 2020 Jan Engelhardt - Update to release 1.15.4
* record: fix dmi recording
* Fri Mar 06 2020 Jan Engelhardt - Update to release 1.15.3
* Restrict slot count code to ALPS devices only due to side effects on other devices.
* Thu Feb 20 2020 Jan Engelhardt - Update to release 1.15.2
* Fixes three regressions; one of these is a libevdev bug.
* Do not anymore force a proximity out on a tablet pen while a button is held down.
* Thu Feb 13 2020 Stanislav Brabec - Fix invalid RPM groups.
* Mon Feb 03 2020 Jan Engelhardt - Update to release 1.15.1
* A specific event sequence involving proximity timeouts and eraser buttons could previously trigger invalid proximity in/out sequences, leading to a crash in the clients.
* ALPS touchpads now automatically reduce the slot-count based on the number of actually provided fingers. The kernel hardcodes 5 but we don\'t always get 5 finger locations, so now we adjust this down to match.
* Sat Jan 04 2020 Stefan Brüns - Remove doxygen and graphviz BuildRequires, documentation has been disabled for some time already.
* Fri Jan 03 2020 Jan Engelhardt - Update to release 1.15.0
* Scroll button locking and tablet pad keys support.
* Table device hardware buttons that are designed to map to a specific functionality (e.g. to open the OSD) are now supported through the new LIBINPUT_EVENT_TABLET_PAD_KEY event.
* Quirks for the Logitech MX Master 2S and the Madcatz R.A.T.3 mouse were added.
* Touchpad scrolling was approximately 10% faster than the nominal pointer speed, that has been adjusted now.
* Mon Oct 28 2019 Jan Engelhardt - Update to release 1.14.3
* This release changes the horizontal scroll direction of the Logitech MX Master 3 back to what users would expect (this device ships with the wheel inverted). Tablet no longer force a proximity out while the tip is logically down. Single-touch screens sent superfluous (and wrong) motion events within the same touch down - that\'s fixed now. Finally, touchpad scrolling now matches the \'default\' speed of the cursor, previously it was 10% too fast.
* Thu Oct 17 2019 Jan Engelhardt - Update to release 1.14.2
* Added quirks for specific devices, notably the Logitech MX Master 2S and 3, Thinkpad 13 G2, HP Elite x2 1013 G3 and the Lenovo T490s and X200.
* For everyone else, the thumb detection is now less aggressive, fixing a few issues seen where two-finger scrolling was misdetected as pinch gestures.
* Mon Aug 26 2019 Jan Engelhardt - Update to new upstream release 1.14.1
* Fix a two-finger interaction (click + drag) was interpreted as scroll event instead of the intended action
* The RollerMouse v3 now has debouncing disabled so the double-click button works.
* Sun Aug 11 2019 Bjørn Lie - Drop conditionals for wacom support, all current releases of openSUSE have wacom support available.- Update git-urls to current gitlab home.
* Sun Aug 11 2019 Jan Engelhardt - Update to new upstream release 1.14
* The calibration matrix is now returned correctly even when it is the identity matrix. And the tablet pressure range is scaled correctly into the available physical range. Previously, the bottom 5% where effectively missing and pressure offset on worn-out pens handling took some of the scale away from the top.
* Improved thumb detection for touchpads. On Clickpad devices, this should make interactions where a thumb is resting on the touchpad or dropped during an interaction more reliable.
* The Dell Canvas Totem is now supported by libinput. It is exposed as a new tool type through the tablet interface along with two new axes. Note that this is only low-level support, the actual integration of the totem needs Wayland protocol changes and significant changes in all applications that want to make use of it.
* Touch-capable tablets now tie both devices together for rotation.
* Tablet proximity out handling for tablets that are unreliably sending proximity out events is now always timeout-based. It is no longer necessary to add per-device quirks to enable this feature and it is completely transparent on devices that work correctly anyway.
* Fri Jun 28 2019 Jan Engelhardt - Update to new upstream release 1.13.4
* Added a quirk for the Lenovo X1 Yoga 1st gen and a Lenovo X230 trackpoint quirk
* Better Thinkpad T480 trackpoint multiplier
* Wed May 29 2019 Bjørn Lie - Update to version 1.13.2:
* Apple Bluetooth touchpads are now recognized with the correct touch size, which should make finger detection more reliable.
* External tablets with a touchpad component (e.g. Wacom Intuos Pro series) will now rotate the touchpad by 180 degrees when set to left-handed. Previously only the tablet pen rotated, leaving pen and touch with two different orientations. Note that users need to set both the tablet and the touchpad to left-handed to have this work correctly; a better fix is in the works but taking longer than anticipated.
* The button scroll timeout reduction introduced in 1.13 is reverted again, it caused a few regressions. If you had issues with your middle button, that\'s likely going to fix it.
* Tue Apr 09 2019 Jan Engelhardt - Update to new upstream release 1.13.1
* Add quirk files for a HP Spectre 13 tablet, the trackpoint in the IBM USB UltraNav keyboard and the Toshiba Satellite L855-14E Touchpad.
* Fri Mar 29 2019 Jan Engelhardt - Update to new upstream release 1.13
* Touch arbitration has improved for tablets, especially on touch screens. A timer set on pen proximity out means we don\'t get ghost touches anymore when the hand lifts off slower than the pen itself.
* Location-based touch arbitration means that parts of the screen can be interacted with even while the pen is in proximity.
* libinput uses the tilt information where available to disable touches in a rectangle around the pen where the hand is likely to be but leaves the rest of the touchscreen available otherwise. Where the UI supports it, this allows for bimanual interaction.
* Mon Jan 21 2019 bjorn.lieAATTgmail.com- Update to new upstream release 1.12.6
* Two quirks for specific devices (Contour Roller Mouse and the Acer Spin 5), two little cleanups.
* Mon Jan 07 2019 Jan Engelhardt - Update to new upstream release 1.12.5
* Fixes an issue with the Asus VivoBook Flip 14 TP412UA, the tablet mode switch is \"stuck\", causing the keyboard and touchpad to stop working. A quirk was added to rectify this.
 
ICM