terminal/src/cascadia/PublicTerminalCore
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
..
HwndTerminal.cpp Update wil. Fixes GDI handle leak (#6229) 2020-06-01 22:29:05 +00:00
HwndTerminal.hpp wpf: only dismiss selection for real chars, not modifiers (#5388) 2020-04-17 11:28:56 -07:00
pch.cpp add wpf control (#2004) 2019-10-11 14:02:09 -07:00
pch.h hook up UIA tree to WPF control (#4548) 2020-02-24 23:17:55 +00:00
PublicTerminalCore.vcxproj Fix PublicTerminalCore APIset usage on Windows 7 (#4733) 2020-02-26 16:30:05 -08:00
PublicTerminalCore.vcxproj.filters add wpf control (#2004) 2019-10-11 14:02:09 -07:00