Matthew Leibowitz
2293db42a8
Added .Contains() and .LastPoint to SKPath
2016-09-02 01:26:49 +02:00
Matthew Leibowitz
444fbf9179
Added Hue to SKColor.
...
Not adding Saturation as this is very different depending on whether the HSV or HSL was used. Also not adding the Value or the Lightness properties as this can be obtained from the various ToXXX methods
2016-09-02 00:01:03 +02:00
Matthew Leibowitz
555a626395
Added support for converting to/from HSV and HSL
2016-09-01 23:38:48 +02:00
Matthew Leibowitz
a76f50b6cb
Removed the .NET color methods as they aren't what we are looking for.
2016-09-01 17:20:29 +02:00
Matthew Leibowitz
a938ff5e6f
mdoc always uses LF
2016-09-01 00:04:06 +02:00
Matthew Leibowitz
8791e3bf6e
not that file
2016-08-31 23:53:58 +02:00
Matthew Leibowitz
6edf0bb01f
mdoc needs a few extra things on windows
2016-08-31 23:52:37 +02:00
Matthew Leibowitz
e40066b62f
we need monodoc.dll too
2016-08-31 23:43:11 +02:00
Matthew Leibowitz
48afd6a70d
Make sure to use the distributed mdoc
2016-08-31 23:23:33 +02:00
Matthew Leibowitz
e1f3938bfe
We are going to check in mdoc because there is no stand-alone version
2016-08-31 23:21:40 +02:00
Matthew Leibowitz
57c1eeba67
Updated the docs again
2016-08-31 22:50:39 +02:00
Matthew Leibowitz
654df8920d
Updated the docs
2016-08-31 22:45:17 +02:00
Matthew Leibowitz
17e456a1e0
Added extra members to the basic types
...
- SKColor
- SKPoint
- SKPointI
- SKPoint3
- SKSize
- SKSizeI
- SKRect
- SKRectI
Converted fields into properties:
- SKImageInfo
- SKSurfaceProps
- SKCodecOptions
2016-08-31 22:08:48 +02:00
Matthew Leibowitz
d317b3b0a4
Merge branch 'master' into merge-m54
2016-08-31 22:08:27 +02:00
Matthew Leibowitz
ab8be60734
Revert "Updated the docs with all the new members"
...
This reverts commit 7955ad29d4
.
2016-08-31 22:07:03 +02:00
Matthew Leibowitz
2c50ec9467
Revert "Added extra members to the basic types"
...
This reverts commit 89d5e9d6e9
.
2016-08-31 22:06:38 +02:00
Matthew Leibowitz
03ef047475
Updated the build to work with MSVC
2016-08-31 18:34:52 +02:00
Matthew Leibowitz
5b21eb3b98
Up the assembly version to the new release
2016-08-31 05:47:01 +02:00
Matthew Leibowitz
aec6d3b53c
Update the "version comparison" links
2016-08-31 05:34:40 +02:00
Matthew Leibowitz
b9e993a854
Updated the NuGet version to v1.54.0
2016-08-31 05:05:57 +02:00
Matthew Leibowitz
a6778d90c1
Added a bitmap lattice / 9-patch sample
2016-08-31 05:02:19 +02:00
Matthew Leibowitz
ad3b218e7e
Added support for drawing a bitmap lattice / 9-patch
2016-08-31 05:01:38 +02:00
Matthew Leibowitz
b78bd2e34b
Use the latest native
2016-08-31 05:01:04 +02:00
Matthew Leibowitz
def2201b6c
Should be size not point
2016-08-31 05:00:46 +02:00
Matthew Leibowitz
2667753839
Updated the font style weights to match the native enum
2016-08-31 05:00:21 +02:00
Matthew Leibowitz
c4d551ac43
Added the Gamma color filter binding
2016-08-31 04:59:37 +02:00
Matthew Leibowitz
335fc5b7de
Fixed the android build
2016-08-31 04:58:51 +02:00
Matthew Leibowitz
d4ba3ca6c0
Unused SKCodec member removed
2016-08-30 20:06:02 +02:00
Matthew Leibowitz
379e53a3c1
OS X now has an extra dependency: SkOpts_SSE42
2016-08-30 20:05:21 +02:00
Matthew Leibowitz
8d9b1ed4d6
Updated depot_tools
2016-08-30 20:03:43 +02:00
Matthew Leibowitz
35106b99ee
Use the latest from the merge of m54
2016-08-30 17:53:55 +02:00
Matthew Leibowitz
100b92ee9f
Use the latest version of m53
2016-08-30 17:37:54 +02:00
Matthew Leibowitz
7955ad29d4
Updated the docs with all the new members
2016-08-30 09:32:52 +02:00
Matthew Leibowitz
0fb85eb948
make sure to build the NuGet for the samples, and use that first before looking online
2016-08-30 09:29:26 +02:00
Matthew Leibowitz
89d5e9d6e9
Added extra members to the basic types
...
- SKColor
- SKPoint
- SKPointI
- SKPoint3
- SKSize
- SKSizeI
- SKRect
- SKRectI
Converted fields into properties:
- SKImageInfo
- SKSurfaceProps
- SKCodecOptions
2016-08-30 09:20:10 +02:00
Matthew Leibowitz
975df659a0
Make sure to marshal the SKMatrix as a reference closes #142
2016-08-24 01:45:49 +02:00
Matthew Leibowitz
9483aea518
Marshaling uint32_t as SKColor was causing issues
...
- resolves #143
- only return types caused issues
2016-08-24 01:36:33 +02:00
Matthew Leibowitz
0f12502d98
Added support for creating a SKCanvas from a SKBitmap
2016-08-20 19:11:09 +02:00
Matthew Leibowitz
82d216e10d
Whitespace corrections
2016-08-20 11:16:59 +02:00
Matthew Leibowitz
fc5e7f04d7
Added a few extra members to SKPaint
2016-08-20 11:13:30 +02:00
Matthew Leibowitz
631f30d8a7
C-style bool should be marshaled as I1
...
- would have resolved #135
2016-08-20 10:04:20 +02:00
Matthew Leibowitz
5c59cbbd69
Upped the version number for the next release
2016-08-20 02:31:23 +02:00
Matthew Leibowitz
a9dbb10461
Added a few more members to SKPath
2016-08-20 02:27:06 +02:00
Matthew Leibowitz
9f25361744
Added a fix for #129
2016-08-20 02:26:09 +02:00
Matthew Leibowitz
fb399981fa
Upping the version to v1.53.1.1 for issue #135
2016-08-17 18:06:53 +02:00
Matthew Leibowitz
cbac9ec7b0
Using the SkPaint::Style instead of a simple bool
...
Works around #135
2016-08-17 16:17:09 +02:00
Matthew Leibowitz
b101a1129a
Reverting and adding a test case (which I should have done) for #135
2016-08-17 04:41:54 +02:00
Matthew Leibowitz
0cb06f523a
Revert "Using the SkPaint::Style instead of a simple bool"
...
This reverts commit b1845de376
.
2016-08-17 04:36:33 +02:00
Matthew Leibowitz
b1845de376
Using the SkPaint::Style instead of a simple bool
...
Works around #135
2016-08-17 04:29:27 +02:00
Matthew Leibowitz
58462b5d68
Revert "Added C# bindings for SKSvgCanvas and SkXmlWriter"
...
This reverts commit 51eccc32da
.
2016-08-16 01:44:29 +02:00