diff --git a/Documents/CHANGELOG.txt b/Documents/CHANGELOG.txt index 9a5ea528..79ee986d 100644 --- a/Documents/CHANGELOG.txt +++ b/Documents/CHANGELOG.txt @@ -32,7 +32,7 @@ + Edge rotation now needs additional modification for all custom EdgeLabelControl templates. Please add: [WPF, METRO] + Due to new calc cancelation feature the following has been changed: - IExternalEdgeRouting, IExternalLayout, IExternalOverlapRemoval interfaces and different algorithm base classes now implement Compute(CancellationToken cancellationToken) method with an additional param - - METRO now works only in async mode. Added GraphArea graph generation methods postfix Async. + - METRO now works only in async mode. Postfix Async has been added for GraphArea graph generation and relayout methods. RELEASE 2.1.7 + Added new ShowcaseApp.WPF with mostly the same functionality as before but in a new nutshell and with refactored code. Expect new showcases soon. diff --git a/Examples/ShowcaseApp.WPF/ShowcaseApp.WPF.csproj b/Examples/ShowcaseApp.WPF/ShowcaseApp.WPF.csproj index 35cd9721..d57fedac 100644 --- a/Examples/ShowcaseApp.WPF/ShowcaseApp.WPF.csproj +++ b/Examples/ShowcaseApp.WPF/ShowcaseApp.WPF.csproj @@ -35,6 +35,9 @@ prompt 4 + + app.ico + ..\..\packages\Accordion.1.0.0\lib\Accordion.dll @@ -317,6 +320,9 @@ + + + diff --git a/Examples/ShowcaseApp.WPF/Templates/GeneralTemplate.xaml b/Examples/ShowcaseApp.WPF/Templates/GeneralTemplate.xaml index d921058f..1a90195e 100644 --- a/Examples/ShowcaseApp.WPF/Templates/GeneralTemplate.xaml +++ b/Examples/ShowcaseApp.WPF/Templates/GeneralTemplate.xaml @@ -60,11 +60,11 @@ StrokeThickness="3" MinWidth="1" MinHeight="1" ToolTip="{TemplateBinding ToolTip}" x:Name="PART_edgePath"/> - - + --> diff --git a/Examples/ShowcaseApp.WPF/app.ico b/Examples/ShowcaseApp.WPF/app.ico new file mode 100644 index 00000000..0388ac9f Binary files /dev/null and b/Examples/ShowcaseApp.WPF/app.ico differ