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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue execution after closing native eframe window #1889

Merged
merged 8 commits into from Aug 5, 2022

Commits on Aug 3, 2022

  1. Break up run_glow into three functions

    This will allow us to try out another event loop,
    one that continues execution after the window closes.
    emilk committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    657ddc5 View commit details
    Browse the repository at this point in the history
  2. Add NativeOptions::exit_on_window_close option

    `true` by default. Only implemented for glow so far.
    emilk committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c839cde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2512aae View commit details
    Browse the repository at this point in the history
  4. Reduce code duplication

    emilk committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5549910 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0fa0f8 View commit details
    Browse the repository at this point in the history
  6. Fix repaint_after

    emilk committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b5ba103 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbbfb30 View commit details
    Browse the repository at this point in the history
  8. Better docs

    emilk committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5848bd5 View commit details
    Browse the repository at this point in the history