Skip to content

Releases: Dirkster99/AvalonDock

V3.5.8: Merge pull request #48 from scdmitryvodich/AvailableSizeRecalculate

29 Jun 12:13
9f744fe
Compare
Choose a tag to compare

Language Support Added
Added ca-es localization. Updated es localization. (thanx to xnaval)
Adding support for Japanes, Korean, and Polish

Additional Fixes
Fix Visibility issue on closing LayoutFloatingWindowControl (thanx to scdmitryvodich)
#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)

Tool Window (Anchorable) Layout Fixes

14 Jun 19:55
a9b91b7
Compare
Choose a tag to compare

Fixes layout issues with toolwindows (anchorables) pull #36 pull #37 issue #37

Fixing crashes in ShutDown and wrong casting in AvalonDock

25 May 11:12
Compare
Choose a tag to compare

Fixing:

  • Issue #32 Fix commented check in LayoutAnchorable Hide method
  • Issue #33 Check if current application is not null in FocusElementManager Current Exit Method
  • Issue #34 "Close All" command text is not taken from Resources in AvalonDockThemeVs2013

Improved Support for 2nd Monitor and crash (FloatingWindow)

13 May 16:10
Compare
Choose a tag to compare

Improved Support for 2nd Monitor and
Fixed Crash on FloatingWindow
#27
#28

Additional Features & Major Bugs resolved

02 May 18:27
3522efc
Compare
Choose a tag to compare
  1. BugFix Hidden anchorable cannot be shown again (Issue #19)

  2. CanDockAsTabbedDocument (Added drag & drop support of LayoutAnchorable) (Issue #18)

  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
  4. zh-Hant localization

Thanks for your support and discussions to:

Fixing IsActive Document Crash

19 Apr 17:56
Compare
Choose a tag to compare

Stabilized Version 3.5 (resolved 15 known issues + 4 new issues)

17 Feb 22:45
4a9daa8
Compare
Choose a tag to compare

This version AvalonDock version 3.5.2 contains bug fixes/improvements for:

  • 15 known issues from AvalonDock version 3.4 and
  • 4 new issues that are specific to AvalonDock version 3.5

Correct order of layoutIten.Add()/ApplyStyleToLayoutItem() Fix

21 Jan 16:46
Compare
Choose a tag to compare

re-ordered sequence of
_layoutItems.Add( layoutItem );
ApplyStyleToLayoutItem( layoutItem );

to allow correct handling of resulting ModelChange event.

xceedsoftware/wpftoolkit#1430

Added language support for nl-BE

05 Jan 11:46
Compare
Choose a tag to compare
Added support for nl-BE

https://github.com/xceedsoftware/wpftoolkit/issues/1424

Added improvement of docking performance, UpdateChildren is not done except DirectChildrenChanged