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: skia-python/skia-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v134.b12
Choose a base ref
...
head repository: skia-python/skia-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v136.b13
Choose a head ref
  • 14 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 5, 2025

  1. Roll skia m134 along (canvaskit/0.38.2-7617-g255f3fb830 to canvaskit/…

    …0.38.2-7619-gfb519f2fe5)
    HinTak committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    d8eaef2 View commit details
    Browse the repository at this point in the history
  2. Upgrade skia to m135 (canvaskit/0.38.2-7619-gfb519f2fe5 to canvaskit/…

    …0.38.2-7849-g6c2dc3e74e)
    HinTak committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    794b80d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. bump to version 135.0b12

    HinTak committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    de4bc69 View commit details
    Browse the repository at this point in the history
  2. m135 patches

    HinTak committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    fc4907c View commit details
    Browse the repository at this point in the history
  3. m135: SkPDF::MakeDocument(SkWStream*) changed behavior, needed to be …

    …rewritten to give old behavior.
    
    m135: Use the new built-in callback SkPDF::JPEG::MetadataWithCallbacks as default constructor for SkPDF::Metadata;
    2nd part of SkPDF::MakeDocument() breakage.
    
    m135: Fixes the 3rd SkPDF::MakeDocument(SkWStream*) constructor which uses DictToMetadata.
    
    Fixes #310
    
    The m135 release note is misleading. `SkPDF::MakeDocument(SkWStream*)` is not deprecated (works with warning
    or works but not recommended for new code), but it now throws an error:
    
    Python 3.13.2 (main, Feb  4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>>
    >>> import skia
    ... import pytest
    ...
    >>> stream = skia.DynamicMemoryWStream()
    >>> document = skia.PDF.MakeDocument(stream)
    ../../src/pdf/SkPDFDocument.cpp:713: fatal error: "Must set both a jpegDecoder and jpegEncoder to create PDFs"
    
    Milestone 135
    -------------
      * `SkPDF::MakeDocument(SkWStream*)` [one argument] has been deprecated and will be removed. This is because SkPDFMetdata has added 2 required fields `jpegDecoder` and `jpegEncoder`. In order to make a reasonable PDF, those must be supplied (using the two argument factory). To make these easier to supply `include/docs/SkPDFJpegHelpers.h` has been added, which will use Skia's built-in jpeg encoder and decoder.
    HinTak committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b53c2cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. @pytest.mark.skip before @pytest.fixture has no effect (and now gener…

    …ates warning). Mistakenly added a while ago
    HinTak committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    046a539 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

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

Commits on Apr 1, 2025

  1. Move forward on m135 (canvaskit/0.38.2-7849-g6c2dc3e74e to canvaskit/…

    …0.38.2-7854-gb99f146a03)
    HinTak committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    0ea6ca8 View commit details
    Browse the repository at this point in the history
  2. Upgrade to m136 (from m135 canvaskit/0.38.2-7854-gb99f146a03 to canva…

    …skit/0.40.0-11-g28685d899b)
    HinTak committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    718cdd3 View commit details
    Browse the repository at this point in the history
  3. Bump to 136.0b12

    HinTak committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    1b2a2ff View commit details
    Browse the repository at this point in the history
  4. m136 patches

    HinTak committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    0be0de7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    f446748 View commit details
    Browse the repository at this point in the history
  2. Bump to 136.0b13

    HinTak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    4d21e33 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Merge pull request #313 from HinTak/m136-public

    M136 public
    HinTak authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    ac01599 View commit details
    Browse the repository at this point in the history
Loading