Leonard Hecker
Leonard Hecker
We should know how many users are opting out of AtlasEngine and how often they run into known issues. This will tell us what improvements to priorize.
# Description of the new feature/enhancement Apparently DirectSound is kind of poorly supported since Windows Vista. [Wikipedia](https://en.wikipedia.org/wiki/DirectSound#Windows_Vista/Windows_7): > Windows Vista features a completely re-written audio stack based on the [Universal...
My hope with this commit is to make our code more robust against accidental recursive locking, as well as making it easier to write code with confidence, with only a...
2 new ConPTY APIs were added as part of this commit: * `ClosePseudoConsoleTimeout` Complements `ClosePseudoConsole`, allowing users to override the `INFINITE` wait for OpenConsole to exit with any arbitrary timeout,...
Does what it says in the title. After this commit you can customize the height and width of the terminal's cells. This commit supports parts of CSS' `` data type:...
### Steps to reproduce As per an internal "Spec benchmark QoS observations on Surface and Samsung system with latest OS" discussion: > Here are steps to run the SPEC CPU2017...
The catch clause will allow `BufferAllocator` to be destroyed while the `ROW`s in `_storage` continue to reference its memory. The solution is to refactor `ROW::Resize` from being a mutating function...
The overarching intention of this PR is to improve our Unicode support. Most of our APIs still don't support anything beyond UCS-2 and DBCS sequences. This commit doesn't fix the...
When working on #14745 I found `KeyEvent`s a little hard to read in the debugger. I noticed that this is because of sign extension when converting `char`s to `wchar_t`s in...
#14745 removed the only user of `GetAugmentedOutputBuffer`. ⚠️ Merge after #14745. ⚠️