InfinityGhost

Results 9 issues of InfinityGhost

## Notes - Completely rewrote the OpenTabletDriver Daemon and UI projects from scratch using Dependency Injection. - Merged the OpenTabletDriver.Plugin library into the core OpenTabletDriver library. ## Issues - Fixes...

enhancement
windows/wpf
linux/gtk
macos
gui
daemon
plugins
priority:high
console
breaking
core

## Description Root cause appears to be as result of the App.Settings property being changed, causing all event hooks to be rehooked, and eventually causes huge slowdowns and/or hangups. https://github.com/OpenTabletDriver/OpenTabletDriver/blob/a91c751d2ee57a8edf30225d34ab12fd81ba3ad5/OpenTabletDriver.UX/Windows/PluginManagerWindow.cs#L114-L126...

bug
gui
priority:medium

## Description Unhandled null reference when detecting tablets (osu-framework) See https://github.com/ppy/osu/issues/17711#issuecomment-1092552221 ```cs 2022-04-07 13:11:40 [verbose]: Detect: Searching for tablets... 2022-04-07 13:11:40 [verbose]: Detect: Found tablet 'Wacom CTL-472' 2022-04-07 13:11:45 [error]:...

bug
core

Currently, tablet metadata such as support status, requirements, and workarounds are all stored in `TABLETS.md`. Moving all of this information into the configuration file itself makes it easier to maintain...

enhancement
configuration

- Added support for scrolling via bindings ## Platform support status - [ ] Windows - [x] Linux - [ ] MacOS

daemon
desktop

# Description - Create shortcuts to updater, instead of relying on the user to remember where it is installed.

enhancement

# Notes - Split `Name` into `Manufacturer` and `Model` - Removed `TABLETS.md` and migrated its contents into configurations ## Blockers - [OpenTabletDriver.Web](https://github.com/OpenTabletDriver/OpenTabletDriver.Web) depends on `TABLETS.md` being in `master` at https://opentabletdriver.net/Tablets...

enhancement
configuration
priority:high
breaking

It would also be ideal to publish them automatically on release. Only a few packages actually need to be built and can be configured through the csproj/Directory.Build.Props along with their...

enhancement
ci
meta

Refer to #3437 - Reconfigured projects to **not** pack anything but necessary projects we publish on NuGet - Linked README into packages - Updated packages to clear up warnings ##...

needs-backport