-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated the version of mono used to compile - fixed an issue with the watchOS Xcode project and the new Xcode
- Loading branch information
1 parent
0ab468b
commit 2019706
Showing
27 changed files
with
372 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: HarfBuzzSharp.dll | ||
|
||
## HarfBuzzSharp.dll | ||
|
||
> No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.HarfBuzz.dll | ||
|
||
## SkiaSharp.HarfBuzz.dll | ||
|
||
> No changes. |
5 changes: 5 additions & 0 deletions
5
changelogs/SkiaSharp.Views.Desktop.Common/2.80.2/SkiaSharp.Views.Desktop.Common.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.Desktop.Common.dll | ||
|
||
## SkiaSharp.Views.Desktop.Common.dll | ||
|
||
> No changes. |
26 changes: 26 additions & 0 deletions
26
changelogs/SkiaSharp.Views.Forms.GTK/2.80.2/SkiaSharp.Views.Forms.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# API diff: SkiaSharp.Views.Forms.dll | ||
|
||
## SkiaSharp.Views.Forms.dll | ||
|
||
### Namespace SkiaSharp.Views.Forms | ||
|
||
#### Type Changed: SkiaSharp.Views.Forms.Extensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static Xamarin.Forms.Color ToFormsColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this Xamarin.Forms.Color color); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.Forms.SKCanvasViewRenderer | ||
|
||
Added method: | ||
|
||
```csharp | ||
protected override SkiaSharp.Views.Gtk.SKWidget CreateNativeControl (); | ||
``` | ||
|
||
|
||
|
35 changes: 35 additions & 0 deletions
35
changelogs/SkiaSharp.Views.Forms.WPF/2.80.2/SkiaSharp.Views.Forms.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# API diff: SkiaSharp.Views.Forms.dll | ||
|
||
## SkiaSharp.Views.Forms.dll | ||
|
||
### Namespace SkiaSharp.Views.Forms | ||
|
||
#### Type Changed: SkiaSharp.Views.Forms.Extensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static Xamarin.Forms.Color ToFormsColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this Xamarin.Forms.Color color); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.Forms.SKCanvasViewRenderer | ||
|
||
Added method: | ||
|
||
```csharp | ||
protected override SkiaSharp.Views.WPF.SKElement CreateNativeControl (); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.Forms.SKGLViewRenderer | ||
|
||
Added method: | ||
|
||
```csharp | ||
protected override SKHostedGLControl CreateNativeControl (); | ||
``` | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
changelogs/SkiaSharp.Views.Forms/2.80.2/SkiaSharp.Views.Forms.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# API diff: SkiaSharp.Views.Forms.dll | ||
|
||
## SkiaSharp.Views.Forms.dll | ||
|
||
### Namespace SkiaSharp.Views.Forms | ||
|
||
#### Type Changed: SkiaSharp.Views.Forms.Extensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static Xamarin.Forms.Color ToFormsColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this Xamarin.Forms.Color color); | ||
``` | ||
|
||
|
||
|
5 changes: 5 additions & 0 deletions
5
changelogs/SkiaSharp.Views.Gtk2/2.80.2/SkiaSharp.Views.Gtk.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.Gtk.dll | ||
|
||
## SkiaSharp.Views.Gtk.dll | ||
|
||
> No changes. |
5 changes: 5 additions & 0 deletions
5
changelogs/SkiaSharp.Views.Gtk3/2.80.2/SkiaSharp.Views.Gtk3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.Gtk3.dll | ||
|
||
## SkiaSharp.Views.Gtk3.dll | ||
|
||
> No changes. |
28 changes: 28 additions & 0 deletions
28
changelogs/SkiaSharp.Views.Uno/2.80.2/SkiaSharp.Views.UWP.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# API diff: SkiaSharp.Views.UWP.dll | ||
|
||
## SkiaSharp.Views.UWP.dll | ||
|
||
### Namespace SkiaSharp.Views.UWP | ||
|
||
#### New Type: SkiaSharp.Views.UWP.SKSwapChainPanel | ||
|
||
```csharp | ||
public class SKSwapChainPanel : 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 SKSwapChainPanel (); | ||
// properties | ||
public SkiaSharp.SKSize CanvasSize { get; } | ||
public double ContentsScale { get; } | ||
public bool DrawInBackground { get; set; } | ||
public bool EnableRenderLoop { get; set; } | ||
public SkiaSharp.GRContext GRContext { get; } | ||
// events | ||
public event System.EventHandler<SKPaintGLSurfaceEventArgs> PaintSurface; | ||
// methods | ||
public void Invalidate (); | ||
protected virtual void OnPaintSurface (SKPaintGLSurfaceEventArgs e); | ||
} | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.WPF.dll | ||
|
||
## SkiaSharp.Views.WPF.dll | ||
|
||
> No changes. |
5 changes: 5 additions & 0 deletions
5
changelogs/SkiaSharp.Views.WindowsForms/2.80.2/SkiaSharp.Views.WindowsForms.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.WindowsForms.dll | ||
|
||
## SkiaSharp.Views.WindowsForms.dll | ||
|
||
> No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.Android.dll | ||
|
||
## SkiaSharp.Views.Android.dll | ||
|
||
> No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.Desktop.dll | ||
|
||
## SkiaSharp.Views.Desktop.dll | ||
|
||
> No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# API diff: SkiaSharp.Views.Mac.dll | ||
|
||
## SkiaSharp.Views.Mac.dll | ||
|
||
### Namespace SkiaSharp.Views.Mac | ||
|
||
#### Type Changed: SkiaSharp.Views.Mac.AppleExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static CoreGraphics.CGColor ToCGColor (this SkiaSharp.SKColorF color); | ||
public static CoreImage.CIColor ToCIColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreGraphics.CGColor color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreImage.CIColor color); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.Mac.MacExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static AppKit.NSColor ToNSColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this AppKit.NSColor color); | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.Tizen.dll | ||
|
||
## SkiaSharp.Views.Tizen.dll | ||
|
||
> No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Views.UWP.dll | ||
|
||
## SkiaSharp.Views.UWP.dll | ||
|
||
> No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# API diff: SkiaSharp.Views.iOS.dll | ||
|
||
## SkiaSharp.Views.iOS.dll | ||
|
||
### Namespace SkiaSharp.Views.iOS | ||
|
||
#### Type Changed: SkiaSharp.Views.iOS.AppleExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static CoreGraphics.CGColor ToCGColor (this SkiaSharp.SKColorF color); | ||
public static CoreImage.CIColor ToCIColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreGraphics.CGColor color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreImage.CIColor color); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.iOS.iOSExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static SkiaSharp.SKColorF ToSKColorF (this UIKit.UIColor color); | ||
public static UIKit.UIColor ToUIColor (this SkiaSharp.SKColorF color); | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# API diff: SkiaSharp.Views.tvOS.dll | ||
|
||
## SkiaSharp.Views.tvOS.dll | ||
|
||
### Namespace SkiaSharp.Views.tvOS | ||
|
||
#### Type Changed: SkiaSharp.Views.tvOS.AppleExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static CoreGraphics.CGColor ToCGColor (this SkiaSharp.SKColorF color); | ||
public static CoreImage.CIColor ToCIColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreGraphics.CGColor color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreImage.CIColor color); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.tvOS.iOSExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static SkiaSharp.SKColorF ToSKColorF (this UIKit.UIColor color); | ||
public static UIKit.UIColor ToUIColor (this SkiaSharp.SKColorF color); | ||
``` | ||
|
||
|
||
|
27 changes: 27 additions & 0 deletions
27
changelogs/SkiaSharp.Views/2.80.2/SkiaSharp.Views.watchOS.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# API diff: SkiaSharp.Views.watchOS.dll | ||
|
||
## SkiaSharp.Views.watchOS.dll | ||
|
||
### Namespace SkiaSharp.Views.watchOS | ||
|
||
#### Type Changed: SkiaSharp.Views.watchOS.AppleExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static CoreGraphics.CGColor ToCGColor (this SkiaSharp.SKColorF color); | ||
public static SkiaSharp.SKColorF ToSKColorF (this CoreGraphics.CGColor color); | ||
``` | ||
|
||
|
||
#### Type Changed: SkiaSharp.Views.watchOS.iOSExtensions | ||
|
||
Added methods: | ||
|
||
```csharp | ||
public static SkiaSharp.SKColorF ToSKColorF (this UIKit.UIColor color); | ||
public static UIKit.UIColor ToUIColor (this SkiaSharp.SKColorF color); | ||
``` | ||
|
||
|
||
|
5 changes: 5 additions & 0 deletions
5
changelogs/SkiaSharp.Vulkan.SharpVk/2.80.2/SkiaSharp.Vulkan.SharpVk.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API diff: SkiaSharp.Vulkan.SharpVk.dll | ||
|
||
## SkiaSharp.Vulkan.SharpVk.dll | ||
|
||
> No changes. |
Oops, something went wrong.