terminal/src/cascadia/WindowsTerminal
pi1024e 9f95b54f2c
Change NULL to nullptr since they are pointers (#4960)
Some functions and variables are having NULL assigned to them when they are in fact pointers, so nullptr might be more accurate here.
2020-03-20 20:35:12 +00:00
..
AppHost.cpp Tunnel F7 keypresses directly into special handlers in TermControl (#4807) 2020-03-05 20:35:46 +00:00
AppHost.h Tunnel F7 keypresses directly into special handlers in TermControl (#4807) 2020-03-05 20:35:46 +00:00
BaseWindow.h Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
IslandWindow.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
IslandWindow.h Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
main.cpp Tunnel F7 keypresses directly into special handlers in TermControl (#4807) 2020-03-05 20:35:46 +00:00
NonClientIslandWindow.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
NonClientIslandWindow.h Snap to character grid when resizing window (#3181) 2020-01-08 13:19:23 -08:00
packages.config Apply dark window borders to NonClientIslandWindow using ThemeHelpers (#4817) 2020-03-05 21:28:55 +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 Apply dark window borders to NonClientIslandWindow using ThemeHelpers (#4817) 2020-03-05 21:28:55 +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