-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Enable dockablz to drag & drop tabs inside a window (#2669)
* Feature: Enable dockablz * Feature: Enable dockablz * Fix: Dragablz branch consolidation * Chore: Update module * Feature: Handle tab close and show add button * Chore: Add tab count * Chore: Cleanup * Feature: Parition & Close handler * Feature: Add Parition * Feature: Add Partition * Feature: Add close handler * Feature: Close handler * Fix: Tab count issues * Feature: Add dockablz * Feature: ContextMenu in dragged out / splitted tab * Fix: Update headers * Feature: Add interface to close tab * Chore: Upgrade dragablz * Feature: Hide embedded window while dragging * Feature: Focus embedded window based on the visual tree * Fix: Set IsDraggingWindowChanged for BranchTemplate TabablzControl * Docs: #2669
- Loading branch information
1 parent
b816b93
commit e336ec3
Showing
86 changed files
with
3,117 additions
and
2,080 deletions.
There are no files selected for viewing
This file contains 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
Submodule Dragablz
updated
8 files
+22 −0 | CHANGELOG.md | |
+16 −3 | Dragablz/Dockablz/Layout.cs | |
+1 −1 | Dragablz/Dragablz.csproj | |
+4 −5 | Dragablz/InterTabController.cs | |
+7 −1 | Dragablz/TabEmptiedResponse.cs | |
+54 −17 | Dragablz/TabablzControl.cs | |
+15 −15 | Dragablz/Themes/MahApps.xaml | |
+3 −1 | README.md |
This file contains 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 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 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
Oops, something went wrong.