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

Remove AvaloniaProperty.Initialized and PseudoClass static methods #3292

Merged
merged 9 commits into from
Feb 12, 2020

Commits on Nov 25, 2019

  1. Remove OperationsPerInvoke here.

    It was incorrect: invoking the method doesn't create 1000 buttons.
    grokys committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    1d4a792 View commit details
    Browse the repository at this point in the history
  2. Remove AvaloniaProperty.Initialized.

    It was only needed for pseudoclasses. Move pseudoclass registration to an engine that doesn't require `AvaloniaProperty.Initialized`, implemented in `PseudoclassEngine`.
    grokys committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    35bd69f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Set pseudoclasses manually.

    It makes creating new controls a _lot_ faster.
    grokys committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b89305d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

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

Commits on Feb 3, 2020

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

Commits on Feb 4, 2020

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

Commits on Feb 10, 2020

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

Commits on Feb 11, 2020

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

Commits on Feb 12, 2020

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