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.2
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.3
Choose a head ref
  • 18 commits
  • 74 files changed
  • 9 contributors

Commits on Dec 19, 2024

  1. Fix random test failures and add empty dispatcher verification to tes…

    …ts (#17628)
    
    * Add VerifyEmptyDispatcherAfterTestAttribute
    
    * Use VerifyEmptyDispatcherAfterTest and fix failing tests
    
    * Remove unsupported timeout from sync xUnit tests
    MrJul authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    05e22ec View commit details
    Browse the repository at this point in the history
  2. Fix TextBlock re-measure in infinite container (#17638)

    * Add failing test for TextBlock
    
    * Fix TextBlock re-measure in infinite container
    
    * Fix outdated test
    
    ---------
    
    Co-authored-by: Max Katz <maxkatz6@outlook.com>
    MrJul and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    cc4dbda View commit details
    Browse the repository at this point in the history
  3. #17675 - AfterPlatformServicesSetup callbacks are not called by the A…

    …fterApplicationSetup callbacks anymore (#17676)
    gentledepp authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c813db3 View commit details
    Browse the repository at this point in the history
  4. Fix broken pre-edit markedText on iOS and solve #17523 (#17618)

    * fix: add missing  ref keyword to CombinedSpan3.CopyFromSpan
    
    * fix: fix incorrect indent in IUITextInput.TextInRange and boundary condition for surroundingText
    
    ---------
    
    Co-authored-by: Max Katz <maxkatz6@outlook.com>
    Arktische and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    714a7f1 View commit details
    Browse the repository at this point in the history
  5. Make MarkupExtension.ProvideValue method inlinable for StaticResource…

    …Extension and ResolveByNameExtension (#17659)
    maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    476ee2b View commit details
    Browse the repository at this point in the history
  6. Update cursor without checking for IsPointerOver because that flags g…

    …ets written after the SetCursor is called (#17726)
    Gillibald authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    5f45637 View commit details
    Browse the repository at this point in the history
  7. Calculate Bounds and InkBounds for TextLayout to be able to calculate…

    … the minmal required width. (#17721)
    Gillibald authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    56f6296 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36efc98 View commit details
    Browse the repository at this point in the history
  9. Ignore key modifiers on text editing if field is a password field. (#…

    …17695)
    
    * Ignore key modifiers on text editing if field is a password field.
    
    It's not secure to rely on password field content when moving. It's should
    give no information what so ever.
    
    * Required changes
    c4llv07e authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    2e5fbc8 View commit details
    Browse the repository at this point in the history
  10. Made OneTime bindings update on DataContext changes (#17683)

    * Add failing tests for OneTime and null data context bindings
    
    * Made OneTime bindings update on DataContext changes
    
    Also allows null as a valid value for bindings without path
    
    * Remove now obsolete test
    MrJul authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    d934958 View commit details
    Browse the repository at this point in the history
  11. Fix KnownFolder for x86 Windows (#17705)

    * Fix KnownFolder for x86 Windows
    
    * Remove try-finally
    stevemonaco authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    261a08a View commit details
    Browse the repository at this point in the history
  12. [GLX] Resize the platform render target to compositor-provided size (#…

    …17779)
    
    We should be doing that for other platforms later as well, since only compositor knows what scene size it's planning to draw
    kekekeks authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    b977368 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5cc111c View commit details
    Browse the repository at this point in the history
  14. Update pen tap settings (#17780)

    * Apply touch TapSize settings for Pen too
    
    * Windows: use GetSystemMetrics only for Mouse pointer type, and call base implementation for rest
    maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    04231a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ad2ad6 View commit details
    Browse the repository at this point in the history
  16. [MacOS] fix small memory leak. base.Dispose so that _nativeControlHos…

    …t and _mouse are disposed correctly. (#17783)
    danwalmsley authored and maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    f29675d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa9ce85 View commit details
    Browse the repository at this point in the history
  18. Bump version

    maxkatz6 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    151d97a View commit details
    Browse the repository at this point in the history
Loading