Граф коммитов

494 Коммитов

Автор SHA1 Сообщение Дата
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
Matthew Leibowitz 51eccc32da Added C# bindings for SKSvgCanvas and SkXmlWriter 2016-08-16 01:42:22 +02:00
Matthew Leibowitz acd9f8245c Fixed incorrect spelling of P/Invoke 2016-08-15 23:35:37 +02:00
Matthew Leibowitz 89577f1f6c Update README.md 2016-08-15 18:59:42 +02:00
Matthew Leibowitz fac08c0aff Added the WPF sample 2016-08-12 11:21:36 +02:00
Matthew Leibowitz fb4b18ca6f SKImage.FromBitmap was already added #118 2016-08-12 10:19:46 +02:00
Miguel de Icaza 1a9b10d6e4 Updated docs 2016-08-11 23:50:00 -04:00
Miguel de Icaza e646da249f Add SKImage.FromBitmap method 2016-08-11 23:36:08 -04:00