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

Fullscreen #674

Closed
wants to merge 5 commits into from
Closed

Fullscreen #674

wants to merge 5 commits into from

Commits on Aug 28, 2021

  1. added support for fullscreen window mode

    The default state can be set with the `NativeOptions` at compile time,
    and can be changed by using a callback to the UI context during runtime.
    The fullscreen state is written to the RON file so that the user-set
    state is restored on each launch.
    I added a 'toggle fullscreen' button to the UI too, so that can be
    previewed.
    jeremymeadows committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    d9352d5 View commit details
    Browse the repository at this point in the history
  2. added note to CHANGELOG

    jeremymeadows committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    163c5af View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. moved changes from egui::Style to epi::Frame

    added logic to restore previous window size when exiting fullscreen
    jeremymeadows committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    e838fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9715ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    539ed61 View commit details
    Browse the repository at this point in the history