bd13e7faa0
Merge branch 'develop' into feature/docking-layout
...
# Conflicts:
# src/Editor/Ghost.Editor/ActivationHandler.cs
# src/Editor/Ghost.Editor/App.xaml
# src/Editor/Ghost.Editor/View/Windows/EngineEditorWindow.xaml
2026-03-29 01:20:01 +09:00
b5d8009bec
Fixed the issue that crash when close.
2026-03-29 01:13:51 +09:00
3aef53cad9
fix: resolve element already child exception during tab drag and drop
2026-03-28 23:44:52 +09:00
99adf8fc3b
fix: merge docking resource dictionary and add test layout
2026-03-28 23:36:23 +09:00
1c553a55fa
fix(editor): ensure source container cleanup in ReplaceChild and document cross-layout moves
2026-03-28 23:10:46 +09:00
e9f822409d
fix(docking): prevent layout tree loss and enforce cross-layout ownership
2026-03-28 23:07:28 +09:00
0d8bc6f868
fix(docking): improve root cleanup and simplify DockPanel cleanup logic
2026-03-28 23:05:23 +09:00
c8f24edfd8
fix(docking): address final code quality issues in docking layout
2026-03-28 23:03:32 +09:00
2946b905c6
fix(docking): address final code quality issues in docking layout
2026-03-28 23:01:28 +09:00
666528263b
fix(docking): address final code quality issues in docking layout
2026-03-28 22:57:54 +09:00
c52daf3914
fix(docking): address code quality issues in DockingLayout
2026-03-28 22:54:30 +09:00
9738971369
fix(docking): address code quality issues in DockingLayout and FloatingWindow
2026-03-28 22:52:34 +09:00
af56338347
feat(docking): add floating window support
2026-03-28 22:50:28 +09:00
45711e7770
fix: address re-entrancy in ReplaceChild and invalid split in AddDocument
2026-03-28 22:48:58 +09:00
0f0b36a932
fix: address code quality issues in DockContainer and DockPanel
...
- Throw ArgumentException in DockContainer.ReplaceChild if newChild is already in the container to avoid index shifting bugs.
- Add comment in DockPanel.CheckCleanup explaining the asymmetric root panel collapse behavior.
2026-03-28 22:46:26 +09:00
e6d0529ef1
fix(docking): address code quality issues in Docking system
2026-03-28 22:43:44 +09:00
d367cff79f
fix(docking): address code quality issues and improve structural integrity
2026-03-28 22:42:07 +09:00
35731d4ebe
fix(docking): address code quality issues and improve structural integrity
2026-03-28 22:39:57 +09:00
8d3c5ecb1f
fix(docking): address reentrancy and validation issues in DockContainer
2026-03-28 22:37:59 +09:00
1d48784a1c
fix(docking): improve structural integrity and add null validation
2026-03-28 22:35:43 +09:00
e5aa328576
fix(docking): address code quality issues and improve docking robustness
2026-03-28 22:32:57 +09:00
55eb240de6
fix(docking): improve type safety, document retention, and container cleanup
2026-03-28 22:29:14 +09:00
45d810e01c
feat(docking): implement drag and drop logic
2026-03-28 22:17:16 +09:00
1ec8496b8b
fix(docking): add ownership guards and rename FindFirstLeafDockGroup
2026-03-28 22:15:55 +09:00
45375ac2ff
fix(docking): address code quality issues in DockingLayout and DockRegionHighlight
2026-03-28 22:14:40 +09:00
4188152f49
fix(docking): address code quality issues in DockingLayout
2026-03-28 22:11:49 +09:00
5521a8cce2
fix(docking): address code quality issues in DockingLayout and DockRegionHighlight
2026-03-28 22:10:08 +09:00
baca976c6f
feat(docking): add DockRegionHighlight and DockingLayout
2026-03-28 22:08:20 +09:00
b87e01f6b3
refactor: replace magic numbers and string literals in DockPanel
2026-03-28 22:05:54 +09:00
2fa9976658
feat(docking): add DockPanel
2026-03-28 22:01:49 +09:00
e92e365a3a
fix(docking): improve DockGroup robustness and state preservation
2026-03-28 21:59:44 +09:00
09576bb6e1
fix(docking): enforce DockDocument children in DockGroup and fix style
2026-03-28 21:58:21 +09:00
332a940993
fix(docking): improve DockDocument nullability and DockGroup property reactivity
2026-03-28 21:56:05 +09:00
acbf315e8f
feat(docking): add DockDocument and DockGroup
2026-03-28 21:53:50 +09:00
11101f8352
fix(editor): improve DockContainer robustness and style consistency
...
- Added cycle detection in AddChild to prevent tree-cycle bugs
- Added defensive null validation to AddChild and RemoveChild
- Standardized using directives and exception throwing style
2026-03-28 21:51:52 +09:00
bf40eabcac
fix(docking): improve DockContainer robustness and encapsulation
2026-03-28 21:48:25 +09:00
ea4d1084e9
fix(docking): improve container consistency and re-parenting
2026-03-28 21:46:38 +09:00
47ffc01524
feat(docking): add core enums and base classes
2026-03-28 21:43:30 +09:00
5f0eea49cf
docs: add docking layout implementation plan
2026-03-28 21:34:00 +09:00
51398f29d2
docs: add docking layout design spec
2026-03-28 21:23:25 +09:00
17588439fa
Clean up code
2026-03-28 20:47:00 +09:00
668e66937b
Fix docking layout
2026-03-28 20:45:23 +09:00
5845e7e9fb
fix(dock): fix Element is already the child of another element exception
2026-03-28 19:38:32 +09:00
de71043be3
fix(dock): ensure exception-safe reentrancy guard and symmetrical event cleanup
2026-03-28 19:25:15 +09:00
3f6de84387
fix(dock): remove unused using and add event cleanup symmetry
2026-03-28 19:10:05 +09:00
975c359bf4
fix(dock): improve window lifecycle, size sync performance, and code style
2026-03-28 19:00:09 +09:00
71abd60a75
fix(dock): ensure persistent sizing capture and improve window close logic
2026-03-28 18:48:00 +09:00
777c4ef31d
fix(dock): prevent render-feedback loop and improve drag state cleanup
2026-03-28 18:32:10 +09:00
3c9c95ad73
fix(dock): fix build breaks, handle size reordering, and add size change subscriptions
2026-03-28 18:25:45 +09:00
4713bfe7da
fix(dock): migrate primary editor to DockLayout, add persistent sizing, and refactor DockLayout
2026-03-28 18:11:35 +09:00