Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mono/SkiaSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.80.2
Choose a base ref
...
head repository: mono/SkiaSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.80.3-preview.18
Choose a head ref
  • 14 commits
  • 120 files changed
  • 4 contributors

Commits on Sep 26, 2020

  1. Don't allocate arrays when copying streams (#1510)

    - Use the array pool
    - Use Span to copy native memory
    - Fixes #1509
    mattleibow authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    61b71d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    2d811fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    eba3a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0756cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26c85b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. 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>
    3 people authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    74a31ac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. 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)
    Mikolaytis authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    da57b9d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. 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
    mattleibow authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    fef54f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    13e0b47 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Configuration menu
    Copy the full SHA
    753bd44 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    ceff370 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    3238c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870d0fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43c95f View commit details
    Browse the repository at this point in the history
Loading