terminal/src/cascadia/WindowsTerminal
James Holderness 8c46e740e8 Remove unneeded c_str() conversions (#4358)
* Remove unneeded c_str() calls when converting an hstring to a wstring_view.

* Remove unneeded c_str() calls when constructing a FontInfo class with a wstring face name.

* Remove unneeded winrt::to_hstring calls when passing a wstring to a method that expects an hstring.

* Remove unneeded c_str() calls when passing an hstring to a method that already accepts hstrings without conversion.

* Remove unneeded c_str() and data() calls when explicitly constructing an hstring from a wstring.
2020-01-27 10:23:13 -08:00
..
AppHost.cpp Remove unneeded c_str() conversions (#4358) 2020-01-27 10:23:13 -08:00
AppHost.h Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
BaseWindow.h Use standard 1px window borders on NC Island Window (#3394) 2019-11-04 15:45:40 -08:00
IslandWindow.cpp Snap to character grid when resizing window (#3181) 2020-01-08 13:19:23 -08:00
IslandWindow.h Snap to character grid when resizing window (#3181) 2020-01-08 13:19:23 -08:00
main.cpp Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
NonClientIslandWindow.cpp Snap to character grid when resizing window (#3181) 2020-01-08 13:19:23 -08:00
NonClientIslandWindow.h Snap to character grid when resizing window (#3181) 2020-01-08 13:19:23 -08:00
packages.config update to the latest MUX prerelease (#4024) 2019-12-19 18:16:07 +00:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
resource.h Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
WindowsTerminal.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WindowsTerminal.manifest TURNS OUT CASE SENSITIVITY IS IMPORTANT (#2481) 2019-08-20 11:16:06 -07:00
WindowsTerminal.rc Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
WindowsTerminal.vcxproj update to the latest MUX prerelease (#4024) 2019-12-19 18:16:07 +00:00
WindowUiaProvider.cpp Upgrade UiaProviders to WRL::ComPtr (#3051) 2019-11-21 16:08:37 -08:00
WindowUiaProvider.hpp Upgrade UiaProviders to WRL::ComPtr (#3051) 2019-11-21 16:08:37 -08:00