这是indexloc提供的服务,不要输入任何密码
Skip to content

Dirkster99/AvalonDock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build status Release

AvalonDock

My IDE called Edi is powered by this project.

AvalonDock is a WPF Document and Tool Window layout container that is used to arrange documents and tool windows in similar ways than many well known IDEs, such as, Eclipse, Visual, Studio, PhotoShop and so forth. Here are some CodeProject articles:

My editor Edi is based on AvlonDock.

This repository contains a feature added fork from: https://github.com/xceedsoftware/wpftoolkit

Get the latest Debug build from Comtinues Integration.

Feature Added - Dark and Light Theme Samples

VS2013 Dark

VS2013

Metro

ExpressionLight

Expressiondark

Generic

VS2010

Mile Stone History

Patch History for AvalonDock Version 3.4

Reapplied Fixes

Fixed height of titles of floating windows #1203

  • Turn Height into MinHeight ->
  • Fix on UseLayoutRounding="True" -> Commit

System.InvalidOperationException when window docking #1311 Check before Close in InternalClose #1310 Commit

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

Patch History for AvalonDock Version 3.3

  • (FIXED in 3.4) AvalonDock Bug after reloading layout ->

  • (FIXED in 3.4) Save Tool Window to Bottom and Reload does not work ->

Patch History for AvalonDock Version 3.2

  • 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 ->

Initial Commit

https://github.com/Dirkster99/AvalonDock/commit/4bcb07f45e89e416257e668a209b238a26e5f414

in this repository was taken from the last Edi build: 131594 http://edi.codeplex.com/releases/view/131594

from CodePlex