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

22 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz fc9f030a08
A few changes and improvements (#1153)
A few changes and improvements:
- add some helper members
- improved the SKBitmap.CopyTo and related members
- added Encode(...) to SKBitmap
- added Encode(...) with a .NET Stream to SKBitmap, SKImage and SKPixmap
- start the move from SKEncoding to SKTextEncoding
- added more tests
- generator now has a validator for ensuring all declarations have implementations
- added equality members to all structs

Bugs Fixed
- Bitmaps copied with SKBitmap.Copy sometimes have incorrect colors
- The GC would sometimes collect a stream that was being used by a PDF document
2020-02-27 15:12:00 +02:00
Matthew Leibowitz e2514cda18
[WIP] Add GTK views for Xamarin.Forms (#1089)
* Adding GTK extension methods
* Add initial implementation for Xamarin.Forms GTK
* Better exceptions
* GTK v2 does not build on Windows CI
   This is because of mono not being installed. I could install it, but typically
   this is not available on normal dev boxes. So, to make things easier, just
   build on mac and linux.
2020-01-08 15:35:23 +02:00
Matthew Leibowitz e84ba47396
Upgrade to VS2019 and .NET Core 3.0 (#1030)
* Upgraded a good few things
 - multitargeting for netstandard1.3, netstandard2.0, netcoreapp3.0 and net45
 - iOS, tvOS, macOS, watchOS now builds on non-macOS (not embedded binaries)
 - removed empty assembly infos
 - using Directory.Build.* to clean up a few things
 - improved the msbuild tasks to properly skip
* Add the targets file to the nuget
* Let all the tests run before failing the build
* Pack and validate in one go
* Update the samples to use the new projects
* Use VS 2017 for native builds for now
* Update Dockerfiles
* removed references from Views.WPF to OpenTK #1029 (#1078)
* Install the type redirector
* Update depot_tools
* Don't do any signing for macOS

Co-authored-by: Tyson Williams <34664007+bender2k14@users.noreply.github.com>
2019-12-22 18:50:47 +02:00
Matthew Leibowitz 7468b41b93 Added some platform interop extension methods
- also split WPF from Desktop
2016-09-20 00:37:31 +02:00
Matthew Leibowitz e360acc20b Ran the script to update all versions - seems to work :) 2016-09-15 23:12:29 +02:00
Matthew Leibowitz ff3ad1a534 We don't want to up the AssemblyVersion 2016-09-15 19:15:12 +02:00
Matthew Leibowitz 6570c1cb49 Dropping the version for the merge 2016-09-14 09:32:46 +02:00
Matthew Leibowitz a7b6cc2d58 Upped the NuGet version to v1.54.1
- added the UWP basic sample
 - tweaked the ignore and build script
2016-09-12 22:46:49 +02:00
Matthew Leibowitz 5b21eb3b98 Up the assembly version to the new release 2016-08-31 05:47:01 +02:00
Matthew Leibowitz b9e993a854 Updated the NuGet version to v1.54.0 2016-08-31 05:05:57 +02:00
Matthew Leibowitz 5c59cbbd69 Upped the version number for the next release 2016-08-20 02:31:23 +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 e042734a48 Set the version to a more "major" update due to the amount of changes 2016-08-11 10:52:55 +02:00
Matthew Leibowitz d260e299c7 Upped the version number for issue #129 2016-08-10 13:45:08 +02:00
Matthew Leibowitz 298e0e93de We are building m53 now 2016-07-22 19:07:14 +02:00
Matthew Leibowitz e2e7de0b54 Upped the NuGet version number to v1.52 2016-07-14 01:28:32 +02:00
Matthew Leibowitz 12a45e2991 Updated the version number to v1.49.4 2016-06-03 15:05:16 +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
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 fc477a4d35 Some changes for a stable 1.49.1 release 2016-03-07 19:44:47 +02:00
Matthew Leibowitz e2b630f9ed [Build] Set the version for the first release 2016-02-05 17:37:06 +02:00
Matthew Leibowitz ec58b7752d [C# API] [Samples] Reworked the structure / references
- bindings now reference the files in the ./native-builds/lib/ directory
 - OS X no longer needs an explicit .dylib references, it just needs the .targets file
 - cleaned up the unnecessary Android references
 - moved Desktop & Driver projects into samples for later
 - Cake now builds the C# libraries and samples
2016-01-15 02:18:32 +02:00