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

Ticket 266 #268

Merged
merged 5 commits into from
Jan 24, 2021
Merged

Ticket 266 #268

merged 5 commits into from
Jan 24, 2021

Commits on Dec 29, 2020

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

Commits on Dec 30, 2020

  1. For MacOS versions >= 11.0.0, call SetFrontProcessWithOptions.

    Apple broke NSRunningApplication's activateWithOptions method (so it
    wrongly always brings all windows to the front).  This work-around
    calls the older (deprecated) SetFrontProcessWithOptions to restore
    the desired effect.
    
    Once Apple fixes their bug, this code can be removed.
    cfraizer committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    f3fe504 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    280d59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    751ccc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f6b94 View commit details
    Browse the repository at this point in the history