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

84 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz 3d141673c2 Use RGB565 for the GPU to support older GLES #229 2018-01-11 04:26:33 +02:00
Matthew Leibowitz 848eb5fbd7 Update to v1.59.3 2017-12-07 01:24:48 +02:00
Matthew Leibowitz 36dfe607a5 Setting the version number to v1.59.2 2017-09-27 03:14:38 +02:00
Matthew Leibowitz 14a20e99ba Exposing GRContext on the various GL views. Issue #358 2017-09-13 03:37:34 +02:00
Matthew Leibowitz 2f706b08dd Resolving issue #292
- we shouldn't be referencing managed objects in the finalizer
2017-09-12 17:11:43 +02:00
Matthew Leibowitz d9a0f9849a Using PackageReference in the UWP apps (no more project.json) 2017-09-06 13:17:17 +02:00
Matthew Leibowitz 20f613a98d Updated the projects to use ProjectReferences 2017-09-05 20:14:54 +02:00
Matthew Leibowitz 96fa157f03 Revert back to 1.59.1 so we can patch 2017-09-05 17:28:56 +02:00
Matthew Leibowitz 9cde46f9aa Updated the version number to v1.60 2017-09-01 18:29:56 +02:00
Matthew Leibowitz 1487463de4 Added ToUIImage overloads that offer pixel scale 2017-08-31 15:36:22 +02:00
Matthew Leibowitz d1c4ac5656 Adding support for watchOS 2017-08-31 15:28:22 +02:00
Matthew Leibowitz 03c34c9791 Moving away from package.config 2017-08-30 16:06:17 +02:00
Matthew Leibowitz 11c8cf8c65 Making sure the managed objects match the native 2017-08-16 23:49:35 +02:00
Matthew Leibowitz e4f9defab7 Updating the version to v1.59.1 2017-07-17 21:39:20 +02:00
Matthew Leibowitz 646b3f8fe6 update the ToBitmap for Android. Related to #333 2017-07-17 21:36:41 +02:00
drobdymo 3cf150a0e1 Corrected formula for calculating total number of bytes 2017-07-13 11:51:54 -04:00
Matthew Leibowitz 1a0917727c Updated version numbers to v1.59 2017-07-11 15:11:38 +02:00
Matthew Leibowitz 1ee8d2bcc9 Sometimes the Bitmap is released before the canvas... Fixes #292
- this is fairly scary since my view has a strong reference to it
 - so we first check to make sure that the bitmap's handle is not nullptr
2017-06-30 21:39:41 +02:00
Matthew Leibowitz f668f44be3 Avoid creating backing bitmaps when the dimensions are 0. Fixes #326 2017-06-29 19:43:36 +02:00
Matthew Leibowitz 0db86eefae Updated the version number to v1.58.1 2017-06-24 12:09:20 +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 c02beb12b1 A few changes 2017-06-02 21:48:19 -05:00
Matthew Leibowitz a0272c9300 Updated the versions to v1.58 2017-05-12 02:50:50 -05:00
Matthew Leibowitz a2221c7ddc Upping the version number for fixes 2017-05-08 16:10:51 -04:00
Matthew Leibowitz e635ce8a05 Removing references to files that are not generated. 2017-05-01 17:01:55 -04:00
Matthew Leibowitz ff485540a0 Merge pull request #286 from mono/harfbuzz
Adding a binding for HarfBuzz
2017-05-01 14:36:17 -04:00
Matthew Leibowitz aaa8b19ef2 Cleaning up the repo a bit 2017-04-28 09:56:53 -04:00
Matthew Leibowitz 237e7bbf24 A few changes so that the views can detect a designer
Related to #234
2017-04-25 23:34:05 -04:00
Matthew Leibowitz 2cdbe0558d The new version is now v1.57.1 2017-04-23 15:52:26 +02:00
Matthew Leibowitz 7dc39e9770 Updated the packaging version to v1.57.0 2017-03-18 17:08:10 +04:00
Matthew Leibowitz 0d3a372d4b Merge branch 'master' of github.com:mono/SkiaSharp 2017-03-01 08:31:18 +02:00
Matthew Leibowitz a495a9c425 System.Drawing.Bitmap is only for WinForms/WPF 2017-03-01 01:30:23 -05:00
Matthew Leibowitz 9110e30e2c Updated the versions to 1.56.2 2017-03-01 08:11:02 +02:00
Matthew Leibowitz 907e9a50aa Added some extension methods for converting to/from WriteableBitmap 2017-03-01 01:17:48 +02:00
Matthew Leibowitz aab0fda839 Added a COM interface so we can directly access the bytes of WriteableBitmap 2017-03-01 01:00:10 +02:00
Matthew Leibowitz 867a58304e Extension methods for Windows Classic Desktop and WPF 2017-02-26 07:58:53 +02:00
Matthew Leibowitz 543b3880cf draw the native bitmap at the same resolution 2017-02-26 07:52:46 +02:00
Matthew Leibowitz 61231c10a9 dispose as soon as possible 2017-02-26 07:51:33 +02:00
Matthew Leibowitz 0efe90338c Fix cast exceptions 2017-02-26 04:16:23 +02:00
Matthew Leibowitz 022209b001 SKImage.ToBitmap is now SKBitmap.FromImage:
- avoid conflicts with Android extension methods
 - reduce discoverability of SKBitmap (deprecating) with SKImage
2017-02-26 04:16:09 +02:00
Matthew Leibowitz 0fd9080031 Added some extension methods for converting to/from native types 2017-02-25 09:45:51 +02:00
Matthew Leibowitz e9387c84f8 Removed some shared project warnings on mac 2017-02-24 11:07:33 +02:00
Miguel de Icaza 1e4e25cacb Merge pull request #212 from DerPate2010/master
Fix for memory leak in UWP SKXamlCanvas
2017-02-13 23:03:38 -05:00
Matthew Leibowitz 466f6f90b8 Updated the version of SkiaSharp to v1.56.1-beta 2017-01-31 21:15:20 +04:00
Matthew Leibowitz 6e1f71ea36 Corrected the path casing for linux builders 2017-01-25 00:30:40 +02:00
Matthew Leibowitz 5db7d0184c Moved ANGLE into the core SkiaSharp.UWP 2017-01-21 05:22:55 +02:00
Matthew Leibowitz 25d56b5c87 Android also requires that the stencil buffer be cleared 2017-01-14 22:38:57 -05:00
Matthew Leibowitz af3f21616b Added the UWP namespace 2017-01-06 06:40:41 +02:00
Matthew Leibowitz b53c882f5f Removed the dependency on OpenTK (except desktop) 2017-01-05 23:36:09 -05:00