[WIP] Changes needed to sync with Uno Platform port#566
Draft
lextm wants to merge 19 commits into
Draft
Conversation
Collaborator
Collaborator
|
check-out #572 I integrated gz themes support, as you did in your PR |
Author
|
Thanks. They look great. @sharpSteff I will review and start to rebase after I ship UnoDock v1 this weekend. |
… clarity and functionality
…oved drag-and-drop functionality
…w rectangle calculations
Use DocumentWellTabButtonSelectedInactive* brushes (#E6E7ED) for the close button hover trigger when IsActive=true, instead of the Active brushes (#1C97EA). This matches the intended VS2013 design where the close button shows a gray hover circle on all tab states. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rules: active_tab=A(#007ACC) inactive_hover=B(#1C97EA) inactive_close=C(#52B0EF) - Active doc tab close button hover: Color B (#1C97EA) -- reverts my wrong change that used DocumentWellTabButtonSelectedInactiveHovered* Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…y harness - OverlayWindow.wpf.cs: add ShowForDiagnostics(IDropArea) that positions and shows compass target grids without requiring a live drag operation. Mirrors Uno OverlayWindow.ShowForDiagnostics(). - DockingManager.cs: add public ShowOverlayForDiagnostics() that shows the overlay window with DockingManager (outer) and DocumentPane (inner) compass targets, matching Uno ShowOverlayForDiagnostics() signature exactly. - DockDiagnostics.cs: dock-show-compass action now calls dm.ShowOverlayForDiagnostics() directly — clean one-liner. - MainWindow.xaml.cs: OnShowCompassClick delegates to DockDiagnostics.ShowCompass(). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No need to review or merge right now, as it will be frequently updated till UnoDock reaches v2.0 (full Windows/macOS/Linux support).
But opening it here early on and keeping track with AvalonDock v5 evolution can give both sides insights into the common foundation for the future.
The patch that completes #538 is also included, but will be sent as a separate pull request when AvalonDock v5 is more mature.