Patch History Version 3.5 - wesley7child/OuterPlugin GitHub Wiki

See Patch-History page for list of other versions.

Patch History for AvalonDock Version 3.5

Fixes in Version 3.5.13

  1. #75 74 The old NullReferenceException comes back (thanx to ppalazkov and scorixear)

  2. #72 Better experience draging documents arround (thanx to jogibear9988)

  3. #80 AvalonDock: LayoutItemTemplate not applied to Anchorable

Fixes in Version 3.5.12

  1. #61 Repeatedly pressing Ctrl-Tab gets stuck at the bottom of the list of LayoutItems (thanx to Darren Gosbell)

  2. #65 Support NetCore 3 based on Preview 8 (thanx to Jochen Kühner)

Fixes in Version 3.5.11

  1. #58 The minimum sizes of LayoutAnchorablePane children is based on DockMinSizes (DockMinWidth, DockMinHeight) (thanx to scdmitryvodich)

  2. #60 Fix visibility bindings of undocked panels in specific cases (thanx to scdmitryvodich)

Fixes in Version 3.5.10

  1. Made calculating of DockMinSize for panel based on children DockMinSize (thanx to scdmitryvodich)

  2. Fixing Issue 53 Can hide LayoutAnchorable using Alt+F4 when CanHide is false

    • Including:
      • Fix 2 in #53 NullReferenceException
      • Fix 3 in #53 System.ArgumentOutOfRangeException
  3. Fixing Issue #38 and #47

Fixes in Version 3.5.9

  1. Small breaking change in Dirkster.AvalonDock.Themes.VS2013, Renamed DockingButtonForegroundArrowBrusKey to DockingButtonForegroundArrowBrushKey (thanx to VNNCC)

  2. Fix on FloatingWindow visibility when loading/unloading DockingManager control (thanx to scdmitryvodich)

Fixes in Version 3.5.8

  1. Added ca-es localization. Updated es localization. (thanx to xnaval)

  2. Fix Visibility issue on closing LayoutFloatingWindowControl (thanx to scdmitryvodich)

  3. Adding support for Japanes, Korean, and Polish

  4. #42 Fix Dispatcher Suspend Exception issue (thanx to vkotenev-sc, scdmitryvodich)

    #46 Check if we are not on the UI thread before doing Dispatcher.Invoke (thanx to dgosbell, vkotenev-sc)

Fixes in Version 3.5.7

  1. Fix Visibility issues in LayoutFloatingWindowControl (thanx to scdmitryvodich)

  2. Fixed sizing behavior of anchorable panels (thanx to scdmitryvodich)

Fixes in Version 3.5.6

  1. Check in LayoutAnchorable Hide method to avoid null reference exception (thanx to gpetrou)

  2. Check if current application is not null in FocusElementManager (thanx to gpetrou)

  3. Issue solved: Use localized resource instead of constant string in VS 2013 Theme (thanx to RohanTPillai)

Fixes in Version 3.5.5

  1. Improved 2nd Monitor display with maximized Layoutanchorable (toolwindow) and mutliple docked toolwindows inside (thanks to mbullock976 for testing Issues #27)

  2. Bug fix on crash with FloatingLayoutanchorable (floating toolwindow) for Issues #28

Fixes in Version 3.5.4

  1. BugFix Hidden anchorable cannot be shown again (Issue #19)

    • Plus start of Test Automation Client (thanx to cswangrf)
    • @Dirkster99
  2. CanDockAsTabbedDocument (Added drag & drop support of LayoutAnchorable) (Issue #18)

    • @Dirkster99
  3. Improved support for LayoutAnchorableFloatingWindow (floating tool window) on 2nd screen (Issue #20)

    • Added Reload of floating LayoutAnchable when maximized on 2nd screen
    • Added repositioning of floating LayoutAnchable when:
      • 2nd Monitor is not available or
      • changed resolution puts floating LayoutAnchable out of bounds
    • (thanx to madenaras)
    • @Dirkster99
  4. Added zh-Hant localization (thanx to nuthrash

Fixed Crash on IsSelected Document Property

  • #1481
  • @Dirkster99 Also Increased to Version 3.5.3.

Fixed Issue about PanesTemplateSelector being ignored

  • #1440
  • @Dirkster99 Also Increased to Version 3.5.2.

Increased to Version 3.5.1

  • @Dirkster99

Fixed Close Button Position in Generic Theme

  • #1184
  • @Dirkster99

DockingManager: ModelChange event happens before new LayoutDocumentItem is added

  • #1430
  • @Dirkster99

Added resource file for AvalonDock for nl-BE

  • nl-BE
  • #1424
  • @Dirkster99

Fixed Crash while loading FLOATING DOCUMENT

Fixed Crash while loading (Deserialize) a layout with FLOATING DOCUMENT window.

NullReferenceException in LayoutDocumentFloatingWindowControl.OnInitialized: Initialization in 2nd constructor was missing: _model = model; UpdateThemeResources();

  • Issue/Resolution is similar to #1442, #1448
  • @Dirkster99

Removed unused private field in LayoutAutoHideWindowControl

  • @Dirkster99
  • @Dirkster99

Prevent crash from setting negative size

  • RecursiveNerd/wpftoolkit
  • @Dirkster99

Fix for issue #1379 as suggested by RecursiveNerd

  • #1379
  • @Dirkster99

Update zh-Hans translation #1383

  • #1383
  • @Dirkster99

AvalonDock czech localization #1396

  • #1396
  • @Dirkster99

AvalonDock fixed misspelling when serializing DockMinWidth/DockMinHeight

  • #1212
  • @Dirkster99

Clear Bindings #1360

  • #1360
  • @Dirkster99

Theming ContextMenuEx in Metro

Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black

Drag and Drop on (scaled) 4K display

Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display

  • #1357
  • #6
  • @Dirkster99

Crash Loading (Deserialized) Floating Tool Window Layout

Fixed Crash while loading (Deserialize) a layout from FLOATING tool window. NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized

  • #1442
  • @Dirkster99

LayoutRoot doesn't notify change for Children or ChildrenCount #1313

  • #1313
  • @Dirkster99

Fixed height of titles of floating windows #1203

  • #1203
  • @Dirkster99

Initial AvalonDock Version 3.5

  • Taken from this commit
  • @Dirkster99

Please review the Patch History page for more information on patches for previously released versions of AvalonDock.