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

2665 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz 66ed32a5a0
Build and include all the emscripten version for WASM (#1590)
* Build for the most common Emscripten versions
* Update MSBuild.Sdk.Extras for .NET 5
* Do not rely on WasmHead to detect WebAssembly (#1550)

Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
2021-01-27 06:07:39 +02:00
Matthew Leibowitz 2e5c9c4f62
Add a picture test to the WASM tests (#1592)
* Add a picture test to the WASM tests
* Update Chrome web driver
* Include deserialization in WASM builds
2021-01-26 02:07:50 +02:00
Matthew Leibowitz 210da9bb2c
Update externals for new gn and add helper script (#1591) 2021-01-25 20:37:03 +02:00
Matthew Leibowitz e8869d17a6
Use v2 Signing (#1568) 2020-12-27 14:47:09 +02:00
Matthew Leibowitz 124a665767
Update to a later Tizen Studio (#1566)
With the update, make sure to upgrade the older LLVM to the latest available.
2020-12-26 00:42:28 +02:00
Matthew Leibowitz b43c95f604
Support VS 2013 because it is easy to do so (#1536)
Fixes #1532
2020-10-28 10:36:29 +02:00
Matthew Leibowitz 870d0fcc19
Load the fonts on iOS (#1539) 2020-10-28 10:32:31 +02:00
Matthew Leibowitz 3238c8e33a
Update the ChromeDriver (#1540) 2020-10-28 10:28:50 +02:00
Matthew Leibowitz ceff3700aa
Add support for reading the Exif SubIFD (#1518)
Fixes #1517
2020-10-12 23:04:10 +02:00
Matthew Leibowitz 753bd44494
Ensure that SKMatrix.IsInvertible does not crash (#1527)
Fixes #1526
2020-10-10 15:29:09 +02:00
Matthew Leibowitz 13e0b4779a
Register the new HarfBuzzSharp WASM package (#1525) 2020-10-08 16:41:34 +02:00
Matthew Leibowitz fef54f6e37
Generate the interop with harfbuzz (#1447)
* Improve the generator
* Fix up for WASM
* Some fixes for the cookies
* Add support for HarfBuzzSharp on WASM
* New Xcode
* Add a basic HarfBuzz test
2020-10-07 15:34:05 +02:00
Sergey Mikolaytis da57b9d8e4
Allow to create ANGLE GRGlInterface (#1519)
Allow to create Angle GRGlInterface from non UWP environment (WPF for an instance) from a new non deprecated Create() API.
Another option will be making AngleLoader public and use a CreateAngle (GRGlGetProcedureAddressDelegate get)
2020-10-04 19:01:14 +02:00
Matthew Leibowitz 74a31ace5c
Update Uno Platform to v3.0 (#1489)
Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
Co-authored-by: Jérôme Laban <jlaban@gmail.com>
2020-10-01 17:56:09 +02:00
Matthew Leibowitz 26c85b6877
This did actually work on my machine. 2020-09-30 23:48:06 +02:00
Matthew Leibowitz 0756cd9f23
Add bindings for the serialization of SKPicture (#1514)
Fixes #880
2020-09-30 22:49:56 +02:00
Matthew Leibowitz eba3a8ed0e
Update the version to 2.80.3 (#1512) 2020-09-30 03:08:03 +02:00
Matthew Leibowitz 2d811fb6d1
Update MSBuild.Sdk.Extras (#1511) 2020-09-27 17:28:47 +02:00
Matthew Leibowitz 61b71d6e48
Don't allocate arrays when copying streams (#1510)
- Use the array pool
- Use Span to copy native memory
- Fixes #1509
2020-09-26 19:06:36 +02:00
Matthew Leibowitz 2019706296
Update Docs for v2.80.2 (#1493)
- updated the version of mono used to compile
- fixed an issue with the watchOS Xcode project and the new Xcode
2020-09-11 01:07:42 +02:00
Matthew Leibowitz 0ab468b377
Update Chromium Web Driver (#1488) 2020-09-02 22:19:08 +02:00
Matthew Leibowitz 12ec572dc9
Check the correct directory for native libraries with ASP.NET (#1483)
* Added an MVC sample
* Check AppDomain.[RelativeSearchPath|BaseDirectory] for native dlls  
  This is used for runtimes that use app domains, such as IIS Express
* packages.config needs an actual nuget restore
2020-09-02 03:46:58 +02:00
Matthew Leibowitz 2e83c18263
[macOS] Use NeedsDisplay instead of Display (#1475)
This will prevent the double paint found in #1467
2020-08-27 21:36:03 +02:00
Matthew Leibowitz d0562fc3d7
Add a few more GPU debugging members (#1478) 2020-08-25 14:34:58 +02:00
Matthew Leibowitz c0952f9036
Use the version of OpenTK that is correctly sn (#1480)
Fixes #1479
2020-08-25 04:46:29 +02:00
Matthew Leibowitz 119e5fa35f
Update the HarfBuzz package version (#1476) 2020-08-22 21:49:25 +02:00
Matthew Leibowitz b4994ac47f Fix some native build warnings
() -> (void)
2020-08-22 01:01:26 +02:00
Matthew Leibowitz 575652945d
Expose SKGraphics for Debugging (#1473)
* Expose the basic properties of SKGraphics
* Added SKTraceMemoryDump
2020-08-21 21:14:20 +02:00
Matthew Leibowitz b87485289c
[UWP] Don't block the UI thread when invalidating (#1468) 2020-08-20 01:54:32 +02:00
Matthew Leibowitz d5d685a580
Add an extensions for SKColorF (#1469) 2020-08-18 02:23:04 +02:00
Matthew Leibowitz bc2b0a2ace
Make sure to overwrite the underlying pixel (#1457)
Fixes #1434
2020-08-11 15:13:37 +02:00
Matthew Leibowitz be889396a5
We are actually now 80.2 2020-08-10 17:20:40 +02:00
Matthew Leibowitz 67e322ed97
Revert the code for SetScaleTranslate (#1452) 2020-08-09 21:46:45 +02:00
Matthew Leibowitz adccd31c4f
Sometimes we can't return float, for some reason (#1453)
Fixes #1409
2020-08-09 21:44:45 +02:00
Matthew Leibowitz e18d7677f2
Make sure to use the ID passed in 2020-08-09 20:09:15 +02:00
Matthew Leibowitz 2edb63b058
Fix casing of build argument 2020-08-09 17:42:15 +02:00
Matthew Leibowitz 9e80e27059
Create a NuGet containing just the native/nugets (#1456) 2020-08-09 17:11:43 +02:00
Matthew Leibowitz d8502c88ac
Use the correct native code for WASM + GL (#1445) 2020-08-04 15:40:12 +02:00
Matthew Leibowitz b5c12d6081
Use buildTransitive as well as build (#1440) 2020-08-02 09:38:07 +02:00
Matthew Leibowitz abfb84ca11
Fix the shaky unit test (#1441) 2020-08-01 17:23:36 +02:00
Matthew Leibowitz 54be575e20
Use linear metrics for backwards compat (#1439) 2020-08-01 13:15:45 +02:00
Matthew Leibowitz 2b52a485bf
Revert "Use linear metrics for backwards compat"
This reverts commit cc3d96eea6.
2020-07-31 23:50:31 +02:00
Matthew Leibowitz cc3d96eea6
Use linear metrics for backwards compat 2020-07-31 23:49:46 +02:00
Matthew Leibowitz a8b6a24271
Handle invalid text correctly (#1438)
Fixes #1432
2020-07-31 13:57:22 +02:00
Matthew Leibowitz 48f5d343b3
Update skia to fix #465 (#1436) 2020-07-30 22:38:46 +02:00
Matthew Leibowitz a9fa48caab
Add a replacement method (#1431)
Fixes #1415
2020-07-29 21:25:20 +02:00
Matthew Leibowitz b3f5975cd8
Add the GPU views for Uno Platform (#1429)
* Add the GPU views for the platforms
* Add the render loop for the platforms
* Fix the samples for infinite recursion
* Added the GL views to the gallery
2020-07-27 18:46:04 +02:00
Matthew Leibowitz 1fa3daddcc
Update the Uno package versions (#1426) 2020-07-24 03:57:30 +02:00
Matthew Leibowitz 5e92da4ab0
Update GitHub Templates (#1427) 2020-07-24 00:52:08 +02:00
Matthew Leibowitz c62ce46ef1
Some performance improvements for Forms (#1424) 2020-07-23 21:35:29 +02:00