SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for xf86-input-wacom-devel-1.2.0-lp154.95.6.x86_64.rpm :

* Tue May 23 2023 Greenscreener - Update to version 1.20.0:
* Smooth panscrolling
* Don\'t report error when waiting for serial number
* Bring two finger right-click function back
* Assign Wacom specific keys only to Wacom devices
* gwacom: add support for special runtime options
* Other minor changes
* Other changes in previous versions
* Mon Jan 10 2022 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_wacom-inputattachAATT.service.patch
* Thu May 06 2021 Ferdinand Thiessen - Update to version 0.40.0:
* Add support for \"Wacom One Pen Display 13\"
* Recognize pad devices which only have softkeys
* Support the keycodes sent by the hardware buttons
* Support new Cintiqs for older kernels
* Stop pointer movement when panscrolling in relative mode
* Better explanation of the \"ToolSerials\" option
* Minor other improvements
* Tue Aug 25 2020 Stefan Dirsch - reenabled
* %{?systemd_ordering}
* %{x11_abi_xinput_req} which has mistakely been disabled by the previous update ...
* Tue Aug 25 2020 Dirk Mueller - update to version 0.39.0:
* Recognize new MobileStudio Pro PID
* Ignore ABS_MISC as a source of device type information for AES pens
* tools: Fix potential buffer overflow when reading from serial tablet
* Handle multitouch mode up at the very start wcmGestureFilter
* Perform a few cleanups in wcmTouchFilter.c
* Change default gesture mode: touchpad=on, touchscreen=off
* Support new MobileStudio Pro for older kernels
* Trigger scroll and zoom gestures immediately after they are detected
* Revert \"Reset wcmGestureState to current device state upon gesture start\"
* Do not start scroll gesture if fingers are moving opposite directions
* Minor cleanups for wcmFingerScroll and wcmFingerZoom
* Use wcmScrollDistance as scroll threshold; recognize scrolling more consistently
* Overhaul calculation of default scroll, zoom, and spread distances
* Prevent spurious right-clicks at the end of very short scroll and zoom gestures
* Do not wait wcmTapTime to enter scroll or zoom mode
* Use a proxout height of 30 for all stylus devices
* Allow CursorProximity to take effect even if distance == 0 on tablet surface
* Allow use of proxout feature for any relative tablet tool (stylus, eraser, cursor)
* Change wcmCursorProxoutDist from a common to a private property
* Add support for Surface Go and Nuvision Solo 10 Draw
* Fix panscroll when using non-default tablet area- remove U_Change-default-gesture-mode-touchpad-on-touchscreen-.patch (upstream)
* Thu Jul 16 2020 Stefan Dirsch - n_disable-touchscreen.patch
* don\'t use wacom driver for various touchscreens; let it fall back to libinput driver instead (boo#1172669)
* Mon Jun 08 2020 Stefan Dirsch - U_Change-default-gesture-mode-touchpad-on-touchscreen-.patch
* disable gesture mode on Touchscreens by default (boo#1172669)
* Tue Aug 20 2019 Stefan Dirsch - Version update to 0.37.0 (boo#1146181)
* bug fixes and performance improvements- adjusted n_01-Add-option-to-enable-logging.patch- refreshed n_02-Log-PROXIMITY-LOW-LEVEL-events.patch, n_03-Log-PRESSURE-low-level-events.patch, n_04-Log-BUTTON-HIGH-LEVEL-events.patch
* Tue Jul 30 2019 Stefan Dirsch - move xorg.conf.d snippet from /etc/X11/xorg.conf.d to /usr/share/X11/xorg.conf.d (boo#1139692)
* Thu Mar 21 2019 Jan Engelhardt - Remove FIRST_ARG logic (following systemd-rpm-macros rev 28).- Avoid em dashes in summary.- Add %systemd_ordering as there are service files to process.
* Tue Jan 08 2019 sndirschAATTsuse.com- readded support for serial input devices (boo#1120405)
* Tue May 30 2017 sndirschAATTsuse.com- includes everything needed for missing sle issue entries: fate #315643-315645, 319159-319161, 319618 (bsc#1041642)
* Wed May 10 2017 sndirschAATTsuse.com- removed support for serial input devices (fate#323262)
* Thu Apr 06 2017 sndirschAATTsuse.com- removed requires to linuxconsoletools (bsc#1032643)
* Sat Mar 18 2017 tchvatalAATTsuse.com- Version update to 0.34.2:
* Prevent xf86-input-wacom from binding to pure-keyboard devices
* refer KeySyms defined by keysymdef.h in man page
* Make sibling device name matching slightly more lenient- Remove upstreamed patch:
* U_conf-rename-to-70-wacom.conf.patch- Update patch to allow make check to pass, we add option:
* n_01-Add-option-to-enable-logging.patch- Run tests- Drop support for older distros as we care about leap+
* Wed Mar 15 2017 sndirschAATTsuse.com- switched input-tools required to linuxconsoletools (bsc#1029489)
* Sat May 21 2016 jengelhAATTinai.de- Ensure all unit template instances are gone on uninstall [boo#981004]
* Thu May 19 2016 sndirschAATTsuse.com- U_conf-rename-to-70-wacom.conf.patch
* bump up wacom driver to 070, so it get\'s preferred over libinput, which was dropped down to 060 (boo #979554)
* Tue Feb 16 2016 eshmarnevAATTsuse.com- Update to version 0.32.0:
* Update release.sh script from Xorg.
* Don\'t rely on IsPad() when trying to undo kernel event filtering.
* Streamline Sourceforge login for release.sh.
* Fri Oct 09 2015 zaitorAATTopensuse.org- Update to version 0.31.0: + xsetwacom: Fix regression in simple button mapping. + Modify wcmMaxCursorDist calculation to support non-inverted protocol 4.
* Fri Jul 31 2015 dimstarAATTopensuse.org- Update to version 0.30.0: + Allow PAD only interfaces without EV_ABS and/or EV_X/Y to report events. + xsetwacom: Add ability to read args from stdin for fuzzing. + afl: xsetwacom: - Do not allow negative button numbers. - Check that argc is in range before dereferencing argv. + ubsan: - Fix alignment issues. - Prevent out-of-bounds array write. - Use \'unsigned int\' for button mask in \'wcmSendButtons\'. + asan: xsetwacom: Cleanup xsetwacom memory leaks. + xsetwacom: Fix \'get_mapped_area\' (\"maptooutput next\") on 64-bit. + Coverity: - fix potential NULL-pointer dereferences. - fix coverity complaints about unchecked return values. - fix potential negative array subscript. - silence \"ioctl return value not checked\" warnings. - remove dead code. + tools: make baudrate unsigned int to shut up compiler.- BuildRequire pkgconfig(udev) instead of udev: be more robust to packaging changes.- Ignore absence of udevadm, it won\'t be present in the build env.- Rebase n_01-Add-option-to-enable-logging.patch.
* Fri Jan 23 2015 sndirschAATTsuse.com- Update to release xf86-input-wacom-0.28.0- dropped upstream patches already in 0.28.0
* U_01-Remove-unused-code.patch
* U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch
* U_03-Fix-initial-device-type-detection.patch
* U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch
* U_05-Remove-duplicate-tool-type-detection.patch
* U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch- refreshed logging patches:
* n_01-Add-option-to-enable-logging.patch
* n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
* n_03-Log-PRESSURE-low-level-events.patch
* n_04-Log-BUTTON-HIGH-LEVEL-events.patch (factorX/factorY replaced by 1.0 due to upstream git commit 96eae07)
 
ICM