From a6392081a755692861fec8418664dc9cb2717b1e Mon Sep 17 00:00:00 2001 From: filipeotero <89042471+filipeotero@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:53:57 -0300 Subject: [PATCH 01/13] PreferencesView slider --- .../Views/Menu/PreferencesView.xaml | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml b/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml index da16407e064..901ffc4e537 100644 --- a/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml +++ b/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml @@ -919,6 +919,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e7ce48b8e628acc37bd54759527b88a849418f26 Mon Sep 17 00:00:00 2001 From: filipeotero <89042471+filipeotero@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:02:45 -0300 Subject: [PATCH 02/13] Slider style --- .../UI/Themes/Modern/DynamoModern.xaml | 70 +++++++++++++++++++ .../Views/Menu/PreferencesView.xaml | 6 +- 2 files changed, 74 insertions(+), 2 deletions(-) diff --git a/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml b/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml index d8c1543db8a..a55a98305ed 100644 --- a/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml +++ b/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml @@ -5487,4 +5487,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml b/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml index 901ffc4e537..2995e9b4e31 100644 --- a/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml +++ b/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml @@ -1297,7 +1297,9 @@ - @@ -1319,7 +1321,7 @@ - + From ae4932fcd427e71267d671fd47097f4b405fea25 Mon Sep 17 00:00:00 2001 From: filipeotero <89042471+filipeotero@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:12:44 -0300 Subject: [PATCH 03/13] change zoom scale with the slider --- src/DynamoCoreWpf/Properties/AssemblyInfo.cs | 5 +++-- .../UI/Themes/Modern/DynamoModern.xaml | 3 ++- src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs | 8 ++++++-- src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml | 9 +++++---- .../Views/Menu/PreferencesView.xaml.cs | 7 +++++-- .../LibraryViewController.cs | 14 ++++++++++++++ 6 files changed, 35 insertions(+), 11 deletions(-) diff --git a/src/DynamoCoreWpf/Properties/AssemblyInfo.cs b/src/DynamoCoreWpf/Properties/AssemblyInfo.cs index bd454d23d1b..607a7b026e0 100644 --- a/src/DynamoCoreWpf/Properties/AssemblyInfo.cs +++ b/src/DynamoCoreWpf/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -46,6 +46,7 @@ [assembly: InternalsVisibleTo("GraphMetadataViewExtension")] [assembly: InternalsVisibleTo("PackageDetailsViewExtension")] [assembly: InternalsVisibleTo("Notifications")] +[assembly: InternalsVisibleTo("LibraryViewExtensionWebView2")] [assembly: InternalsVisibleTo("IronPythonTests")] [assembly: InternalsVisibleTo("DynamoPackagesWPF")] [assembly: InternalsVisibleTo("DynamoPlayerExtension")] @@ -56,4 +57,4 @@ [assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutElement))] [assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutElementType))] [assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutIncludeInfo))] -[assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.ILibraryViewCustomization))] \ No newline at end of file +[assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.ILibraryViewCustomization))] diff --git a/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml b/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml index a55a98305ed..e7c91a61baf 100644 --- a/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml +++ b/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml @@ -5487,6 +5487,7 @@ +