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

OSX migrate to NSCell based renderer #24004

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

Commits on Oct 27, 2023

  1. first stab at a NSCell based renderer

    the old HITheme renderer does not support dark mode for the disclosure button, we should move to use NSCells for rendering in the future
    csomor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    369628f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    26acbdf View commit details
    Browse the repository at this point in the history
  2. regenerated Xcode projects

    unfortunately a huge diff, but the rearrangements also happen if I do the change by hand on the existing project …
    csomor committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6647a83 View commit details
    Browse the repository at this point in the history
  3. add focus support

    csomor committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    afa3bd1 View commit details
    Browse the repository at this point in the history