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

support screen name in various cases #1341

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

support screen name in various cases #1341

wants to merge 34 commits into from

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    e457df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9adb5 View commit details
    Browse the repository at this point in the history
  3. screen and resizable options in place for new windows -- but glfw log…

    …ic perversely associates monitor with fullscreen so we need to do a workaround.
    rcoreilly committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a514680 View commit details
    Browse the repository at this point in the history
  4. set window position based on screen position -- position is always sp…

    …ecified in screeen specific coords.
    rcoreilly committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8f9877e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac998da View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    446ebea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd50063 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0fbc43 View commit details
    Browse the repository at this point in the history
  4. screens: mostly working -- added screen relative optional arg for win…

    …dow position, geom. also clear cache when doing restore so immediately prior resize / move don't register as user updates.
    rcoreilly committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ec743b6 View commit details
    Browse the repository at this point in the history
  5. screens: fix screenupdate debug trace; restoreAll now does abort save…

    … so removed that commented-out code
    rcoreilly committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    809f486 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb3d2a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5634d80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6481c4c View commit details
    Browse the repository at this point in the history
  9. more screen cleanup

    kkoreilly committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bc6dbcf View commit details
    Browse the repository at this point in the history
  10. fix window geometry field names; much cleaner and clearer, and image.…

    …Point structure removes tons of absolutely pointless conversion code
    kkoreilly committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    479f582 View commit details
    Browse the repository at this point in the history
  11. document behavior to return the first screen on invalid number in App…

    ….Screen; make AppSingle consistent with that behavior
    kkoreilly committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5eadd1d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca2c660 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49c02c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2127172 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9d78ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9dcd750 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    eea4769 View commit details
    Browse the repository at this point in the history
  2. implement desktop.Window.UpdateFullscreen; use screen size for fullsc…

    …reen video mode resolution
    kkoreilly committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4f0f2aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0f1fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e50127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfe304f View commit details
    Browse the repository at this point in the history
  6. add Scene.UpdateFullscreen

    kkoreilly committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    174ba00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e59dac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa10107 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e41fbd7 View commit details
    Browse the repository at this point in the history
  10. screens: saved filename has version number; ConstrainFrame takes topO…

    …nly arg -- used for moves to ensure that only the top titlebar is in range.
    rcoreilly committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3e83b8d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. screens: use Sides for frame size; fullscreen sets pixsize directly a…

    …nd wingeom does not save Full or anything for that matter.
    rcoreilly committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f7fc7d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. screens: SetGeom handles the fullscreen updating -- one api for all g…

    …eom; scene context menu has exit from fullscreen option when in fullscreen mode, and UpdateFullscreen uses the saved win geom to restore to original position after fullscreen -- all seems to be working on mac.
    rcoreilly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    706820e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b556df7 View commit details
    Browse the repository at this point in the history