Matthew Leibowitz
a6fc98aaf9
Adding a net45 target to SkiaSharp.HarfBuzz. Fixes #604
...
- netstandard1.3 does not support net45
2018-08-15 22:15:30 +02:00
Matthew Leibowitz
1deb7d9180
Removing shared projects from the source
2018-05-23 00:38:01 +02:00
Matthew Leibowitz
cce9b96b19
Added the Android projects to the Windows solution
2018-05-22 07:22:39 +02:00
Matthew Leibowitz
042ae7dab3
Made some changes to improve the overall build process
...
- this includes the Tizen bits from the PR
- the config.h for harfbuzz is no longer from the repo, but an actual config
- added a basic Tizen-only sample
- SkiaSharp.HarfBuzz.NetStandard and SkiaSharp.views.Forms.NetStandard should have died long time ago
2018-04-17 22:14:02 +02:00
Matthew Leibowitz
6c25780a6b
Moving more work into MSBuild
2018-03-20 05:01:37 +02:00
Matthew Leibowitz
cdabd53d9e
Fix the casing for linux
2018-01-30 17:50:18 +02:00
Matthew Leibowitz
b79570a9db
normalized the solution files
2017-06-24 02:19:20 +02:00
Matthew Leibowitz
6b0b1f8368
Re-applied some of the changes that were not specific to MSBuild
2017-06-24 02:02:42 +02:00
Matthew Leibowitz
9bee2ce8fd
reset all the project upgrades, MSBuild 15 is just not there yet with Mono 5.0
2017-06-24 01:03:09 +02:00
Matthew Leibowitz
126c985f73
- Updating the projects to use <PackageReference>
...
- no longer project.json or packages.config
- minimum VS version is 2017
- no more messing with the .csproj files
- also cleaned up the project files a bit
- Added .NET Standard for SkiaSharp.Views.Forms
2017-06-23 08:34:28 +02:00
Matthew Leibowitz
c9e0001b6b
fixed all the solution files
2017-06-06 04:11:37 +02:00
Matthew Leibowitz
230d4f973a
Moved non-SkiaSharp libraries to another repository:
...
- Moved SkiaSharp.Extended
- Moved SkiaSharp.Svg
- New repository: https://github.com/mono/SkiaSharp.Extended
2017-06-05 15:48:04 -05:00
Bojan Rajkovic
aeb3afc0cc
Add a Xamarin Workbooks integration
...
The integration uses the new Xamarin Workbooks SDK and provides some
convenience renderers for SKImage, SKBitmap, SKSurface, SKPixmap, and SKColor to
aid in using those types in a workbook. With the integration loaded, those Skia
objects will be rendered directly in the viewport as images (in the case of the
first 4), or as a Workbooks color in the case of SKColor.
2017-05-02 13:39:59 -04:00
Matthew Leibowitz
bb231e3849
Added the initial work for HarfBuzz
...
WIP for #272
2017-04-27 21:35:54 +02:00
Matthew Leibowitz
b5d20f8107
The other solutions
2017-03-22 23:42:47 +02:00
Matthew Leibowitz
df158f63ce
Updated the project files for .NET Core v1.1.1
2017-03-11 08:37:12 +02:00
Matthew Leibowitz
322baee72a
Added the initial bits for a set of utils for SkiaSharp
2017-02-11 19:19:48 +04:00
Matthew Leibowitz
ea3f20c42f
Split the .NETStandard out of the main sln (nuget has issues on mono)
2017-01-30 19:45:18 +02:00
Matthew Leibowitz
8ca298b448
Added a .NET Standard build of SkiaSharp.Svg
2017-01-21 22:47:35 +02:00
Matthew Leibowitz
3676b84991
Add a .NET Standard 1.3 library
...
- do runtime checks for platform
2017-01-21 03:48:00 +02:00
Matthew Leibowitz
b53c882f5f
Removed the dependency on OpenTK (except desktop)
2017-01-05 23:36:09 -05:00
Matthew Leibowitz
c9cf249ec5
Add a property to get the canvas size from the Windows views
2016-10-29 21:32:43 +02:00
Matthew Leibowitz
7d3bb0db78
Added initial work for reading SVG files
2016-10-17 00:18:32 +02:00
Matthew Leibowitz
3f7c3d447b
UWP was not being build properly
2016-09-20 02:54:54 +02:00
Matthew Leibowitz
7468b41b93
Added some platform interop extension methods
...
- also split WPF from Desktop
2016-09-20 00:37:31 +02:00