[PR #3025] [MERGED] Propagate window style changes to the titlebar and minmax #25210

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3025
Author: @DHowett-MSFT
Created: 10/2/2019
Status: Merged
Merged: 10/2/2019
Merged by: @carlos-zamora

Base: masterHead: dev/duhowett/minmax-1


📝 Commits (1)

  • 601f257 Propagate window style changes to the titlebar and minmax

📊 Changes

7 files changed (+45 additions, -19 deletions)

View changed files

📝 src/cascadia/TerminalApp/MinMaxCloseControl.cpp (+15 -10)
📝 src/cascadia/TerminalApp/MinMaxCloseControl.h (+1 -2)
📝 src/cascadia/TerminalApp/MinMaxCloseControl.idl (+3 -2)
📝 src/cascadia/TerminalApp/TitlebarControl.cpp (+5 -2)
📝 src/cascadia/TerminalApp/TitlebarControl.h (+2 -0)
📝 src/cascadia/TerminalApp/TitlebarControl.idl (+8 -0)
📝 src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp (+11 -3)

📄 Description

PR Checklist

Detailed Description of the Pull Request / Additional comments

This also sets us up for a bit more robustness down the line.

Validation Steps Performed

Really went ham on ways to minmax the window.


🔄 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/3025 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 10/2/2019 **Status:** ✅ Merged **Merged:** 10/2/2019 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `master` ← **Head:** `dev/duhowett/minmax-1` --- ### 📝 Commits (1) - [`601f257`](https://github.com/microsoft/terminal/commit/601f25788e34c93dcc0597f53eb56ab83df0e190) Propagate window style changes to the titlebar and minmax ### 📊 Changes **7 files changed** (+45 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.cpp` (+15 -10) 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.h` (+1 -2) 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.idl` (+3 -2) 📝 `src/cascadia/TerminalApp/TitlebarControl.cpp` (+5 -2) 📝 `src/cascadia/TerminalApp/TitlebarControl.h` (+2 -0) 📝 `src/cascadia/TerminalApp/TitlebarControl.idl` (+8 -0) 📝 `src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp` (+11 -3) </details> ### 📄 Description ## PR Checklist * [x] Fixes #1780 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] I've discussed this with core contributors already. ## Detailed Description of the Pull Request / Additional comments This also sets us up for a bit more robustness down the line. ## Validation Steps Performed Really went ham on ways to minmax the window. --- <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:08:00 +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#25210