terminal/src/cascadia/TerminalApp
Michael Niksa 6b728cd6d0
Add source linking information during the build (#2857)
Copies source linking scripts and processes from Microsoft/Microsoft-UI-XAML. This embeds source information inside the PDBs in two formats: One for WinDBG using a PowerShell script that runs during the build, and one for Visual Studio using the Microsoft.SourceLink.GitHub NuGet pacakge. Sources are automatically pulled from raw.githubusercontent.com when debugging a release build inside either of these utilities as of this change.
2019-09-26 09:31:09 -07:00
..
lib Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
Resources/en-US Add validation for hiding all the profiles (#2800) 2019-09-19 16:54:36 +00:00
ActionArgs.cpp Don't copy text if there's no selection (#2446) 2019-08-16 15:43:51 -07:00
ActionArgs.h Don't copy text if there's no selection (#2446) 2019-08-16 15:43:51 -07:00
ActionArgs.idl Don't copy text if there's no selection (#2446) 2019-08-16 15:43:51 -07:00
App.base.h Apply a GDI region to the top level Island window to allow dragging with a single Island (#929) 2019-06-25 13:06:11 -07:00
App.cpp Add validation for hiding all the profiles (#2800) 2019-09-19 16:54:36 +00:00
App.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
App.idl Clean up boundary between terminal app and terminal page (#2208) 2019-09-04 14:34:06 -07:00
App.xaml Add Warnings during settings load (#2422) 2019-08-16 21:21:43 +00:00
AppActionHandlers.cpp Enable Terminal closing with ALT + F4 and warning of multiple open tabs (#2526) 2019-09-16 22:43:27 -07:00
AppKeyBindings.cpp Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
AppKeyBindings.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
AppKeyBindings.idl Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
AppKeyBindingsSerialization.cpp Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
AzureCloudShellGenerator.cpp Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
AzureCloudShellGenerator.h Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
CascadiaSettings.cpp Add validation for hiding all the profiles (#2800) 2019-09-19 16:54:36 +00:00
CascadiaSettings.h Add a schema reference to the userDefaults and patch one into user data (#2803) 2019-09-18 18:37:23 -07:00
CascadiaSettingsSerialization.cpp Add a schema reference to the userDefaults and patch one into user data (#2803) 2019-09-18 18:37:23 -07:00
ColorScheme.cpp Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
ColorScheme.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
DefaultProfileUtils.cpp Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
DefaultProfileUtils.h Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
defaults.json defaults: bind alt+f4 to closeWindow (#2858) 2019-09-23 17:12:00 -07:00
FixVisualStudioBug.targets Fix the ut_app build for VS 16.2, 16.3 (#2347) 2019-08-09 13:21:45 -07:00
GlobalAppSettings.cpp Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
GlobalAppSettings.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
IDynamicProfileGenerator.h Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
init.cpp Add some ETL around profile, control and connection creation (#2125) 2019-07-29 17:24:20 -07:00
JsonUtils.cpp Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
JsonUtils.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
KeyChordSerialization.cpp Allow the mapping of OEM keys ({}|\<>/_-=+) in key bindings (#2067) 2019-07-23 14:05:07 -07:00
KeyChordSerialization.h Support remapping keybindings (#748) 2019-05-21 09:26:04 -05:00
LegacyProfileGeneratorNamespaces.h Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
MinMaxCloseControl.cpp Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
MinMaxCloseControl.h Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
MinMaxCloseControl.idl Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
MinMaxCloseControl.xaml Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
packages.config Add source linking information during the build (#2857) 2019-09-26 09:31:09 -07:00
Pane.cpp Clean up Pane (#2494) 2019-08-28 07:40:16 -07:00
Pane.h Clean up Pane (#2494) 2019-08-28 07:40:16 -07:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Refactor TerminalApp and Add Tests for Xaml Content (#1164) 2019-07-15 14:27:56 -05:00
PowershellCoreProfileGenerator.cpp Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
PowershellCoreProfileGenerator.h Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
Profile.cpp Add hidden to the defaults, the userDefaults, and the autogenerated stubs (#2801) 2019-09-18 13:37:34 -07:00
Profile.h Don't explode name-only profiles (#2789) 2019-09-17 10:20:52 -07:00
ScopedResourceLoader.cpp Move TerminalApp's resources into the TerminalApp project (#1972) 2019-07-23 11:29:38 -07:00
ScopedResourceLoader.h Move TerminalApp's resources into the TerminalApp project (#1972) 2019-07-23 11:29:38 -07:00
Tab.cpp Clean up Pane (#2494) 2019-08-28 07:40:16 -07:00
Tab.h Clean up Pane (#2494) 2019-08-28 07:40:16 -07:00
TabRowControl.cpp Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
TabRowControl.h Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
TabRowControl.idl Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
TabRowControl.xaml shrunk + icon (#2109) 2019-07-26 07:06:28 -05:00
TerminalApp.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TerminalApp.vcxproj Add source linking information during the build (#2857) 2019-09-26 09:31:09 -07:00
TerminalPage.cpp Enable Terminal closing with ALT + F4 and warning of multiple open tabs (#2526) 2019-09-16 22:43:27 -07:00
TerminalPage.h Enable Terminal closing with ALT + F4 and warning of multiple open tabs (#2526) 2019-09-16 22:43:27 -07:00
TerminalPage.idl Clean up boundary between terminal app and terminal page (#2208) 2019-09-04 14:34:06 -07:00
TerminalPage.xaml Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
TerminalWarnings.h Add validation for hiding all the profiles (#2800) 2019-09-19 16:54:36 +00:00
TitlebarControl.cpp Prevent a crash on resizing too small caused by the Titlebar (#2118) 2019-07-26 11:16:13 -05:00
TitlebarControl.h Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
TitlebarControl.idl Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
TitlebarControl.xaml Enable dragging with the entire titlebar (#1948) 2019-07-18 17:21:33 -05:00
userDefaults.json Add a schema reference to the userDefaults and patch one into user data (#2803) 2019-09-18 18:37:23 -07:00
Utils.cpp Only update the icon of a tab it the icon actually _changed_ (#2376) 2019-08-14 16:12:14 -07:00
Utils.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
WslDistroGenerator.cpp Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00
WslDistroGenerator.h Add Dynamic Profile Generators (#2603) 2019-09-16 13:34:27 -07:00