John Gehrig

Results 38 issues of John Gehrig

The test coverage is broken using GitHub Actions + Windows. Fixes an stdout issue by changing the ctest output format. This has also uncovered some issues around `:GuiFont` and `:set...

We should add a test case for `:GuiLinespace -123`. Adding the change now will complicate #976, so we will wait until after that PR is merged.

There is an issue related to #868 when updating `GuiFont` and `guifont`. See `tst_shell.cpp`, the issue can be demonstrated by removing the following line: ``` C++ QTest::qWait(500); ``` If a...

**Issue #720:** The `[` character is not handled properly on Spanish Keyboard Layouts. The Spanish Layout contains keys like ` and &. These keys add an accent to the next...

The Windows test runs do not display any test output, even when `-VV` or `--output-on-failure` arguments are used. When `ctest` is run manually inside of the runner via, output is...

On some platforms, focus issues are observed after `:call GuiWindowFrameless(1). These focus issues can be resolved by leaving and returning to the `QMainWindow`. **TODO**: Add screenshot

Can `s_windows` or `s_lastActiveWindow` be accessed from multiple threads? If yes, the code as written is unsafe... Please prove that the code is thread safe, or add a mutex. Example)...

This change impacts auto-generated code. Experimenting with how aggressively to modify the various code-paths.

Additional Request from Issue #411 Some users want the ability to set background-only transparency. Extend `GuiWindowOpacity` so text can be made opaque. I'm not sure how this can be accomplished...

enhancement

Usage of the command is unclear (at least to me): ``` *GuiNewWindow(opts)* |GuiNewWindow()| creates a new window with the given map of arguments. Supported arguments are: The following parameters describe...