|
From: Jason G. <kil...@gm...> - 2018-01-23 19:43:35
|
With a nice quiet two-week RC period behind us, it looks like version
0.36.0 of xf86-input-wacom is ready for its final release. This release
improves support for several devices (Intuos Pro, Cintiq 27QHDT) and adds
support for several more (Cintiq Pro 24, Cintiq Pro 32, Pro Pen 32). There
have been multiple bugs fixed as well since the prior release; see the
full commit log below for details.
One noteworthy new feature which escaped mention in the RC is the addition
of a "pan" action for xsetwacom. After running the following command, hold
the configured button and drag on a window: the window contents should move
vertically/horzontally in response. This is useful for quickly scrolling
through documents or UI lists without having to move to the scrollbar or
use the arrow keys.
`xsetwacom set <stylus_id> button <n> pan`
As always, [installation instructions][1] can be found on our wiki. If
you encounter any bugs, please be sure to [file an issue our tracker][2].
[1]: http://linuxwacom.sourceforge.net/wiki/index.php/Xf86-input-wacom
[2]: https://sourceforge.net/p/linuxwacom/bugs/
# Commit Log
Aaron Armstrong Skomra (1):
Support DTH-1152 on older kernels
remove release script code from other projects
add Github to release.sh script
Benjamin Tissoires (1):
conf: add Dell Canvas 27 touch
Jason Gerecke (24):
Add support for 2nd-generation Intuos Pro
Correct device flags for multiple devices
xsetwacom: Recognize 'AltGr' key as synonym for 'ISO_Level3_Shift'
Add support for kernel's new BTN_STYLUS3 event
Add Travis-CI integration
xsetwacom: Use explicit NULL for final element of 'parameters' array
xsetwacom: Don't drop "const" when performing a cast
Remove no-longer-necessary "Wno-error" exceptions from Travis
Build tools with AM_CFLAGS and its warnings
Use git-version-gen for build-time version strings
Refactor coordinate averaging to seperate function
Do not overwrite raw device state with filtered coordinate values
Move 'suppress' variable from wcmEvent to commonDispatchDevice
Reset filter when tip is touched to tablet
Add Coverity integration to .travis.yml
tools: Prevent use of invalid (negative) fd
Pass current WacomDeviceState through to sendAction
Implement "pan" scrolling functionality
Be more strict about linking to already-linked devices
conf: Add preprobe fdi config to workaround EV_SW issues in HAL
Add support for Cintiq Pro 24/32
Add support for Cintiq 27QHDT
Allocate 4 buttons for stylus devices (Pro Pen 3D)
wacom 0.35.99.1
wacom 0.36.0
Peter Hutterer (1):
Remove the device's fd from the select() set when we get ENODEV
git tag: xf86-input-wacom-0.36.0
https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-0.36.0/xf86-input-wacom-0.36.0.tar.bz2
MD5: d1d45f05cf1877b181dc324ce1deb7e9 xf86-input-wacom-0.36.0.tar.bz2
SHA1: 15721d4391f9cb2c92c8cf232cf2af7d052bcd13 xf86-input-wacom-0.36.0.tar.bz2
SHA256: eae7c5d2872b1433c8d679bb42b00213403eb2a0544c514f4df2b586284c23f6 xf86-input-wacom-0.36.0.tar.bz2
PGP: https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-0.36.0/xf86-input-wacom-0.36.0.tar.bz2.sig
|