-
Notifications
You must be signed in to change notification settings - Fork 322
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
AvalonDock 3.5 with 15 fixes from previous and 2 fixes from current releases #13
Merged
Conversation
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
…on (scaled) 4K display #6 xceedsoftware/wpftoolkit#1357
Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black BugFix for Issue http://avalondock.codeplex.com/workitem/15743
…nDock/commit/79f3416ce520e74bba0371a0fb82c848fd3176c7) AvalonDockCrash in LayoutGridControl after Resize - ArgumentException #1379 Prevent crash from setting negative size nonsensesoftware/wpftoolkit@38d36f2
…NT window. NullReferenceException in LayoutDocumentFloatingWindowControl.OnInitialized Issue/Resolution is similar to #1442: xceedsoftware/wpftoolkit#1442 Missing initialization in 2nd constructor was missing: _model = model; UpdateThemeResources();
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.
Initial AvalonDock 3.5 Log of (re-)applied fixes
Initial AvalonDock Version 3.5 taken from this commit:
https://github.com/xceedsoftware/wpftoolkit/tree/73b2e988dea6ea2e64bb11e8783b6bde66219ee1
Commit @Dirkster99
8982373
Fixed height of titles of floating windows #1203
[AvalonDock] Fixed height of titles of floating windows xceedsoftware/wpftoolkit#1203
LayoutRoot doesn't notify change for Children or ChildrenCount #1313
AvalonDock 3.3.0 LayoutRoot doesn't notify change for Children or ChildrenCount xceedsoftware/wpftoolkit#1313
Fixed Crash while loading (Deserialize) a layout from FLOATING tool window.
NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized
NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized xceedsoftware/wpftoolkit#1442
Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display
Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display #6
[AvalonDock 3.3 - 3.4] (Solved) Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display xceedsoftware/wpftoolkit#1357
Theming ContextMenuEx in Metro
Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black
http://avalondock.codeplex.com/workitem/15743
Clear Bindings #1360
Clear Bindings xceedsoftware/wpftoolkit#1360
AvalonDock fixed misspelling when serializing DockMinWidth/DockMinHeight
AvalonDock fixed misspelling when serializing DockMinWidth/DockMinHei… xceedsoftware/wpftoolkit#1212
AvalonDock czech localization #1396
https://github.com/xceedsoftware/wpftoolkit/pull/1396/files
Update zh-Hans translation #1383
https://github.com/xceedsoftware/wpftoolkit/pull/1383/files
Fix for issue #1379 as suggested by RecursiveNerd
AvalonDockCrash in LayoutGridControl after Resize - ArgumentException #1379
Fix for issue #1379 as suggested by RecursiveNerd
AvalonDockCrash in LayoutGridControl after Resize - ArgumentException xceedsoftware/wpftoolkit#1379
Prevent crash from setting negative size
nonsensesoftware/wpftoolkit@38d36f2
removed unused private field in LayoutAutoHideWindowControl
Fixed Crash while loading (Deserialize) a layout with FLOATING DOCUMENT window.
NullReferenceException in LayoutDocumentFloatingWindowControl.OnInitialized
Issue/Resolution is similar to #1442:
NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized xceedsoftware/wpftoolkit#1442
Missing initialization in 2nd constructor was missing:
_model = model;
UpdateThemeResources();
Added resource file for AvalonDock for nl-BE
I've made a resource file for AvalonDock for nl-BE xceedsoftware/wpftoolkit#1424
DockingManager: ModelChange event happens before new LayoutDocumentItem is added
DockingManager: ModelChange event happens before new LayoutDocumentItem is added xceedsoftware/wpftoolkit#1430
Fixed Close Button Position in Generic Theme
https://github.com/xceedsoftware/wpftoolkit/pull/1184/files
Commit @Dirkster99
11709c6