-
Notifications
You must be signed in to change notification settings - Fork 325
Patch History
The patch history shown here contains a history of previously released versions and their patches that are still available in the commit history of this project. The information listed here is no longer relevant for this project but is kept on record just in case someone needs it.
-
#75 74 The old NullReferenceException comes back (thanx to ppalazkov and scorixear)
-
#72 Better experience draging documents arround (thanx to jogibear9988)
-
#80 AvalonDock: LayoutItemTemplate not applied to Anchorable
-
#61 Repeatedly pressing Ctrl-Tab gets stuck at the bottom of the list of LayoutItems (thanx to Darren Gosbell)
-
#65 Support NetCore 3 based on Preview 8 (thanx to Jochen Kühner)
-
#58 The minimum sizes of LayoutAnchorablePane children is based on DockMinSizes (DockMinWidth, DockMinHeight) (thanx to scdmitryvodich)
-
#60 Fix visibility bindings of undocked panels in specific cases (thanx to scdmitryvodich)
-
Made calculating of DockMinSize for panel based on children DockMinSize (thanx to scdmitryvodich)
-
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
- Including:
-
Fixing Issue #38 and #47
-
Small breaking change in Dirkster.AvalonDock.Themes.VS2013, Renamed DockingButtonForegroundArrowBrusKey to DockingButtonForegroundArrowBrushKey (thanx to VNNCC)
-
Fix on FloatingWindow visibility when loading/unloading DockingManager control (thanx to scdmitryvodich)
- @dirkster #51 related to #36
-
Added ca-es localization. Updated es localization. (thanx to xnaval)
-
Fix Visibility issue on closing LayoutFloatingWindowControl (thanx to scdmitryvodich)
-
Adding support for Japanes, Korean, and Polish
-
#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)
-
Fix Visibility issues in LayoutFloatingWindowControl (thanx to scdmitryvodich)
-
Fixed sizing behavior of anchorable panels (thanx to scdmitryvodich)
-
Check in LayoutAnchorable Hide method to avoid null reference exception (thanx to gpetrou)
-
Check if current application is not null in FocusElementManager (thanx to gpetrou)
-
Issue solved: Use localized resource instead of constant string in VS 2013 Theme (thanx to RohanTPillai)
-
Improved 2nd Monitor display with maximized Layoutanchorable (toolwindow) and mutliple docked toolwindows inside (thanks to mbullock976 for testing Issues #27)
-
Bug fix on crash with FloatingLayoutanchorable (floating toolwindow) for Issues #28
-
BugFix Hidden anchorable cannot be shown again (Issue #19)
- Plus start of Test Automation Client (thanx to cswangrf)
- @Dirkster99
-
CanDockAsTabbedDocument (Added drag & drop support of LayoutAnchorable) (Issue #18)
-
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
- #1481
- @Dirkster99 Also Increased to Version 3.5.3.
- #1440
- @Dirkster99 Also Increased to Version 3.5.2.
Fixed Crash while loading (Deserialize) a layout with FLOATING DOCUMENT window.
NullReferenceException in LayoutDocumentFloatingWindowControl.OnInitialized: Initialization in 2nd constructor was missing: _model = model; UpdateThemeResources();
Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black
Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display
Fixed Crash while loading (Deserialize) a layout from FLOATING tool window. NullReferenceException in LayoutAnchorableFloatingWindowControl.OnInitialized
Please review the Patch History page for more information on patches for previously released versions of AvalonDock.
- DockingManager: ModelChange event happens before new LayoutDocumentItem is added ->
- Added resource file for AvalonDock for nl-BE ->
- Fixed Auto Hide Layoutanchorabeles to left, right, top, or bottom of DockingManager layout ->
-
Corrected localization in zh-Hans in Version 3.4.0.6
Added Czech localization in Version 3.4.0.5
->
- Fix for issue #1379 AvalonDockCrash in LayoutGridControl after Resize - ArgumentException as suggested by RecursiveNerd ->
Fixed height of titles of floating windows #1203
System.InvalidOperationException when window docking #1311 Check before Close in InternalClose #1310 Commit
LayoutRoot doesn't notify change for Children or ChildrenCount #1313 Commit
-
descendants of LayoutElement notify when their Children and ChildrenCount properties change
-
Fix for Issue #6 Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display
-
Fix for Issue #1360 Clear Bindings
-
(FIXED in 3.4) AvalonDock Bug after reloading layout ->
-
(FIXED in 3.4) Save Tool Window to Bottom and Reload does not work ->
-
Fixing an old styling issue on the Document Context Menu which appears with white background when styling for dark ->
-
Applied fix to LayoutAnchorable drawn behind LayoutDocument since v3.1 ->
-
Fixed Close Button Position in Generic Theme ->
-
Turned Height in MinHeight ->
-
Added fix on UseLayoutRounding="True" ->
-
Correct Build Configs for Any CPU, x86, x64 ->
-
Fixed DocManager.Layout Properties null after Layout load: LeftSide, TopSide, BottomSide, RightSide null bug after loading layout ->
https://github.com/Dirkster99/AvalonDock/commit/4bcb07f45e89e416257e668a209b238a26e5f414
in this repository was taken from the last Edi build: 131594 from CodePlex
- WinForms Demo Client
- WPF VS 2013 Demo Client
- WPF MVVM TestApp
- TestApp
- Upgrading to V4.0 or later
- Localization
- Layout Model Control Graph
- AnchorablePaneDropTarget
- AnchorablePaneTabPanel
- ContextMenuEx
- DocumentPaneDropTarget
- DocumentPaneTabPanel
- DockingManager
- DockingManagerDropTarget
- DragService
- DropDownButton
- DropDownControlArea
- DropTarget<T>
- LayoutAnchorableControl
- LayoutAnchorableFloatingWindowControl
- LayoutAnchorControl
- LayoutAnchorGroupControl
- LayoutAnchorablePaneControl
- LayoutAnchorablePaneGroupControl
- LayoutAnchorableTabItem
- LayoutAutoHideWindowControl
- AnchorablePaneTitle
- LayoutAnchorSideControl
- LayoutDocumentControl
- LayoutDocumentFloatingWindowControl
- LayoutDocumentPaneControl
- LayoutDocumentPaneGroupControl
- LayoutDocumentTabItem
- LayoutFloatingWindowControl
- LayoutGridControl<T>
- LayoutGridResizerControl
- LayoutItem
- LayoutAnchorableItem
- LayoutDocumentItem
- LayoutPanelControl
- MenuItemEx
- NavigatorWindow
- OverlayWindow
- TabControlEx
- LayoutAnchorable
- LayoutAnchorableFloatingWindow
- LayoutAnchorGroup
- LayoutAnchorablePane
- LayoutAnchorablePaneGroup
- LayoutAnchorSide
- LayoutContent
- LayoutDocument
- LayoutDocumentFloatingWindow
- LayoutDocumentPane
- LayoutDocumentPaneGroup
- LayoutElement
- LayoutFloatingWindow
- LayoutGroup
- LayoutGroupBase
- LayoutPanel
- LayoutPositionableGroup
- LayoutRoot
- IDropTarget
- ILayoutAnchorablePane
- ILayoutContainer
- ILayoutControl
- ILayoutContentSelector
- ILayoutDocumentPane
- ILayoutElement
- ILayoutElementForFloatingWindow
- ILayoutElementWithVisibility
- ILayoutGroup
- ILayoutPane
- ILayoutPanelElement
- ILayoutPaneSerializable
- ILayoutPositionableElement
- ILayoutPositionableElementWithActualSize
- ILayoutPreviousContainer
- ILayoutOrientableGroup
- ILayoutRoot
- IOverlayWindow
- IOverlayWindowArea
- IOverlayWindowDropTarget
- IOverlayWindowHost
- DropTarget
- ILayoutItem (Interface Design)
- LayoutElement
- LayoutGridControl
- LayoutItem (Class Design)
- TabContolEx (Class Design)
- Window