libwacom icon indicating copy to clipboard operation
libwacom copied to clipboard

libwacom is a tablet description library

Results 61 libwacom issues
Sort by recently updated
recently updated
newest added

This is still a part of the API, and thus have required even new .tablet files to fill this out even though it's superseded by `IntegratedIn`. So let's generate them...

Nothing uses `libwacom_get_class()` (except for identifying remotes, see #779) but we still have to add it each `.tablet` file. Since we don't have any known callers we can just generate...

The Linux kernel maintainers are open to the idea of eventually [removing tool ID mangling](https://lore.kernel.org/linux-input/[email protected]/). Before we do this, we need to add the non-mangled versions of these IDs into...

Let's add a line in the form `Aliases=0x1234;0xabcd` to `libwacom.stylus` so we can easily duplicate tools that are identical but have had (or will have) multiple tool ids over time....

The style is fairly close to what we have and at least enforces a consistent coding style. The only true change in style is no indentation for case in switch...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.12.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.0...v0.12.0)

- **Device name**: [Kamvas 13 (Gen 3)](https://www.huion.com/es/products/pen_display/Kamvas/kamvas-13-gen-3.html) - **Device model identifier**: gs1333 - **libwacom version**: libwacom-2.15.0-1.fc42.x86_64 - [x] I understand that libwacom does **not** affect whether the device works (see...

I'm trying to add support for my Xencelabs Pro 16 display tablet, so that I can have full control over both styli and their buttons, as well as control over...

This needs to be cleaned up so we have one approach only (preferable `foo()`) together with then marking that commit in `.git-blame-ignore-revs` so it doesn't show up in `git blame`.

IIRC, originally we added w/h to make it possible to refer to devices as "That's the 6x9 intuos 3". Since Wacom uses inches, the width/height is specified in inches. We...