From 0b3252233b87c455b9823989c47536bbca211363 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 14 Jul 2020 03:31:23 +0200 Subject: [PATCH] Re-generate docs --- cake/UpdateDocs.cake | 4 + .../HarfBuzzSharp/2.6.1.6/HarfBuzzSharp.md | 5 + .../2.80.1/SkiaSharp.HarfBuzz.md | 5 + .../2.80.1/SkiaSharp.Views.Desktop.Common.md | 5 + .../2.80.1/SkiaSharp.Views.Forms.md | 5 + .../2.80.1/SkiaSharp.Views.Forms.md | 5 + .../2.80.1/SkiaSharp.Views.Forms.md | 5 + .../2.80.1/SkiaSharp.Views.Gtk.md | 5 + .../2.80.1/SkiaSharp.Views.Gtk3.md | 5 + .../2.80.1/SkiaSharp.Views.UWP.md | 109 ++++++++++++++++++ .../2.80.1/SkiaSharp.Views.WPF.md | 5 + .../2.80.1/SkiaSharp.Views.WindowsForms.md | 5 + .../2.80.1/SkiaSharp.Views.Android.md | 5 + .../2.80.1/SkiaSharp.Views.Desktop.md | 5 + .../2.80.1/SkiaSharp.Views.Mac.md | 5 + .../2.80.1/SkiaSharp.Views.Tizen.md | 5 + .../2.80.1/SkiaSharp.Views.UWP.md | 5 + .../2.80.1/SkiaSharp.Views.iOS.md | 5 + .../2.80.1/SkiaSharp.Views.tvOS.md | 5 + .../2.80.1/SkiaSharp.Views.watchOS.md | 5 + .../2.80.1/SkiaSharp.Vulkan.SharpVk.md | 5 + changelogs/SkiaSharp/2.80.1/SkiaSharp.md | 5 + docs | 2 +- 23 files changed, 214 insertions(+), 1 deletion(-) create mode 100644 changelogs/HarfBuzzSharp/2.6.1.6/HarfBuzzSharp.md create mode 100644 changelogs/SkiaSharp.HarfBuzz/2.80.1/SkiaSharp.HarfBuzz.md create mode 100644 changelogs/SkiaSharp.Views.Desktop.Common/2.80.1/SkiaSharp.Views.Desktop.Common.md create mode 100644 changelogs/SkiaSharp.Views.Forms.GTK/2.80.1/SkiaSharp.Views.Forms.md create mode 100644 changelogs/SkiaSharp.Views.Forms.WPF/2.80.1/SkiaSharp.Views.Forms.md create mode 100644 changelogs/SkiaSharp.Views.Forms/2.80.1/SkiaSharp.Views.Forms.md create mode 100644 changelogs/SkiaSharp.Views.Gtk2/2.80.1/SkiaSharp.Views.Gtk.md create mode 100644 changelogs/SkiaSharp.Views.Gtk3/2.80.1/SkiaSharp.Views.Gtk3.md create mode 100644 changelogs/SkiaSharp.Views.Uno/2.80.1/SkiaSharp.Views.UWP.md create mode 100644 changelogs/SkiaSharp.Views.WPF/2.80.1/SkiaSharp.Views.WPF.md create mode 100644 changelogs/SkiaSharp.Views.WindowsForms/2.80.1/SkiaSharp.Views.WindowsForms.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Android.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Desktop.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Mac.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Tizen.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.UWP.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.iOS.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.tvOS.md create mode 100644 changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.watchOS.md create mode 100644 changelogs/SkiaSharp.Vulkan.SharpVk/2.80.1/SkiaSharp.Vulkan.SharpVk.md create mode 100644 changelogs/SkiaSharp/2.80.1/SkiaSharp.md diff --git a/cake/UpdateDocs.cake b/cake/UpdateDocs.cake index 535478d3d2..59b161a20b 100644 --- a/cake/UpdateDocs.cake +++ b/cake/UpdateDocs.cake @@ -199,6 +199,10 @@ Task ("docs-update-frameworks") // generate the temp frameworks.xml var xFrameworks = new XElement ("Frameworks"); foreach (var id in TRACKED_NUGETS.Keys) { + // skip doc generatgion for Uno, this is the same as UWP and it is not needed + if (id == "SkiaSharp.Views.Uno") + continue; + // get the versions Information ($"Comparing the assemblies in '{id}'..."); var allVersions = await NuGetVersions.GetAllAsync (id, new NuGetVersions.Filter { diff --git a/changelogs/HarfBuzzSharp/2.6.1.6/HarfBuzzSharp.md b/changelogs/HarfBuzzSharp/2.6.1.6/HarfBuzzSharp.md new file mode 100644 index 0000000000..c043585d33 --- /dev/null +++ b/changelogs/HarfBuzzSharp/2.6.1.6/HarfBuzzSharp.md @@ -0,0 +1,5 @@ +# API diff: HarfBuzzSharp.dll + +## HarfBuzzSharp.dll + +> No changes. diff --git a/changelogs/SkiaSharp.HarfBuzz/2.80.1/SkiaSharp.HarfBuzz.md b/changelogs/SkiaSharp.HarfBuzz/2.80.1/SkiaSharp.HarfBuzz.md new file mode 100644 index 0000000000..9e28861657 --- /dev/null +++ b/changelogs/SkiaSharp.HarfBuzz/2.80.1/SkiaSharp.HarfBuzz.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.HarfBuzz.dll + +## SkiaSharp.HarfBuzz.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Desktop.Common/2.80.1/SkiaSharp.Views.Desktop.Common.md b/changelogs/SkiaSharp.Views.Desktop.Common/2.80.1/SkiaSharp.Views.Desktop.Common.md new file mode 100644 index 0000000000..0feaabb146 --- /dev/null +++ b/changelogs/SkiaSharp.Views.Desktop.Common/2.80.1/SkiaSharp.Views.Desktop.Common.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Desktop.Common.dll + +## SkiaSharp.Views.Desktop.Common.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Forms.GTK/2.80.1/SkiaSharp.Views.Forms.md b/changelogs/SkiaSharp.Views.Forms.GTK/2.80.1/SkiaSharp.Views.Forms.md new file mode 100644 index 0000000000..5564a67184 --- /dev/null +++ b/changelogs/SkiaSharp.Views.Forms.GTK/2.80.1/SkiaSharp.Views.Forms.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Forms.dll + +## SkiaSharp.Views.Forms.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Forms.WPF/2.80.1/SkiaSharp.Views.Forms.md b/changelogs/SkiaSharp.Views.Forms.WPF/2.80.1/SkiaSharp.Views.Forms.md new file mode 100644 index 0000000000..5564a67184 --- /dev/null +++ b/changelogs/SkiaSharp.Views.Forms.WPF/2.80.1/SkiaSharp.Views.Forms.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Forms.dll + +## SkiaSharp.Views.Forms.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Forms/2.80.1/SkiaSharp.Views.Forms.md b/changelogs/SkiaSharp.Views.Forms/2.80.1/SkiaSharp.Views.Forms.md new file mode 100644 index 0000000000..5564a67184 --- /dev/null +++ b/changelogs/SkiaSharp.Views.Forms/2.80.1/SkiaSharp.Views.Forms.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Forms.dll + +## SkiaSharp.Views.Forms.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Gtk2/2.80.1/SkiaSharp.Views.Gtk.md b/changelogs/SkiaSharp.Views.Gtk2/2.80.1/SkiaSharp.Views.Gtk.md new file mode 100644 index 0000000000..62518e13aa --- /dev/null +++ b/changelogs/SkiaSharp.Views.Gtk2/2.80.1/SkiaSharp.Views.Gtk.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Gtk.dll + +## SkiaSharp.Views.Gtk.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Gtk3/2.80.1/SkiaSharp.Views.Gtk3.md b/changelogs/SkiaSharp.Views.Gtk3/2.80.1/SkiaSharp.Views.Gtk3.md new file mode 100644 index 0000000000..cc4c1d9a54 --- /dev/null +++ b/changelogs/SkiaSharp.Views.Gtk3/2.80.1/SkiaSharp.Views.Gtk3.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Gtk3.dll + +## SkiaSharp.Views.Gtk3.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.Uno/2.80.1/SkiaSharp.Views.UWP.md b/changelogs/SkiaSharp.Views.Uno/2.80.1/SkiaSharp.Views.UWP.md new file mode 100644 index 0000000000..f41c0053fc --- /dev/null +++ b/changelogs/SkiaSharp.Views.Uno/2.80.1/SkiaSharp.Views.UWP.md @@ -0,0 +1,109 @@ +# API diff: SkiaSharp.Views.UWP.dll + +## SkiaSharp.Views.UWP.dll + +> Assembly Version Changed: 2.80.0.0 vs 0.0.0.0 + +### New Namespace SkiaSharp.Views.UWP + +#### New Type: SkiaSharp.Views.UWP.Extensions + +```csharp +public static class Extensions { + // methods + public static System.Drawing.PointF ToDrawingPoint (this SkiaSharp.SKPoint point); + public static System.Drawing.Point ToDrawingPoint (this SkiaSharp.SKPointI point); + public static System.Drawing.RectangleF ToDrawingRect (this SkiaSharp.SKRect rect); + public static System.Drawing.Rectangle ToDrawingRect (this SkiaSharp.SKRectI rect); + public static System.Drawing.SizeF ToDrawingSize (this SkiaSharp.SKSize size); + public static System.Drawing.Size ToDrawingSize (this SkiaSharp.SKSizeI size); + public static SkiaSharp.SKPointI ToSKPoint (this System.Drawing.Point point); + public static SkiaSharp.SKPoint ToSKPoint (this System.Drawing.PointF point); + public static SkiaSharp.SKRectI ToSKRect (this System.Drawing.Rectangle rect); + public static SkiaSharp.SKRect ToSKRect (this System.Drawing.RectangleF rect); + public static SkiaSharp.SKSizeI ToSKSize (this System.Drawing.Size size); + public static SkiaSharp.SKSize ToSKSize (this System.Drawing.SizeF size); +} +``` + +#### New Type: SkiaSharp.Views.UWP.GlobalStaticResources + +```csharp +public sealed class GlobalStaticResources { + // constructors + public GlobalStaticResources (); + // methods + public static object FindResource (string name); + public static void Initialize (); +} +``` + +#### New Type: SkiaSharp.Views.UWP.SKPaintGLSurfaceEventArgs + +```csharp +public class SKPaintGLSurfaceEventArgs : System.EventArgs { + // constructors + public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget); + + [Obsolete ("Use SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, SKColorType, GRSurfaceOrigin) instead.")] +public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget); + public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKColorType colorType); + public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKColorType colorType, SkiaSharp.GRGlFramebufferInfo glInfo); + // properties + public SkiaSharp.GRBackendRenderTarget BackendRenderTarget { get; } + public SkiaSharp.SKColorType ColorType { get; } + public SkiaSharp.GRSurfaceOrigin Origin { get; } + + [Obsolete ("Use BackendRenderTarget instead.")] +public SkiaSharp.GRBackendRenderTargetDesc RenderTarget { get; } + public SkiaSharp.SKSurface Surface { get; } +} +``` + +#### New Type: SkiaSharp.Views.UWP.SKPaintSurfaceEventArgs + +```csharp +public class SKPaintSurfaceEventArgs : System.EventArgs { + // constructors + public SKPaintSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.SKImageInfo info); + // properties + public SkiaSharp.SKImageInfo Info { get; } + public SkiaSharp.SKSurface Surface { get; } +} +``` + +#### New Type: SkiaSharp.Views.UWP.SKXamlCanvas + +```csharp +public class SKXamlCanvas : Windows.UI.Xaml.FrameworkElement, System.Collections.IEnumerable, System.IDisposable, Uno.UI.DataBinding.IWeakReferenceProvider, Windows.UI.Composition.IAnimationObject, Windows.UI.Xaml.DependencyObject, Windows.UI.Xaml.IDataContextProvider, Windows.UI.Xaml.IDependencyObjectStoreProvider, Windows.UI.Xaml.IFrameworkElement, Windows.UI.Xaml.ILayoutConstraints, Windows.UI.Xaml.IUIElement { + // constructors + public SKXamlCanvas (); + // properties + public SkiaSharp.SKSize CanvasSize { get; } + public double Dpi { get; } + public bool IgnorePixelScaling { get; set; } + // events + public event System.EventHandler PaintSurface; + // methods + public override void DrawRect (CoreGraphics.CGRect dirtyRect); + public void Invalidate (); + protected virtual void OnPaintSurface (SKPaintSurfaceEventArgs e); +} +``` + +#### New Type: SkiaSharp.Views.UWP.UWPExtensions + +```csharp +public static class UWPExtensions { + // methods + public static Windows.UI.Color ToColor (this SkiaSharp.SKColor color); + public static Windows.Foundation.Point ToPoint (this SkiaSharp.SKPoint point); + public static Windows.Foundation.Rect ToRect (this SkiaSharp.SKRect rect); + public static SkiaSharp.SKColor ToSKColor (this Windows.UI.Color color); + public static SkiaSharp.SKPoint ToSKPoint (this Windows.Foundation.Point point); + public static SkiaSharp.SKRect ToSKRect (this Windows.Foundation.Rect rect); + public static SkiaSharp.SKSize ToSKSize (this Windows.Foundation.Size size); + public static Windows.Foundation.Size ToSize (this SkiaSharp.SKSize size); +} +``` + diff --git a/changelogs/SkiaSharp.Views.WPF/2.80.1/SkiaSharp.Views.WPF.md b/changelogs/SkiaSharp.Views.WPF/2.80.1/SkiaSharp.Views.WPF.md new file mode 100644 index 0000000000..0c21d2bfb0 --- /dev/null +++ b/changelogs/SkiaSharp.Views.WPF/2.80.1/SkiaSharp.Views.WPF.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.WPF.dll + +## SkiaSharp.Views.WPF.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views.WindowsForms/2.80.1/SkiaSharp.Views.WindowsForms.md b/changelogs/SkiaSharp.Views.WindowsForms/2.80.1/SkiaSharp.Views.WindowsForms.md new file mode 100644 index 0000000000..7ac0b262f8 --- /dev/null +++ b/changelogs/SkiaSharp.Views.WindowsForms/2.80.1/SkiaSharp.Views.WindowsForms.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.WindowsForms.dll + +## SkiaSharp.Views.WindowsForms.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Android.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Android.md new file mode 100644 index 0000000000..990bcac740 --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Android.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Android.dll + +## SkiaSharp.Views.Android.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Desktop.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Desktop.md new file mode 100644 index 0000000000..9ffcfd2d19 --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Desktop.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Desktop.dll + +## SkiaSharp.Views.Desktop.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Mac.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Mac.md new file mode 100644 index 0000000000..e86f5ab45e --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Mac.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Mac.dll + +## SkiaSharp.Views.Mac.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Tizen.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Tizen.md new file mode 100644 index 0000000000..576719cc50 --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.Tizen.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.Tizen.dll + +## SkiaSharp.Views.Tizen.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.UWP.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.UWP.md new file mode 100644 index 0000000000..65f4808e21 --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.UWP.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.UWP.dll + +## SkiaSharp.Views.UWP.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.iOS.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.iOS.md new file mode 100644 index 0000000000..a20ae9ea6a --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.iOS.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.iOS.dll + +## SkiaSharp.Views.iOS.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.tvOS.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.tvOS.md new file mode 100644 index 0000000000..f8e47f50e2 --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.tvOS.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.tvOS.dll + +## SkiaSharp.Views.tvOS.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.watchOS.md b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.watchOS.md new file mode 100644 index 0000000000..2556d68a97 --- /dev/null +++ b/changelogs/SkiaSharp.Views/2.80.1/SkiaSharp.Views.watchOS.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Views.watchOS.dll + +## SkiaSharp.Views.watchOS.dll + +> No changes. diff --git a/changelogs/SkiaSharp.Vulkan.SharpVk/2.80.1/SkiaSharp.Vulkan.SharpVk.md b/changelogs/SkiaSharp.Vulkan.SharpVk/2.80.1/SkiaSharp.Vulkan.SharpVk.md new file mode 100644 index 0000000000..ce2cf98989 --- /dev/null +++ b/changelogs/SkiaSharp.Vulkan.SharpVk/2.80.1/SkiaSharp.Vulkan.SharpVk.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.Vulkan.SharpVk.dll + +## SkiaSharp.Vulkan.SharpVk.dll + +> No changes. diff --git a/changelogs/SkiaSharp/2.80.1/SkiaSharp.md b/changelogs/SkiaSharp/2.80.1/SkiaSharp.md new file mode 100644 index 0000000000..747c309d34 --- /dev/null +++ b/changelogs/SkiaSharp/2.80.1/SkiaSharp.md @@ -0,0 +1,5 @@ +# API diff: SkiaSharp.dll + +## SkiaSharp.dll + +> No changes. diff --git a/docs b/docs index 434a37d6bb..4fd96f476a 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 434a37d6bb3454e256639ff3d3fb88e281e4e13d +Subproject commit 4fd96f476aeaca42602e831495ed754e61c640c9