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

Persist the position of the cocoa window #2

Open
wants to merge 12 commits into
base: screamer
Choose a base branch
from

Commits on Feb 9, 2020

  1. audio: add dummy screamer device

    Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
    mcayland committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    74e7551 View commit details
    Browse the repository at this point in the history
  2. macio: basic AWACS/screamer hookup

    Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
    mcayland committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    ca95fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ba171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34dffbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b618dea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1cafb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0d222a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    677163c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    4add932 View commit details
    Browse the repository at this point in the history
  2. Save and restore just the window origin.

    The window will often resize a few times during booting of the guest OS, so we don't really want to store the frame. Instead we just remember the origin and restore that; by the time boot has finished, if the window is back to its previous size, the frame will also be back to what it was.
    samdeane committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c9c81c2 View commit details
    Browse the repository at this point in the history
  3. Removed debug logging.

    samdeane committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0d8fe86 View commit details
    Browse the repository at this point in the history
  4. Tidied code.

    samdeane committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f56299d View commit details
    Browse the repository at this point in the history