[PR #6494] [CLOSED] Keep on top feature #26709

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6494
Author: @Chips1234
Created: 6/13/2020
Status: Closed

Base: masterHead: dev/chips1234/keep-on-top


📝 Commits (8)

  • 8a076bc Merge pull request #1 from microsoft/master
  • c044f53 Added tooltip text for MinMaxCloseControl
  • e96de7e Merge pull request #1 from Chips1234/dev/chips1234/tooltip-text(from-resources)
  • a139c7b Tooltip Text for New Tab Split Button
  • 62751c1 Merge pull request #2 from Chips1234/dev/chips1234/tooltip-text(from-resources)-1
  • 7ff46af Merge remote-tracking branch 'upstream/master'
  • dc40b86 Merge remote-tracking branch 'upstream/master'
  • 956f9e9 Made the basic design of button

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/TitlebarControl.xaml (+14 -0)

📄 Description

Summary of the Pull Request

Makes a button on the title bar to keep up on top of other windows. Calculator has a similar feature.
Please note, as of 06/13, the button design is finished but the code is not even started. This is a work in progress.

References

Connected to #3038.

PR Checklist


🔄 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/6494 **Author:** [@Chips1234](https://github.com/Chips1234) **Created:** 6/13/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/chips1234/keep-on-top` --- ### 📝 Commits (8) - [`8a076bc`](https://github.com/microsoft/terminal/commit/8a076bc595b63bd53ff74ff24c1e704e0988de8c) Merge pull request #1 from microsoft/master - [`c044f53`](https://github.com/microsoft/terminal/commit/c044f53c69ae1d73041d1f63483308604e9be1e9) Added tooltip text for MinMaxCloseControl - [`e96de7e`](https://github.com/microsoft/terminal/commit/e96de7e483b52584178f5b225fc83afc62caad0e) Merge pull request #1 from Chips1234/dev/chips1234/tooltip-text(from-resources) - [`a139c7b`](https://github.com/microsoft/terminal/commit/a139c7b067b44b133419b7ffee0747c0e692f89b) Tooltip Text for New Tab Split Button - [`62751c1`](https://github.com/microsoft/terminal/commit/62751c19f373cc3c5aa64a82f461ecc2782d5de1) Merge pull request #2 from Chips1234/dev/chips1234/tooltip-text(from-resources)-1 - [`7ff46af`](https://github.com/microsoft/terminal/commit/7ff46affb6dc9b9dadc0ca0e9bebda5be9b27ba6) Merge remote-tracking branch 'upstream/master' - [`dc40b86`](https://github.com/microsoft/terminal/commit/dc40b8622cd6e78f385c43aa034b77adcea63b7f) Merge remote-tracking branch 'upstream/master' - [`956f9e9`](https://github.com/microsoft/terminal/commit/956f9e9ef2366533e7e8a98ef526a2f7abe1894d) Made the basic design of button ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TitlebarControl.xaml` (+14 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Makes a button on the title bar to keep up on top of other windows. Calculator has a similar feature. Please note, as of 06/13, the button design is finished but the code is not even started. This is a work in progress. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References Connected to #3038. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [X] Closes #3038 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [X] No documents --- <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:17:41 +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#26709