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

Make switching between flat and tree layouts easier. #277

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2024

  1. Add setters to a couple of interface members.

    To allow easier switching between types of source.
    grokys committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bfc80e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7aca2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Hack fix for #15075.

    AvaloniaUI/Avalonia#15075 breaks a test I'm currently writing.
    grokys committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bf60ccc View commit details
    Browse the repository at this point in the history
  2. Add failing test for reassigning TDG source.

    Columns are initialized sized incorrectly.
    grokys committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    356db00 View commit details
    Browse the repository at this point in the history
  3. Fix invalid column sizes after assigning new source.

    Don't call `UpdateColumnSizes` when the viewport changes if no measure pass has been carried out yet.
    grokys committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a7e4796 View commit details
    Browse the repository at this point in the history