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

210 Коммитов

Автор SHA1 Сообщение Дата
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
Steve Nessen 42ea70d140 Fix for memory leak in UWP SKXamlCanvas that holds reference to WriteableBitmap 2016-12-20 13:11:28 +01:00
Matthew Leibowitz a8bedd1169 Updated the NuGet version numbers 2016-12-02 03:13:36 +02:00
Matthew Leibowitz 91262e1d9f Return immediately when invalidating 2016-11-26 21:54:32 +02:00
Matthew Leibowitz 70ad8a3b72 __TVOS__ is more specific than __IOS__, so it goes first 2016-11-20 00:36:40 +02:00
Matthew Leibowitz 67cb289718 Update the SkiaSharp version for the release 2016-11-19 08:12:13 +02:00
Matthew Leibowitz c306030934 Added a way to disable raster canvas scaling for Windows controls 2016-11-12 23:37:43 +02:00
Matthew Leibowitz c3845b1613 Revert "129a3ec77f2396c2e558b33e804c8f0d44b9fd57"
This reverts commit 3d7bf6fa9d.
2016-11-12 23:35:46 +02:00
Matthew Leibowitz 3d7bf6fa9d 129a3ec77f 2016-11-12 23:34:05 +02:00
Matthew Leibowitz 129a3ec77f Added a way to disable raster canvas scaling 2016-11-12 01:00:24 +02:00
Matthew Leibowitz 8d48073926 Made some internal members private 2016-11-08 04:58:09 +02: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 a029128c58 Added a canvas size property for access out of the render loop, and for calculating the scale 2016-10-29 20:22:09 +02:00
Matthew Leibowitz 0b51772d1a For the sake of the docs tool :) made these members public 2016-10-18 23:22:26 +02:00
Matthew Leibowitz 1b52a00758 Corrected the Mac namespace 2016-10-18 22:43:18 +02:00
Matthew Leibowitz 3130a2372f Updated the views namespace to be different for each platform 2016-10-18 21:54:02 +02:00
Matthew Leibowitz 36d3bde8f0 Updated the NuGet versions 2016-10-17 01:56:34 +02:00
Matthew Leibowitz 4af450c49f comment out the unused [DllImport] to pass certification 2016-10-05 22:02:19 +02:00
Matthew Leibowitz ca6f22751b Lots of moving to get going for Windows' path-too-long issues 2016-10-04 22:30:10 +02:00
Matthew Leibowitz 05662eeebc we aren't using the interop library anymore 2016-10-04 20:51:46 +02:00
Matthew Leibowitz 747dc42f73 Re-wrote the ANGLE views to use a back buffer, rather than the actual panel 2016-09-28 18:53:43 +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 360cbd48e6 unifying the #define for Xamarin.Mac 2016-09-19 22:23:55 +02:00
Matthew Leibowitz ce36f0882d Re-worked all the solutions for easier development 2016-09-19 00:05:58 +02:00
Matthew Leibowitz a3749dc2bd The source solutions now have all the projects 2016-09-18 21:23:24 +02:00
Matthew Leibowitz a2f1814abd Make sure we don't draw in the designers 2016-09-18 11:07:44 +02:00
Matthew Leibowitz 6434eb0ae5 Renamed the Apple types from SKView to SKCanvasView
- SKView belongs to SpriteKit
 - Renamed in Android and layers for consistency
 - Added events to all view
2016-09-18 10:41:50 +02:00
Matthew Leibowitz 85d5e85ec8 SKXamlCanvas is now properly DPI aware 2016-09-16 00:51:27 +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 8c13bc0533 Updating the asembly info for views 2016-09-15 19:21:55 +02:00
Matthew Leibowitz 5f9036af5d Added a bitmap-based canvas to UWP views 2016-09-15 17:50:56 +02:00
Matthew Leibowitz 02dba9cf1f The reference to mono.snk has changed 2016-09-15 04:50:52 +02:00
Matthew Leibowitz 3e5303c9b4 The location seems to matter 2016-09-15 04:32:04 +02:00
Matthew Leibowitz 8b3c815ae3 Updated the project files to the new skia location and split the cake script 2016-09-15 03:14:35 +02:00
Matthew Leibowitz 662a21c278 Moved the Views code into a proper sub-folder 2016-09-14 23:41:51 +02:00