[PR #12696] [MERGED] Merge the Windows 11 styles into 1.12 #29183

Open
opened 2026-01-31 09:33:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12696
Author: @zadjii-msft
Created: 3/15/2022
Status: Merged
Merged: 3/15/2022
Merged by: @DHowett

Base: release-1.12Head: dev/migrie/release-1.12-rejuv-attempt-2


📝 Commits (10+)

📊 Changes

64 files changed (+4382 additions, -1743 deletions)

View changed files

📝 .github/actions/spelling/allow/allow.txt (+8 -0)
📝 src/cascadia/TerminalApp/App.xaml (+30 -7)
📝 src/cascadia/TerminalApp/AppLogic.cpp (+13 -1)
📝 src/cascadia/TerminalApp/AppLogic.h (+1 -0)
📝 src/cascadia/TerminalApp/AppLogic.idl (+2 -5)
📝 src/cascadia/TerminalApp/CommandPalette.xaml (+5 -5)
📝 src/cascadia/TerminalApp/MinMaxCloseControl.xaml (+3 -2)
📝 src/cascadia/TerminalApp/SettingsTab.cpp (+0 -1)
📝 src/cascadia/TerminalApp/TabBase.cpp (+1 -1)
📝 src/cascadia/TerminalApp/TabHeaderControl.xaml (+3 -3)
📝 src/cascadia/TerminalApp/TabRowControl.xaml (+2 -2)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+34 -31)
📝 src/cascadia/TerminalApp/TerminalPage.h (+3 -0)
📝 src/cascadia/TerminalApp/TerminalPage.idl (+2 -0)
📝 src/cascadia/TerminalApp/TerminalPage.xaml (+10 -1)
📝 src/cascadia/TerminalApp/TerminalTab.cpp (+5 -5)
📝 src/cascadia/TerminalControl/SearchBoxControl.xaml (+3 -3)
📝 src/cascadia/TerminalControl/TermControl.xaml (+1141 -0)
📝 src/cascadia/TerminalSettingsEditor/Actions.xaml (+24 -22)
📝 src/cascadia/TerminalSettingsEditor/AddProfile.xaml (+39 -33)

...and 44 more files

📄 Description

Merges the following commits into the release-1.12 branch


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12696 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 3/15/2022 **Status:** ✅ Merged **Merged:** 3/15/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `release-1.12` ← **Head:** `dev/migrie/release-1.12-rejuv-attempt-2` --- ### 📝 Commits (10+) - [`fe46f70`](https://github.com/microsoft/terminal/commit/fe46f70cf11f85756872106a3c2c17498498e209) Apply MVVM for profiles in SUI (#11877) - [`9b4ee32`](https://github.com/microsoft/terminal/commit/9b4ee32f8ccae9599b131be8816967aea4ad162a) Switch WinUI to the Windows 11 styles (#12241) - [`49b7978`](https://github.com/microsoft/terminal/commit/49b79787b044936091c1c2d8266a7411e3c3af47) Update our SUI to follow win 11 guidelines (#11720) - [`57ec119`](https://github.com/microsoft/terminal/commit/57ec119ebe7d5439b3a3a63a297d3b8b8c71c56e) Fix broken reset button on some profile settings (#12275) - [`c8c7d4b`](https://github.com/microsoft/terminal/commit/c8c7d4b55897f5a392ad3df3830f5beb8f894133) Add a BreadcrumbBar to the SUI (#12144) - [`2ee347f`](https://github.com/microsoft/terminal/commit/2ee347f8820eff494b497476f531a72d0b1b0722) This should have been in the parent commit - [`511ed89`](https://github.com/microsoft/terminal/commit/511ed892747a98df57ee72732549334f6ecb9ff9) Fix a number of small issues with the SUI (#12287) - [`38eb777`](https://github.com/microsoft/terminal/commit/38eb7771126bb04e1f1bc43c7252033564d2106d) Fix more SUI and Rejuvenated UI issues (#12326) - [`c0ae683`](https://github.com/microsoft/terminal/commit/c0ae6837382df7a2c3ca635a4ba3e42615a40ea1) Localize and polish Profile page navigators (#12321) - [`bc53333`](https://github.com/microsoft/terminal/commit/bc53333170118168344ce520f40f234d40bca48f) Fix disclaimer text not centralizing when maximized (#12374) ### 📊 Changes **64 files changed** (+4382 additions, -1743 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/allow.txt` (+8 -0) 📝 `src/cascadia/TerminalApp/App.xaml` (+30 -7) 📝 `src/cascadia/TerminalApp/AppLogic.cpp` (+13 -1) 📝 `src/cascadia/TerminalApp/AppLogic.h` (+1 -0) 📝 `src/cascadia/TerminalApp/AppLogic.idl` (+2 -5) 📝 `src/cascadia/TerminalApp/CommandPalette.xaml` (+5 -5) 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.xaml` (+3 -2) 📝 `src/cascadia/TerminalApp/SettingsTab.cpp` (+0 -1) 📝 `src/cascadia/TerminalApp/TabBase.cpp` (+1 -1) 📝 `src/cascadia/TerminalApp/TabHeaderControl.xaml` (+3 -3) 📝 `src/cascadia/TerminalApp/TabRowControl.xaml` (+2 -2) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+34 -31) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+3 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.idl` (+2 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.xaml` (+10 -1) 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+5 -5) 📝 `src/cascadia/TerminalControl/SearchBoxControl.xaml` (+3 -3) 📝 `src/cascadia/TerminalControl/TermControl.xaml` (+1141 -0) 📝 `src/cascadia/TerminalSettingsEditor/Actions.xaml` (+24 -22) 📝 `src/cascadia/TerminalSettingsEditor/AddProfile.xaml` (+39 -33) _...and 44 more files_ </details> ### 📄 Description Merges the following commits into the release-1.12 branch * 8560b4a Fix OpenConsoleProxy for Debug builds #11632 * a13b207 Switch WinUI to the Windows 11 styles #12241 * 0939eec Apply MVVM for profiles in SUI #11877 * 2db4cba Fix broken reset button on some profile settings #12275 * 35504f4 Update our SUI to follow win 11 guidelines #11720 * 21d30b19 Add a BreadcrumbBar to the SUI #12144 * a1ce81b Fix a number of small issues with the SUI #12287 * 0a545b7 Fix more SUI and Rejuvenated UI issues #12326 * d07c536 Localize and polish Profile page navigators #12321 * 2604358 Fix disclaimer text not centralizing when maximized #12374 * 527b9cd Fix invoking the rightmost breadcrumb bringing you back to Profiles_Base #12376 * 64efa67 Fix toggle switches needing a negative margin #12381 * 02135ed Fix browse buttons getting cut off when the window is too narrow #12435 * 27a1b9d Properly fall back to Segoe MDL2 for our icons on Win10 #12438 * f5f0712 Fix focus box around color schemes combo box #12439 * c0083ef Fix the add/delete unfocused appearance buttons #12451 * 09e9915 Enable Segoe Variable #12462 * 0a15643 Updates all our icons to use Segoe Fluent #12469 * 5ba0d61 Manually set the colors of the TabViewBackground #12460 * c62705e Update light theme tab background for greater contrast. #12529 * 788d33c No longer load content dialogs when there is already one being shown #12517 * aaa3ee7 Update the tab colors some more #12635 * 2e78ebf Fix showing a dialog multiple times #12625 * da2cf8c Make the Scrollbar 16dips again #12608 * b55f3ab Round our Maximize button to match ControlsV2 styles #12660 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:33:19 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29183