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

Style specificity #13818

Merged
merged 31 commits into from
Jul 20, 2023
Merged

Style specificity #13818

merged 31 commits into from
Jul 20, 2023

Commits on Jun 21, 2023

  1. [C] SetterSpecificity

    each SetValue call has a specificity, and the specificity can be used to
    determine which value needs to be applied/unapplied/restored
    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    89714f5 View commit details
    Browse the repository at this point in the history
  2. Auto-format source code

    GitHub Actions Autoformatter authored and StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f34bab6 View commit details
    Browse the repository at this point in the history
  3. fix GetValues()

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bd8d3a4 View commit details
    Browse the repository at this point in the history
  4. Auto-format source code

    GitHub Actions Autoformatter authored and StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8a0e49f View commit details
    Browse the repository at this point in the history
  5. fix ShellItem

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9b98275 View commit details
    Browse the repository at this point in the history
  6. fix ShellSection

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ca59cb2 View commit details
    Browse the repository at this point in the history
  7. [C] fix PR comments

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dded923 View commit details
    Browse the repository at this point in the history
  8. fix api

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2ec5a9c View commit details
    Browse the repository at this point in the history
  9. remove unused

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    861c91a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48e9360 View commit details
    Browse the repository at this point in the history
  11. add missing unittest

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    26b67f9 View commit details
    Browse the repository at this point in the history
  12. fix

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dc6511d View commit details
    Browse the repository at this point in the history
  13. fix

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3542b96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd02932 View commit details
    Browse the repository at this point in the history
  15. Update src/Controls/src/Core/Setter.cs

    Co-authored-by: Jonathan Peppers <[email protected]>
    StephaneDelcroix and jonathanpeppers committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4ab9fcb View commit details
    Browse the repository at this point in the history
  16. fix

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c73f7cb View commit details
    Browse the repository at this point in the history
  17. fix

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dc06dc8 View commit details
    Browse the repository at this point in the history
  18. magic numbers

    StephaneDelcroix committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    15b1ba2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. - add unit tests

    PureWeen committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b8d2c1b View commit details
    Browse the repository at this point in the history
  2. - fix name

    PureWeen committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2da1350 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Additional Test

    PureWeen committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    176b8d5 View commit details
    Browse the repository at this point in the history
  2. Update ShellTests.cs

    PureWeen authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d7dfe50 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix tests

    StephaneDelcroix committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3e188de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4bd5fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8690149 View commit details
    Browse the repository at this point in the history
  4. - fix compile error

    PureWeen committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    68afcad View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    0aa037c View commit details
    Browse the repository at this point in the history
  2. - fix up tests

    PureWeen committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    930e2f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ed5db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827b35c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4008e View commit details
    Browse the repository at this point in the history