Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改深色模式下VS2013样式 #170

Merged
merged 23 commits into from
Jul 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1145b0a
修改VS2013Theme,
LyonJack Jun 29, 2020
0a93f5f
Redraw VS2013 Icon with pathGeometry,
LyonJack Jun 30, 2020
1d59257
Delete unused file.png,
LyonJack Jun 30, 2020
f8a1e93
..
LyonJack Jun 30, 2020
64b30e7
fix header contextMenu style error
LyonJack Jun 30, 2020
3ec1e6e
on LayoutAnchorableItem visibility change to Collapsed,make _anchorab…
LyonJack Jun 30, 2020
a84c3d7
change PART_PreviewBox style
LyonJack Jun 30, 2020
ddc84f9
tune-up icons
LyonJack Jun 30, 2020
2cbf9b3
change document header brush on actived
LyonJack Jun 30, 2020
2296a2d
fix AnchorablePaneTitle when width is little,buttons out of view
LyonJack Jun 30, 2020
99f3f92
Resolve conflicts
LyonJack Jul 1, 2020
b7fb159
set app‘s ShutdownModel
LyonJack Jul 1, 2020
241bd4c
Change darkBrushs DocumentWellTabButtonSelectedActiveGlyph to #FFFFFF
LyonJack Jul 1, 2020
6655c43
resolve all of message on the Error Message Panel
LyonJack Jul 1, 2020
a7377f5
Add change theme
LyonJack Jul 1, 2020
7215d5e
change document close button default visiblity as hidden
LyonJack Jul 1, 2020
15621b8
1.Modify namespace mapping,Improve ease of use on xaml.
LyonJack Jul 2, 2020
96c6c89
Modify message in error list
LyonJack Jul 2, 2020
d642680
resolve flashing of floating window on size changing
LyonJack Jul 2, 2020
30030af
Change code writing
LyonJack Jul 2, 2020
411b219
Fix ILayoutRoot ActiveContent and LayoutContent's IsActive errors
LyonJack Jul 2, 2020
84f8d62
Fixed too many ActiveContent and IsActive change notifications
LyonJack Jul 2, 2020
9f29ee3
fix null point error
LyonJack Jul 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added AvalonDockIcon.design
Binary file not shown.
4 changes: 4 additions & 0 deletions source/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[*.cs]

# IDE0055: 修正格式
dotnet_diagnostic.IDE0055.severity = none
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ This program is provided to you under the terms of the Microsoft Public
)]


[assembly: XmlnsDefinition("https://github.com/Dirkster99/AvalonDock", "AvalonDock.Themes")]
[assembly: XmlnsDefinition("https://github.com/Dirkster99/AvalonDock", "AvalonDock.Themes")]
[assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
3,402 changes: 1,696 additions & 1,706 deletions source/Components/AvalonDock.Themes.Aero/Theme.xaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ This program is provided to you under the terms of the Microsoft Public


[assembly: XmlnsDefinition("https://github.com/Dirkster99/AvalonDock", "AvalonDock.Themes")]
[assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
3,172 changes: 1,581 additions & 1,591 deletions source/Components/AvalonDock.Themes.Expression/Theme.xaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ This program is provided to you under the terms of the Microsoft Public


[assembly: XmlnsDefinition("https://github.com/Dirkster99/AvalonDock", "AvalonDock.Themes")]
[assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
3,506 changes: 1,748 additions & 1,758 deletions source/Components/AvalonDock.Themes.Metro/Theme.xaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ This program is provided to you under the terms of the Microsoft Public


[assembly: XmlnsDefinition("https://github.com/Dirkster99/AvalonDock", "AvalonDock.Themes")]
[assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "AvalonDock.Themes")]
3,563 changes: 1,776 additions & 1,787 deletions source/Components/AvalonDock.Themes.VS2010/Theme.xaml

Large diffs are not rendered by default.

Loading