Dimitri

Results 19 issues of Dimitri

As soon as github actions are available, This project will be migrated from appveyor to github actions. - [x] Build Executable - [x] Run Tests - [ ] Set Version...

upkeep

Allow the use of hotkeys. There should be an area in the settings to allow the user to set hotkeys for various actions. Config will need to be updated to...

enhancement
good first issue

Currently the hotkey button is enabled on the settings menu and should be temporarily disabled until the tab is switched. The key should be unregistered, and re-registered after the switch....

enhancement
good first issue

Documentation should be improved. Things from the README to how the config system works, and test files. - [x] Config System - [x] Messages - [x] UI Elements - [x]...

upkeep

Debug builds should contain assert testing that are only enabled when the pre-processor flag `NDEBUG` is defined. This should be fairly easy. The code should be in it's own C...

enhancement

Debug builds should enable logging that will open a file in the users `%APPDATA%` folder and write to it throughout the duration of the applications lifetime. This should be simple...

good first issue
upkeep

There's currently a bug where if the window is already fullscreen or borderless when the user hit's start, the application with add a border to the window. This behavior should...

bug
help wanted
good first issue

The Main Window will not get focus by clicking into the main window area. Clicking anywhere should cause the window to take focus.

bug
help wanted