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

1122 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz aee8efdcba Updated Android App name 2016-06-09 07:11:15 +02:00
Matthew Leibowitz d5d8070d77 Show the demos initially 2016-06-09 07:08:11 +02:00
Matthew Leibowitz 9ca3046812 Merge pull request #86 from mono/updating-samples
Update PDF Samples
2016-06-09 06:56:18 +02:00
Matthew Leibowitz 95a86e74bb Merge pull request #85 from mono/pdf-merge
Adding PDF Support
2016-06-09 06:55:50 +02:00
Matthew Leibowitz 8dc0cc3f16 Made the samples look nicer and more modern 2016-06-09 06:49:58 +02:00
Matthew Leibowitz f1af81508a Update the version of SkiaSharp for the samples 2016-06-09 02:14:04 +02:00
Matthew Leibowitz 7cbc7ee3c6 Merge branch 'pdf-merge' into updating-samples
# Conflicts:
#	build.cake
2016-06-08 03:03:53 +02:00
Matthew Leibowitz 8a6384bd8a Added support for one SKObject to belong to another:
- used when ownership is transferred in native code
 - fixed instance where stream was disposed when in use by typeface
2016-06-08 02:58:12 +02:00
Matthew Leibowitz 444517c1d3 Update the NuGet version 2016-06-08 01:24:21 +02:00
Matthew Leibowitz a75995335f Use NuGet v3 everywhere 2016-06-08 01:20:27 +02:00
Matthew Leibowitz 5983abfdfc Update the sample to use the latest beta 2016-06-06 23:24:20 +02:00
Matthew Leibowitz 8b41ca4722 best thing right now is just to use the beta NuGet feed 2016-06-06 23:19:29 +02:00
Matthew Leibowitz 2e8c6a1031 Up the NuGet beta version number 2016-06-06 23:17:29 +02:00
Matthew Leibowitz 0fd984d0ee Revert "We can't depend on a nonexistent NuGet"
This reverts commit 038e287c14.
2016-06-06 22:57:00 +02:00
Matthew Leibowitz 8c7b219353 Too much effort to try and mangle the project references for the samples 2016-06-06 22:52:40 +02:00
Matthew Leibowitz e1881a887d Merge branch 'pdf-merge' into updating-samples 2016-06-06 21:42:33 +02:00
Matthew Leibowitz bc30357dea use the latest skia 2016-06-06 21:40:44 +02:00
Matthew Leibowitz 91db24bc94 The stream cannot be referenced/disposed once passed to SKTypeface. 2016-06-06 21:38:10 +02:00
Matthew Leibowitz 659aa8cfff Revert "The stream cannot be referenced/disposed once passed to SKTypeface."
This reverts commit 35048c0e00.
2016-06-06 21:37:21 +02:00
Matthew Leibowitz 367756f4a7 Merge branch 'pdf-merge' into updating-samples 2016-06-06 21:33:39 +02:00
Matthew Leibowitz d84e8e645f Updated the docs 2016-06-06 21:31:43 +02:00
Matthew Leibowitz 7d4e4f74ce Revert "Updated the docs"
This reverts commit 6c91d7dbe1.
2016-06-06 21:31:13 +02:00
Matthew Leibowitz 4d24360508 Some improvements for packaging/samples:
- only build the full package in CI
 - use the new/output NuGet when building the samples
    - we need to test that package
    - the sample may contain items that aren't yet released
2016-06-06 21:29:44 +02:00
Matthew Leibowitz 038e287c14 We can't depend on a nonexistent NuGet 2016-06-06 21:17:15 +02:00
Matthew Leibowitz 6c91d7dbe1 Updated the docs 2016-06-06 19:50:09 +02:00
Matthew Leibowitz 35048c0e00 The stream cannot be referenced/disposed once passed to SKTypeface. 2016-06-06 19:43:57 +02:00
Matthew Leibowitz 3b24fc72f3 Merge branch 'pdf-merge' into updating-samples 2016-06-06 19:26:39 +02:00
Matthew Leibowitz 01924b2313 Corrected the SKManagedStream binding:
- make sure to dispose the native object, but only if the destructor wasn't already called
2016-06-06 19:25:26 +02:00
Matthew Leibowitz 06374125e2 Updated the samples 2016-06-04 10:52:40 +02:00
Matthew Leibowitz 69cf89c880 Updated samples 2016-06-04 10:11:26 +02:00
Matthew Leibowitz d53a1d8165 Added the .pfx for the UWP samples 2016-06-03 20:04:42 +02:00
Matthew Leibowitz fe796ee89a Changing the UWP SDK versions 2016-06-03 18:21:24 +02:00
Matthew Leibowitz 842b9d95f3 Can't build iOS on Windows and UWP on Mac 2016-06-03 17:32:14 +02:00
Matthew Leibowitz 7e1abc2703 Test are using relative paths:
- ensure AnyCPU path depth matches x86/x64
2016-06-03 15:33:14 +02:00
Matthew Leibowitz 12a45e2991 Updated the version number to v1.49.4 2016-06-03 15:05:16 +02:00
Matthew Leibowitz 6d34b2a624 Added bindings for SkDocument and PDF:
- Support on iOS/Android/UWP/OSX/Win32
 - Improved Win32 to UWP conversion "script" (should be in gyp)
 - Added pointer ownership into SKObject
 - Streams now are either abstract or own their pointers
2016-06-03 14:55:39 +02:00
Matthew Leibowitz 2fc8476ab5 Image decoder now uses SKString | Fixes #67 2016-05-18 02:47:55 +02:00
Matthew Leibowitz c081822c10 Created internal SKString type for ease of use 2016-05-18 02:47:02 +02:00
Matthew Leibowitz 5f770b6a98 SKTypeface.FromFile no longer throws an exception 2016-05-18 00:01:19 +02:00
Matthew Leibowitz 954f451ece update native skia 2016-05-17 22:46:57 +02:00
Matthew Leibowitz 0d6db62ef1 Merge pull request #73 from agallero/typeface
Added methods to SkTypeface
2016-05-17 22:43:38 +02:00
adrian gallero 078fdb76d1 removed check for intptr.zero in SKTypeface constructor 2016-05-17 16:13:47 -03:00
adrian gallero 104a6d0fce Merge remote-tracking branch 'mono/master' into typeface 2016-05-17 16:11:41 -03:00
Miguel de Icaza 5914335ce8 Use locking around static dictionary 2016-05-17 11:21:07 -04:00
Miguel de Icaza 2dde677523 Some docs updates 2016-05-17 11:19:21 -04:00
Matthew Leibowitz 3501743a3b Update README.md 2016-05-17 16:36:29 +02:00
Matthew Leibowitz 03243d8f4f Added badges to the readme 2016-05-14 23:40:40 +02:00
Matthew Leibowitz 733264b7be Make sure that if a method returns IntPtr.Zero, we return a NULL object
If a constructor returns IntPtr.Zero, then throw an exception
2016-05-14 22:28:24 +02:00
Matthew Leibowitz a0a2991afb Added the Skia.Forms.Demo.UWP sample 2016-05-14 21:16:33 +02:00
Matthew Leibowitz 0178d552e6 Merge pull request #82 from mono/samples-update
Update Samples with new NuGet
2016-05-14 20:09:54 +02:00