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.0.10
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.0.11
Choose a head ref
  • 5 commits
  • 14 files changed
  • 5 contributors

Commits on Jun 12, 2024

  1. Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon (

    #14348)
    
    * Implement MacOS.IsTemplateIcon attached property on TrayIcon
    
    * Use MacOS.IsTemplateIcon in the ControlCatalog
    
    * Rename MacOS to MacOSProperties
    
    * Extract IsTemplateIcon to ITrayIconWithIsTemplateImpl
    maxkatz6 authored and grokys committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6471650 View commit details
    Browse the repository at this point in the history
  2. Create a new run loop observer for a nested loop if it's being starte…

    …d from an observer callback (#15425)
    
    Co-authored-by: Nikita Tsukanov <[email protected]>
    2 people authored and grokys committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d719dd2 View commit details
    Browse the repository at this point in the history
  3. Fix VirtualizingStackPanel ScrollIntoView (#15449)

    * Add more tests for ScrollIntoView.
    
    * Improve ScrollIntoView.
    
    Take into account the element we're scrolling to when calculating the anchor element for realization.
    grokys committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    21ee489 View commit details
    Browse the repository at this point in the history
  4. Make sure focus lost is delayed until IMM32 has finished up the compo…

    …sition on kill focus (#15907)
    Gillibald authored and grokys committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f9be42b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update version to 11.0.11

    grokys committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8fd645e View commit details
    Browse the repository at this point in the history
Loading