terminal/src/renderer
Michael Niksa 48b3262eaa
Update wil. Fixes GDI handle leak (#6229)
## Summary of the Pull Request
When resizing the window title, a GDI object would be leaked. This has to do with our island message handler using `wil` to track these objects and `wil` having a bug.

## References
microsoft/wil#100

## PR Checklist
* [x] Closes #5949 
* [x] I work here.
* [x] Tested manually
* [x] Doc not required.
* [x] Am core contributor.

## Validation Steps Performed
* [x] Added the GDI Objects column to Task Manager, set the Terminal to use the `titleWidth` size tabs, then changed the title a bunch with PowerShell. Confirmed repro before (increasing GDI count). Confirmed it's gone after (no change to object count).
2020-06-01 22:29:05 +00:00
..
base Improve cluster construction performance (#5584) 2020-04-28 15:41:44 +00:00
dx Update wil. Fixes GDI handle leak (#6229) 2020-06-01 22:29:05 +00:00
gdi ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00
inc Show a double width cursor for double width characters (#5319) 2020-04-15 19:23:06 +00:00
uia Reduce CursorChanged Events for Accessibility (#5196) 2020-04-01 15:56:20 +00:00
vt Fix SGR indexed colors to distinguish Indexed256 color (and more) (#5834) 2020-05-27 22:34:45 +00:00
wddmcon Move ConPTY to use til::bitmap (#5024) 2020-03-23 15:57:54 +00:00
dirs Merged PR 4645239: [Git2Git] Merged PR 4644345: conhost: disable the DX renderer in inbox builds 2020-05-05 23:03:07 +00:00