-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
base: main
Are you sure you want to change the base?
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e457df0 - Browse repository at this point
Copy the full SHA e457df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for da9adb5 - Browse repository at this point
Copy the full SHA da9adb5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a514680 - Browse repository at this point
Copy the full SHA a514680View commit details -
set window position based on screen position -- position is always sp…
…ecified in screeen specific coords.
Configuration menu - View commit details
-
Copy full SHA for 8f9877e - Browse repository at this point
Copy the full SHA 8f9877eView commit details -
window Position() actually returns screen-relative position; add Stag…
…e.RunMain() helper.
Configuration menu - View commit details
-
Copy full SHA for ac998da - Browse repository at this point
Copy the full SHA ac998daView commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 446ebea - Browse repository at this point
Copy the full SHA 446ebeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd50063 - Browse repository at this point
Copy the full SHA dd50063View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fbc43 - Browse repository at this point
Copy the full SHA f0fbc43View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ec743b6 - Browse repository at this point
Copy the full SHA ec743b6View commit details -
screens: fix screenupdate debug trace; restoreAll now does abort save…
… so removed that commented-out code
Configuration menu - View commit details
-
Copy full SHA for 809f486 - Browse repository at this point
Copy the full SHA 809f486View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3d2a5 - Browse repository at this point
Copy the full SHA fb3d2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5634d80 - Browse repository at this point
Copy the full SHA 5634d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6481c4c - Browse repository at this point
Copy the full SHA 6481c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6dbcf - Browse repository at this point
Copy the full SHA bc6dbcfView commit details -
fix window geometry field names; much cleaner and clearer, and image.…
…Point structure removes tons of absolutely pointless conversion code
Configuration menu - View commit details
-
Copy full SHA for 479f582 - Browse repository at this point
Copy the full SHA 479f582View commit details -
document behavior to return the first screen on invalid number in App…
….Screen; make AppSingle consistent with that behavior
Configuration menu - View commit details
-
Copy full SHA for 5eadd1d - Browse repository at this point
Copy the full SHA 5eadd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2c660 - Browse repository at this point
Copy the full SHA ca2c660View commit details -
add Maximized option distinct from Fullscreen; add Fullscreen option …
…to Stage as well
Configuration menu - View commit details
-
Copy full SHA for 49c02c4 - Browse repository at this point
Copy the full SHA 49c02c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2127172 - Browse repository at this point
Copy the full SHA 2127172View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d78ee - Browse repository at this point
Copy the full SHA b9d78eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcd750 - Browse repository at this point
Copy the full SHA 9dcd750View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eea4769 - Browse repository at this point
Copy the full SHA eea4769View commit details -
implement desktop.Window.UpdateFullscreen; use screen size for fullsc…
…reen video mode resolution
Configuration menu - View commit details
-
Copy full SHA for 4f0f2aa - Browse repository at this point
Copy the full SHA 4f0f2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0f1fd - Browse repository at this point
Copy the full SHA 6d0f1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e50127 - Browse repository at this point
Copy the full SHA 9e50127View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe304f - Browse repository at this point
Copy the full SHA cfe304fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174ba00 - Browse repository at this point
Copy the full SHA 174ba00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e59dac - Browse repository at this point
Copy the full SHA 7e59dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa10107 - Browse repository at this point
Copy the full SHA fa10107View commit details -
Configuration menu - View commit details
-
Copy full SHA for e41fbd7 - Browse repository at this point
Copy the full SHA e41fbd7View commit details -
screens: saved filename has version number; ConstrainFrame takes topO…
…nly arg -- used for moves to ensure that only the top titlebar is in range.
Configuration menu - View commit details
-
Copy full SHA for 3e83b8d - Browse repository at this point
Copy the full SHA 3e83b8dView commit details
Commits on Nov 28, 2024
-
screens: use Sides for frame size; fullscreen sets pixsize directly a…
…nd wingeom does not save Full or anything for that matter.
Configuration menu - View commit details
-
Copy full SHA for f7fc7d2 - Browse repository at this point
Copy the full SHA f7fc7d2View commit details
Commits on Nov 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 706820e - Browse repository at this point
Copy the full SHA 706820eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b556df7 - Browse repository at this point
Copy the full SHA b556df7View commit details