Tyler Hoeflicker
c7b7b496a1
expose SKMask
2017-01-18 14:02:33 -08:00
Matthew Leibowitz
950a319e47
Updated the PDF sample to use the new bindings
2017-01-17 21:31:09 +02:00
Matthew Leibowitz
e805c19932
Added support for PDF metadata
2017-01-17 21:30:45 +02:00
Matthew Leibowitz
4d13effb74
Merge pull request #217 from mono/merge-svgcanvas
...
Merge svgcanvas
2017-01-16 19:50:50 -05:00
Matthew Leibowitz
93a5c9436c
Added bindings for canvas annotations
2017-01-17 02:49:40 +02:00
Matthew Leibowitz
1b4902a6b1
Added a SVG canvas test
2017-01-16 19:30:53 +02:00
Matthew Leibowitz
db77c15e22
Added the VS test adapter
2017-01-16 19:28:09 +02:00
Matthew Leibowitz
80dde2097b
added expat to the windows builds
2017-01-16 19:27:32 +02:00
Matthew Leibowitz
d84b502983
the arm builds lost a dependency
2017-01-16 11:42:59 -05:00
Matthew Leibowitz
25b1de09fe
Updated the Apple builds
2017-01-16 09:32:13 -05:00
Matthew Leibowitz
df8c16c17e
Merged the bits from the svg branch
2017-01-16 15:06:16 +02:00
Matthew Leibowitz
3fe0a38bcb
Updated the docs
2017-01-16 09:07:57 +02:00
Matthew Leibowitz
d35281556c
Updated the docs with the new API
2017-01-16 07:01:38 +02:00
Matthew Leibowitz
25d56b5c87
Android also requires that the stencil buffer be cleared
2017-01-14 22:38:57 -05:00
Matthew Leibowitz
aa040d9004
Updated the samples a bit
2017-01-15 05:14:08 +02:00
Matthew Leibowitz
bb0dd133f7
Use a later version of ANGLE
2017-01-14 22:45:14 +02:00
Matthew Leibowitz
b0ebe6e420
Corrected the C# API, out instead of ref
2017-01-14 22:42:29 +02:00
Matthew Leibowitz
ad75683a54
Updated the C# API to match the changed C API
2017-01-14 21:06:42 +02:00
Matthew Leibowitz
b2e14b9b7a
Fixes for the ARM and Debug builds
2017-01-14 20:58:13 +02:00
Matthew Leibowitz
263f387e7a
Pulled the latest from google
2017-01-13 08:45:27 +02:00
Matthew Leibowitz
6ada85bf1b
Update README.md
2017-01-13 08:43:47 +02:00
Matthew Leibowitz
329c617870
Added a SVG transparency sample
2017-01-11 07:45:29 +02:00
Matthew Leibowitz
462c0806a9
Corrected the Mac detection logic
2017-01-11 07:45:16 +02:00
Matthew Leibowitz
3b9a7f9fde
Preparation for building on linux
2017-01-11 06:35:43 +02:00
Miguel de Icaza
d744b3f6b2
More SkiaSharp docs
2017-01-09 21:49:27 -05:00
Matthew Leibowitz
a6025b7a7d
Added an "opacity" test SVG
2017-01-10 01:04:05 +02:00
Matthew Leibowitz
cfe6afbf8a
Added support for "opacity", including special case for groups
2017-01-10 01:02:39 +02:00
Miguel de Icaza
301701e9d1
Fix
2017-01-09 14:18:25 -05:00
Miguel de Icaza
ebe075955a
More samples
2017-01-09 13:23:12 -05:00
Miguel de Icaza
a206ba14d7
Some SKPaint docs
2017-01-09 12:56:34 -05:00
Matthew Leibowitz
d9c426236f
Updated some samples
2017-01-09 17:26:42 +02:00
Matthew Leibowitz
4aa15d81e1
Added a resize sample
2017-01-09 17:25:44 +02:00
Matthew Leibowitz
ec6a87480e
Added the C# API for SkBitmapScaler::Resize
2017-01-07 03:35:52 +02:00
Matthew Leibowitz
0e9b000090
Added C# bindings for SKPixmap
2017-01-07 01:40:41 +02:00
Matthew Leibowitz
af3f21616b
Added the UWP namespace
2017-01-06 06:40:41 +02:00
Matthew Leibowitz
b53c882f5f
Removed the dependency on OpenTK (except desktop)
2017-01-05 23:36:09 -05:00
Matthew Leibowitz
69b8edeb6b
Make sure to extend past the view so that the blocks reach the edges
2017-01-06 03:29:45 +02:00
Matthew Leibowitz
e4c26fbbf5
Updated the docs with the new version
2017-01-06 02:03:11 +02:00
Matthew Leibowitz
419ccca54b
Updated the docs based on the changes to the API
2017-01-06 02:01:38 +02:00
Matthew Leibowitz
c8ff431cd2
Corrected the casing of the enum members
2017-01-06 01:56:04 +02:00
Matthew Leibowitz
3f4740321c
Updated the native bits
2017-01-06 00:07:04 +02:00
Matthew Leibowitz
22850d3436
Updated the native bits
2017-01-05 23:37:05 +02:00
Steve Nessen
42ea70d140
Fix for memory leak in UWP SKXamlCanvas that holds reference to WriteableBitmap
2016-12-20 13:11:28 +01:00
Matthew Leibowitz
01c7253d88
Merge pull request #206 from laarmen/fix_forms_ios_opacity
...
Make the iOS Forms views non-opaque. Fixes #198
2016-12-02 03:17:03 +02:00
Matthew Leibowitz
e01fc9f8a1
Merge pull request #205 from mono/develop-next
...
Update to v1.56
2016-12-02 03:13:58 +02:00
Matthew Leibowitz
a8bedd1169
Updated the NuGet version numbers
2016-12-02 03:13:36 +02:00
Matthew Leibowitz
a7a2ddbe76
Using better values for the shadow mask filter
2016-11-28 19:04:54 +02:00
Simon Chopin
9e93e3e0ae
Force the non-opacity of the Forms SKGLView on iOS
...
On Android and UWP, this view defaults to a transparent background, whereas
on iOS it was opaque by default. This patch fixes it in the name of consistency.
According to the documentation, this might slightly impact performance.
2016-11-28 09:06:34 -06:00
Simon Chopin
2a36477584
Force the non-opacity of the SKCanvasView on iOS
...
On Android and UWP, this view defaults to a transparent background, whereas
on iOS it was opaque by default. This patch fixes it in the name of consistency.
2016-11-28 09:06:33 -06:00
Matthew Leibowitz
54ede1963b
Use the correct way to get the main thread
2016-11-28 15:18:34 +02:00