-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Re-add support for Mica, transparent titlebars #13935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8c3c8fe
Revert "Remove the `useMica` key (#13872)"
zadjii-msft 0a3a537
Clip the drag rect to the right side of the window. I don't think thi…
zadjii-msft 2fcc420
add support for transparent titlebars back, for testing.
zadjii-msft 337c5e9
hey this works - let's clean it up and figure out what is/n't important
zadjii-msft c77173b
Add better support in the Theme objects themselves for transparency
zadjii-msft df6d4cd
way easier
zadjii-msft 2895a34
notes, mostly
zadjii-msft c42965e
Merge branch 'main' into dev/migrie/f/transparent-tab-row-002
zadjii-msft e9f8569
hey, we can use the real api now
zadjii-msft 4964d8b
Merge remote-tracking branch 'origin/main' into dev/migrie/f/transpar…
zadjii-msft 9058c41
runformat
zadjii-msft 28cf394
Migrate spelling-0.0.21 changes from main
DHowett 816c249
Merge remote-tracking branch 'origin/main' into dev/migrie/f/transpar…
zadjii-msft 74cf07e
Merge remote-tracking branch 'origin/main' into dev/migrie/f/transpar…
zadjii-msft 28a718a
REAALLY
zadjii-msft c652e95
uhg
zadjii-msft a22f433
Merge remote-tracking branch 'origin/main' into dev/migrie/f/transpar…
zadjii-msft 976688a
THIS WONT WORK Don't blow away titlebar This should satisfy the remai…
zadjii-msft 6dd6726
also, account for how transparent a titlebar might be
zadjii-msft 2b00052
runformat
zadjii-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoa, what does THIS fix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the thing that does nothing for 13631? Should we revert it since it does nothing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't do nothing - it actually makes the UIA bounding box sane, rather than hanging way off the edge of the window.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can pull that into a separate PR if you want.