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

Port to Avalonia 11.0.1 #37

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

Commits on Aug 1, 2023

  1. Moved to Avalonia 11.0.1.

    - Removed interfaces IAvaloniaObject, IControl etc.
    - AvaloniaProperty.AddOwner<>() now returns StyledProperty. So that some DirectProperties changed to StyledProperties.
    - Popup: PlacementMode -> Placement?, removed StaysOpen property
    - ItemsPresenter now don't have ItemsProperty and ItemsTemplateProperty. They are given from ItemControl parent. (HACK: Ribbon now has subscription of TabsProperty to ItemsProperty)
    - ItemsControl now have ItemsSource, which is used to set
    - Classes property in Control now is readonly. Changed to Classes.Add(_)
    - Some little changes
    NOoBODDY committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    089dd3b View commit details
    Browse the repository at this point in the history
  2. Fixed bug with MenuPopup:

    -Stays open was changed to "IsLightDismissEnabled".
    -"IsLightDismissEnabled" needs VisualLayerManager
    NOoBODDY committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    183b16d View commit details
    Browse the repository at this point in the history
  3. Added ru localization

    NOoBODDY committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cbd8298 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Sample reworked

    NOoBODDY committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8db1d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e843dba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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