terminal/src/cascadia/WpfTerminalControl
Zoey Riordan 4393fefb71
fix mouse events in the wpf control (#4720)
PR #4548 inadvertantly broke mouse button input in the WPF control. This happened due to the extra layer of HWND indirection. The fix is to move the mouse button handling down into the native control where the window messages are now being sent.
2020-02-28 14:46:35 -08:00
..
ITerminalConnection.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
NativeMethods.cs hook up UIA tree to WPF control (#4548) 2020-02-24 23:17:55 +00:00
stylecop.json add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalContainer.cs fix mouse events in the wpf control (#4720) 2020-02-28 14:46:35 -08:00
TerminalControl.xaml wpf: Change scrollbar buttons to one line per click (#3397) 2019-10-31 17:17:14 -07:00
TerminalControl.xaml.cs hook up UIA tree to WPF control (#4548) 2020-02-24 23:17:55 +00:00
TerminalOutputEventArgs.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalTheme.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
WpfTerminalControl.csproj consolidate PackageES versioning in /custom.props (#3672) 2019-11-25 11:29:40 -08:00