Giter Site home page Giter Site logo

avalondock's Introduction

Project
NuGet AvalonDock
NuGet AvalonDock.Themes.Expression
NuGet AvalonDock.Themes.Metro
NuGet Dirkster.AvalonDock.Themes.VS2013

Master Branch

Build statusRelease Continues Integration

Log4Net Branch

Build status Continues Integration

AvalonDock

Support this project by setting a STAR, reporting an issue, or even better, placing a pull request.

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:

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

Be sure to checkout the Wiki for more details. The repository also contains a Log4Net branch for debugging interactive issues with a close enough branch. There are also Log4Net demo executables in the 3.4.01 (or later) realease for additional debugging fun.

Feature Added - Dark and Light VS 2013 Theme

Please review the Project Wiki to see more demo screenshots. All screenshots below are from the MLib based VS 2013 Dark (Accent Color Gold)/Light (Accent Color Blue) theme on Windows 10. Similar theming results should be possible with other theming libraries since the implementation follow these guidelines.

The Docking Buttons are defined in XAML, which ensures a good looking image on all resolutions, even 4K or 8K, and enables us to color theme consistently with the Window 10 Accent Color.

Description Dark Light
Dock Document
Dock Document
Dock Tool Window
Document
Tool Window

Theming

Using the Xceed.Wpf.AvalonDock.Themes.VS2013 theme is very easy with Dark and Light themes. Just load Light or Dark brush resources in you resource dictionary to take advantage of existing definitions.

    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/Xceed.Wpf.AvalonDock.Themes.VS2013;component/DarkBrushs.xaml" />
    </ResourceDictionary.MergedDictionaries>
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/Xceed.Wpf.AvalonDock.Themes.VS2013;component/LightBrushs.xaml" />
    </ResourceDictionary.MergedDictionaries>

These definitions do not theme all controls used within this library. You should use a standard theming library, such as:

to also theme standard elements, such as, button and textblock etc.

Mile Stone History

Patch History for AvalonDock Version 3.4

Reapplied or New 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 from CodePlex

avalondock's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.