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: matplotlib/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 384fb6e
Choose a base ref
...
head repository: matplotlib/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb9aae4
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 5, 2025

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

Commits on Jun 10, 2025

  1. Fix center of rotation with rotation_mode='anchor'

    Wiliam authored and QuLogic committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    c44db77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29199 from WPurre/fixing-rotation-bug

    Fix center of rotation with rotation_mode='anchor'
    QuLogic authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    f1cdc19 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Remove fallback code for glyph indices

    Glyph indices are specific to each font. It does not make sense to fall
    back based on glyph index to another font.
    
    This could only really be populated by calling `FT2Font.set_text`, but
    even that was fragile. If a fallback font was used for a character with
    the same glyph index as a previous character in the main font, then
    these lookups could be overwritten to the fallback instead of the main
    font, with a completely different character!
    
    Fortunately, nothing actually uses or requires a fallback through glyph
    indices.
    QuLogic committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    41cc933 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Merge pull request #30145 from QuLogic/remove-ttconv

    Remove ttconv backwards-compatibility code
    QuLogic authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    7dafe63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30168 from QuLogic/no-glyph-fallback

    Remove fallback code for glyph indices
    QuLogic authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    67d1a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9aae4 View commit details
    Browse the repository at this point in the history
Loading