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

501 Коммитов

Автор SHA1 Сообщение Дата
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
Matthew Leibowitz 3cc8228a93 Updated the iOS/Android/Mac samples to use the new NuGet 2016-05-14 19:35:30 +02:00
Matthew Leibowitz 602a75f9cc Updated the Windoews samples to use the nuew NuGet 2016-05-14 19:34:37 +02:00
adrian gallero 641282f412 added TryGetTableData to avoid Exceptions when a table doesn't exist 2016-05-14 08:29:59 -03:00
Matthew Leibowitz c0c67cb156 Corrected the targets file name 2016-05-14 02:59:21 +02:00
Matthew Leibowitz f6a0e7c157 Rename Native Library [#77] (#81)
Main change:
 * Changed the native library to libSkiaSharp for Windows, UWP, Android, OSX and iOS
   Issue #77 #81

Other changes
 * Updated the version number
 * Use Android level 10 or v2.3 s the library version
 * Update the docs
 * Allow for the case where a custom libSkiaSharp is to be provided
 * Make sure we have all the Android architectures
2016-05-14 01:12:32 +02:00
adrian gallero 9ada7e6349 Changed sk_typeface_get_family_name to return an sk_string 2016-05-13 18:50:29 -03:00
Matthew Leibowitz 5b90e16c4d update native skia 2016-05-13 19:17:13 +02:00
Matthew Leibowitz 024b5a9813 update native skia 2016-05-13 18:55:35 +02:00
Matthew Leibowitz c0cc2e1ebe update native skia 2016-05-13 18:52:38 +02:00
adrian gallero dcc8215d78 Merge branch 'typeface' of https://github.com/agallero/SkiaSharp into typeface
# Conflicts:
#	skia
2016-05-13 13:33:24 -03:00
Matthew Leibowitz 943490165a Add support for getting the clip bounds 2016-05-13 16:53:35 +02:00
Matthew Leibowitz 22c721bdbb Added extended clipping features 2016-05-13 16:31:41 +02:00
adrian gallero 5b994dca11 fixed whitespace 2016-05-12 16:22:39 -03:00
adrian gallero 4c39b15d60 Merge remote-tracking branch 'mono/master' into typeface 2016-05-12 15:58:05 -03:00
adrian gallero 328441c99b Merge remote-tracking branch 'refs/remotes/mono/master' into typeface
# Conflicts:
#	skia
2016-05-12 14:14:02 -03:00
Matthew Leibowitz b438db843a Demo showing measure text:
- native changes: c7d5e0f11a
 - managed changes: 136d45e5b3
 - Fixes #78
2016-05-12 16:57:52 +02:00
Matthew Leibowitz 136d45e5b3 Measure text now passes the correct byte array to the string methods 2016-05-12 16:46:51 +02:00
Matthew Leibowitz 272065c898 Update README.md 2016-05-12 02:33:39 +02:00
Matthew Leibowitz 0c670d8895 Merge pull request #80 from bratsche/fix-typo-skai
Fix typo in OSX demo.
2016-05-12 02:29:43 +02:00
Matthew Leibowitz 11685dcdb2 Update README.md 2016-05-12 02:27:03 +02:00
Matthew Leibowitz fe23544ede Update skia to the latest merge 2016-05-12 02:21:51 +02:00