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

1122 Коммитов

Автор SHA1 Сообщение Дата
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
Matthew Leibowitz 53d5436f36 Merge pull request #76 from mono/windows-uwp-merge
Windows UWP Merge
2016-05-12 02:17:01 +02:00
Matthew Leibowitz aeaa18b035 Removing the dot as this seems to be an issue... 2016-05-12 01:05:57 +02:00
Matthew Leibowitz 795f4c2f03 Update NuGet so UWP builds 2016-05-10 15:46:14 +02:00
Cody Russell 4338833fdd Fix typo in OSX demo. 2016-05-08 13:30:34 -05:00
Matthew Leibowitz 2012ffb5f2 Update the UWP sample 2016-05-06 17:41:24 +02:00
Matthew Leibowitz d803eced23 Native UWP:
- ARM does not depend on anything
 - x86/x64 requires Kernel32.lib
2016-05-06 17:40:21 +02:00
Matthew Leibowitz 3c02b8e333 Copy the UWP outputs around 2016-05-06 17:39:38 +02:00
Matthew Leibowitz 37e1e508a5 Added UWP to the .nuspec 2016-05-06 17:38:17 +02:00
Matthew Leibowitz d28c77d68b Binding does is AnyCPU - target includes vclibs 2016-05-06 17:28:53 +02:00
Matthew Leibowitz a03c96ad8f Use latest skia 2016-05-06 17:27:48 +02:00
Matthew Leibowitz 190919e7ca Updating Cake to fix NuGet resolver 2016-05-06 17:27:35 +02:00
Matthew Leibowitz 17436ad5b4 Updated the native skia 2016-05-05 03:36:01 +02:00
Matthew Leibowitz df15534cad Merge branch 'master' into windows-uwp
# Conflicts:
#	skia
2016-05-05 03:26:06 +02:00
Matthew Leibowitz 7d3f6f521b Get bits in place for UWP-master merge 2016-05-05 03:24:31 +02:00
Matthew Leibowitz 5ff18f148e Changing the submodule to https 2016-05-03 19:31:13 +02:00
Matthew Leibowitz 32fc465005 Changing the submodule schemes 2016-05-03 18:47:25 +02:00
Charlenni 723e32f08c Changed whitespace handling 2016-05-03 17:37:09 +02:00
Charlenni 2f0ad2f0d2 Change whitespace handling 2016-05-03 17:32:24 +02:00
Charlenni 8156a2fdf5 Added missing functions for SKPath:
- Reset()
- Rewind()
Added to SKPath.cs and SkiaAPI.cs in same style as SKPath.Close()
2016-05-03 11:40:02 +02:00
Charlenni de524208f2 Added missing functions for SKPath:
- Reset()
- Rewind()
Added to SKPath.cs and SkiaAPI.cs in same style as SKPath.Close()
2016-05-03 11:31:43 +02:00
adrian gallero 50e3914721 Added methods to SkTypeface to read the actual name of the typeface family and to retrieve ttf tables 2016-05-01 03:02:27 -03:00
Matthew Leibowitz 638668b4c9 Updating native skia 2016-04-19 23:50:31 +02:00
Matthew Leibowitz 5b00edbd45 Windows samples use new NuGet 2016-04-19 23:44:55 +02:00
Matthew Leibowitz dabff7bb74 Updated the samples to use the new NuGet 2016-04-19 23:42:24 +02:00
Matthew Leibowitz d1b22808a7 Do some logging with the SHA 2016-04-19 19:22:30 +02:00
Matthew Leibowitz e32f541a88 Upped the version numbers and added the Git SHA to the info 2016-04-19 19:19:07 +02:00
Matthew Leibowitz 553b11960d Reversing the last commit as the samples use the NuGet, not the code 2016-04-19 03:48:30 +02:00
Matthew Leibowitz 8880a778f1 Trying out the new rounded rect 2016-04-19 03:28:51 +02:00
Matthew Leibowitz 1a4714bcce Merge branch 'perspex-missing-1' of https://github.com/kekekeks/SkiaSharp into kekekeks-perspex-missing-1
# Conflicts:
#	skia
2016-04-19 03:09:20 +02:00