Skip to content
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
merged 19 commits into from
Feb 14, 2019

Conversation

Dirkster99
Copy link
Owner

Initial AvalonDock 3.5 Log of (re-)applied fixes

  1. Initial AvalonDock Version 3.5 taken from this commit:
    https://github.com/xceedsoftware/wpftoolkit/tree/73b2e988dea6ea2e64bb11e8783b6bde66219ee1

    Commit @Dirkster99
    8982373

  2. Fixed height of titles of floating windows #1203
    [AvalonDock] Fixed height of titles of floating windows xceedsoftware/wpftoolkit#1203

  3. 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

  4. Fixed Crash while loading (Deserialize) a layout from FLOATING tool window.
    NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized
    NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized xceedsoftware/wpftoolkit#1442

  5. 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

  6. 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

  7. Clear Bindings #1360
    Clear Bindings  xceedsoftware/wpftoolkit#1360

  8. AvalonDock fixed misspelling when serializing DockMinWidth/DockMinHeight
    AvalonDock fixed misspelling when serializing DockMinWidth/DockMinHei… xceedsoftware/wpftoolkit#1212

  9. AvalonDock czech localization #1396
    https://github.com/xceedsoftware/wpftoolkit/pull/1396/files

  10. Update zh-Hans translation #1383
    https://github.com/xceedsoftware/wpftoolkit/pull/1383/files

  11. 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

  12. Prevent crash from setting negative size
    nonsensesoftware/wpftoolkit@38d36f2

  13. removed unused private field in LayoutAutoHideWindowControl

  14. 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();

  1. Added resource file for AvalonDock for nl-BE
    I've made a resource file for AvalonDock for nl-BE xceedsoftware/wpftoolkit#1424

  2. DockingManager: ModelChange event happens before new LayoutDocumentItem is added
    DockingManager: ModelChange event happens before new LayoutDocumentItem is added xceedsoftware/wpftoolkit#1430

  3. Fixed Close Button Position in Generic Theme
    https://github.com/xceedsoftware/wpftoolkit/pull/1184/files

    Commit @Dirkster99
    11709c6

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();
@Dirkster99 Dirkster99 merged commit 5c23c89 into master Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant