Matthew Leibowitz
4049bcf29c
Use the latest depot_tools
2016-11-22 03:42:31 +02:00
Matthew Leibowitz
935ae1e716
Update readme NuGet names
2016-11-22 03:42:21 +02:00
Matthew Leibowitz
edcc6cd56e
Merge branch 'update-m56' into develop-next
2016-11-22 01:26:19 +02:00
Matthew Leibowitz
b87337c1b0
Merge branch 'master' into develop-next
2016-11-22 01:25:27 +02:00
Matthew Leibowitz
f3bb1c731b
Added the obsolete method back
2016-11-21 23:16:15 +02:00
Matthew Leibowitz
f6b87decd9
Merge branch 'master' into update-m56
2016-11-21 22:33:06 +02:00
Matthew Leibowitz
540cd843b1
Updated the sample's version number
2016-11-20 21:49:07 -05:00
Matthew Leibowitz
23e408cdab
Use Android v6.0 since CI is not yet v7.0
2016-11-19 19:09:49 -05:00
Matthew Leibowitz
70ad8a3b72
__TVOS__ is more specific than __IOS__, so it goes first
2016-11-20 00:36:40 +02:00
Matthew Leibowitz
bfe90a2bed
Merge pull request #200 from mono/master
...
Update the working branch
2016-11-19 21:49:15 +02:00
Matthew Leibowitz
c2bdfef7bd
Added documentation implementation.
2016-11-19 14:27:13 -05:00
Matthew Leibowitz
be86639ce2
Use SKAutoLockPixels to lock pixels
2016-11-19 13:33:41 -05:00
Matthew Leibowitz
5f03f4695a
Updated the samples project files
2016-11-19 13:10:54 -05:00
Matthew Leibowitz
a6401600b8
Added a few more empty docs
2016-11-19 20:09:19 +02:00
Matthew Leibowitz
1949d64030
Update depot_tools
2016-11-19 20:07:44 +02:00
Matthew Leibowitz
6b6f1463a5
removed unused members
2016-11-19 08:16:01 +02:00
Matthew Leibowitz
67cb289718
Update the SkiaSharp version for the release
2016-11-19 08:12:13 +02:00
Matthew Leibowitz
7449894c16
Added some SVG tests
2016-11-19 08:10:05 +02:00
Matthew Leibowitz
4ad18ef484
iOS, tvOS, macOS now builds the native bits
2016-11-19 07:13:49 +02:00
Matthew Leibowitz
510e754e7b
Merge branch 'master' into update-m56
2016-11-19 05:26:55 +02:00
Matthew Leibowitz
a1cb4e270e
Merge pull request #199 from Tylerflick/master
...
remove index8 check for adding pixels
2016-11-19 03:23:51 +02:00
Tyler Hoeflicker
55955c7ae6
remove index8 check for adding pixels
...
After looking at this there really isn't any reason that this check
needs to be here. It's up to the caller to ensure that it's safe though.
2016-11-18 15:31:40 -08:00
Matthew Leibowitz
ab195399ae
Android build works now
2016-11-18 21:02:28 +02:00
Matthew Leibowitz
e16acac9e1
Merge branch 'master' into update-m56
2016-11-18 18:56:46 +02:00
Matthew Leibowitz
3f406ee9ab
This test is unreliable (can't guarantee memory will change after freeing)
2016-11-18 18:55:49 +02:00
Matthew Leibowitz
5b9b6f2b5e
This test is unreliable (can't guarantee memory will change after freeing)
2016-11-18 18:33:48 +02:00
Matthew Leibowitz
c27f8462e8
Use the latest depot_tools
2016-11-18 18:32:34 +02:00
Matthew Leibowitz
d6b11a42e9
Updated the Windows projects
2016-11-18 18:32:19 +02:00
Matthew Leibowitz
89871132ec
Some more changes
2016-11-18 13:14:29 +02:00
Matthew Leibowitz
eb69f5f512
Use latest native code after upstream merge
2016-11-18 05:40:26 +02:00
Matthew Leibowitz
f2875d86f9
Added an overload for SKData.AsStream that disposes data
2016-11-18 02:17:27 +02:00
Matthew Leibowitz
ce2573c99a
dded a few extra members and tests
2016-11-18 01:35:17 +02:00
Tyler Hoeflicker
6ac547a112
Merge branch 'master' of https://github.com/Tylerflick/SkiaSharp
...
# Conflicts:
# binding/Binding/SKBitmap.cs
2016-11-17 13:38:33 -08:00
Tyler Hoeflicker
b9d750fca6
remove ambiguous method
2016-11-17 13:36:43 -08:00
Tyler Hoeflicker
62477fa340
add guard clause for SetPixel
2016-11-17 13:36:43 -08:00
Tyler Hoeflicker
7cee970916
add guards to setting colortable
2016-11-17 13:35:38 -08:00
Tyler Hoeflicker
d30c391d2b
add documentation for color table support
2016-11-17 13:29:19 -08:00
Tyler Hoeflicker
4df41ff05e
breakout color table setter into seperate methods
2016-11-17 13:29:19 -08:00
Tyler Hoeflicker
f6066f4bf3
add colortable setting support
2016-11-17 13:29:19 -08:00
Tyler Hoeflicker
875cdacae7
remove ambiguous method
2016-11-17 13:13:26 -08:00
Matthew Leibowitz
4a9f8e471d
Use latest native code
2016-11-17 22:01:48 +02:00
Matthew Leibowitz
8db2bb0534
Enhancements to SKBitmap and a few others:
...
- bitmap can now be created using existing memory pointer
- optional disposal callback/delegate
- bitmap can copy directly to a memory pointer
- canvas has a quick reject method
- path can detect if it is empty
2016-11-17 21:40:14 +02:00
Tyler Hoeflicker
a4e235a40e
add guard clause for SetPixel
2016-11-17 11:06:21 -08:00
Tyler Hoeflicker
a07cfc5b3b
add guards to setting colortable
2016-11-17 10:59:48 -08:00
Tyler Hoeflicker
fd30a3c4c4
add documentation for color table support
2016-11-17 10:25:55 -08:00
Matthew Leibowitz
10b72b3043
Added a test for incremental codec decodes
2016-11-17 04:35:51 +02:00
Matthew Leibowitz
732a89daf3
Added C# API support for incremental codec decodes
2016-11-17 04:34:48 +02:00
Matthew Leibowitz
759f22c5f0
Use the latest native bits from Google
2016-11-16 21:58:32 +02:00
Tyler Hoeflicker
34ecac2840
breakout color table setter into seperate methods
2016-11-16 11:04:15 -08:00
Matthew Leibowitz
95feeab235
Merge branch 'patch-v1.54.1'
2016-11-16 13:28:52 +02:00