terminal/src/cascadia/TerminalSettingsEditor
Raphael Horber b7a7aa0bc3
Add doubleUnderscore cursor style (#7827)
Adds a new cursor type "doubleUnderscore". Tested manually.

Closes #6786
2021-01-20 19:36:07 +00:00
..
Resources/en-US Add doubleUnderscore cursor style (#7827) 2021-01-20 19:36:07 +00:00
ColorLightenConverter.cpp Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
ColorLightenConverter.h Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
ColorSchemes.cpp Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
ColorSchemes.h Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
ColorSchemes.idl Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
ColorSchemes.xaml Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
ColorToBrushConverter.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
ColorToBrushConverter.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
ColorToHexConverter.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
ColorToHexConverter.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
CommonResources.xaml Fix margins and box width in SUI (#8616) 2020-12-24 00:22:18 +00:00
Converters.idl Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
EnumEntry.h Order enum settings according to enum values (#8784) 2021-01-14 11:47:33 +00:00
EnumEntry.idl Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
FontWeightConverter.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
FontWeightConverter.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
GlobalAppearance.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
GlobalAppearance.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
GlobalAppearance.idl Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
GlobalAppearance.xaml Add missing settings to the settings UI (#8774) 2021-01-14 23:57:59 +00:00
Interaction.cpp Add missing settings to the settings UI (#8774) 2021-01-14 23:57:59 +00:00
Interaction.h Add missing settings to the settings UI (#8774) 2021-01-14 23:57:59 +00:00
Interaction.idl Add missing settings to the settings UI (#8774) 2021-01-14 23:57:59 +00:00
Interaction.xaml Add missing settings to the settings UI (#8774) 2021-01-14 23:57:59 +00:00
InvertedBooleanToVisibilityConverter.cpp Add UI for adding, renaming, and deleting a color scheme (#8403) 2020-12-17 23:14:07 +00:00
InvertedBooleanToVisibilityConverter.h Add UI for adding, renaming, and deleting a color scheme (#8403) 2020-12-17 23:14:07 +00:00
Launch.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Launch.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Launch.idl Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Launch.xaml Polish Global settings a bit (#8783) 2021-01-14 01:34:43 +00:00
MainPage.cpp Fix refresh-related crashes in Settings UI (#8773) 2021-01-19 22:14:07 +00:00
MainPage.h Fix refresh-related crashes in Settings UI (#8773) 2021-01-19 22:14:07 +00:00
MainPage.idl Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
MainPage.xaml Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Microsoft.Terminal.Settings.Editor.def Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Microsoft.Terminal.Settings.Editor.vcxproj Persist selected color scheme on navigation; Don't gray-out color swatches (#8799) 2021-01-19 19:18:07 +00:00
Microsoft.Terminal.Settings.Editor.vcxproj.filters Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
packages.config Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
pch.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
pch.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
PercentageConverter.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
PercentageConverter.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Profiles.cpp Maintain current Pivot selection when saving on the Profiles page (#8803) 2021-01-19 21:55:06 +00:00
Profiles.h Maintain current Pivot selection when saving on the Profiles page (#8803) 2021-01-19 21:55:06 +00:00
Profiles.idl Maintain current Pivot selection when saving on the Profiles page (#8803) 2021-01-19 21:55:06 +00:00
Profiles.xaml Maintain current Pivot selection when saving on the Profiles page (#8803) 2021-01-19 21:55:06 +00:00
Rendering.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Rendering.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Rendering.idl Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Rendering.xaml Add UI for adding, renaming, and deleting a color scheme (#8403) 2020-12-17 23:14:07 +00:00
StringIsEmptyConverter.cpp Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
StringIsEmptyConverter.h Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
StringIsNotDesktopConverter.cpp Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
StringIsNotDesktopConverter.h Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
Utils.cpp Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
Utils.h Order enum settings according to enum values (#8784) 2021-01-14 11:47:33 +00:00
ViewModelHelpers.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00
ViewModelHelpers.idl.h Introduce the Terminal Settings Editor (#8048) 2020-12-11 13:47:10 -08:00