Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix autosizing when DPI changed #6254

Merged
merged 8 commits into from
Jul 30, 2021

Commits on Jul 14, 2021

  1. Fix auto-scaling on win32.

    - Adds a "resize reason" to platform `Resized` events
    - Which is used by the auto-sizing code to determine whether to reset `SizeToContent`
    - Also other improvements to the reset logic for `SizeToContent`:
      - Don't reset it if the size hasn't changed
      - Don't reset it if `CanResize == false`
      - Only reset the dimensions whose size has changed
    - Obsolete the `BeginAutoSizing`/`AutoSizing` feature in `WindowBase`
    grokys committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    ba369a9 View commit details
    Browse the repository at this point in the history
  2. Update ApiCompatBaseline.txt

    grokys committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    21a96b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b3afa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

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

Commits on Jul 29, 2021

  1. Merge remote-tracking branch 'origin/master' into fixes/4739-sizetoco…

    …ntent-dpi-change
    
    # Conflicts:
    #	src/Avalonia.Controls/ApiCompatBaseline.txt
    Dan Walmsley committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9bbf143 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    4ceb6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08566c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e18e3 View commit details
    Browse the repository at this point in the history