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: AvaloniaUI/Avalonia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.2.1
Choose a base ref
...
head repository: AvaloniaUI/Avalonia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.2.2
Choose a head ref
  • 13 commits
  • 25 files changed
  • 8 contributors

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    f1c5ac7 View commit details
    Browse the repository at this point in the history
  2. Fix TreeViewItem Expand/Collapse event source (#17558)

    * test: add two fail tests.
    
    * fix: fix Expand/Collapse event source.
    rabbitism authored and maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    630d2dc View commit details
    Browse the repository at this point in the history
  3. Fix crashing after opening a uri on browser (#17524)

    * Fix crashing after opening a uri on browser
    
    * Update NavigationHelper.cs
    hez2010 authored and maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ecd3a59 View commit details
    Browse the repository at this point in the history
  4. Fix FontCollection glyph typeface caching (#17519)

    * Make sure we always cache the created glyph typeface before we try to find the nearest match
    
    * Cleanup usings
    
    * Add failing test
    
    * Cache the matched glyph typeface for EmbeddedFontCollection
    Gillibald authored and maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f63b60c View commit details
    Browse the repository at this point in the history
  5. Fix visual snapshot on headless (#17565)

    * Check for HasRenderContextAffinity before calling CreateNonAffinedSnapshot
    
    * Add ServerVisualRenderContext.RenderChildren context parameter
    
    * Add Should_Render_To_A_Compositor_Snapshot_Capture test
    
    * Fix xunit tests
    maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fe28a3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f5d506 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a370795 View commit details
    Browse the repository at this point in the history
  8. call proper method on hide (#17573)

    JamesSmith85 authored and maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0fc17ca View commit details
    Browse the repository at this point in the history
  9. Update SkiaSharp (#17595)

    * Update stable SkiaSharp
    
    * Update preview SkiaSharp
    
    * Update stable HarfBuzz
    #Conflicts:
    #	build/SkiaSharp.props
    maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fa36f52 View commit details
    Browse the repository at this point in the history
  10. Bump version

    maxkatz6 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    43753b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    901efda View commit details
    Browse the repository at this point in the history
  12. Raise the EffectiveViewPortChanged when a control is added to the t…

    …ree that has already has a valid layout (#17570)
    
    * add unit tests to show that the EffectiveViewPortChanged event is not being raised when it should.
    
    note: this tests are verified against UWP behavior.
    
    * fix raising of EffectiveViewPortChanged event.
    
    ---------
    
    Co-authored-by: Julien Lebosquain <julien@lebosquain.net>
    Co-authored-by: Max Katz <maxkatz6@outlook.com>
    3 people committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    35f6d73 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    578bdc7 View commit details
    Browse the repository at this point in the history
Loading