-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Position persistence and sane clamping to still-available monitors for Windows #2583
Commits on Jan 7, 2023
-
Attempt to fix monitor clamping on Windows so window positions can be…
… restored between sessions.
Configuration menu - View commit details
-
Copy full SHA for 3a7520b - Browse repository at this point
Copy the full SHA 3a7520bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8dcfa - Browse repository at this point
Copy the full SHA bf8dcfaView commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afdbac2 - Browse repository at this point
Copy the full SHA afdbac2View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9454050 - Browse repository at this point
Copy the full SHA 9454050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8984050 - Browse repository at this point
Copy the full SHA 8984050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292306f - Browse repository at this point
Copy the full SHA 292306fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be0db9 - Browse repository at this point
Copy the full SHA 5be0db9View commit details -
Merge remote-tracking branch 'origin/master'
# Conflicts: # crates/egui-winit/CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for a68105e - Browse repository at this point
Copy the full SHA a68105eView commit details
Commits on Jan 23, 2023
-
Applied suggested fixes from emilk
Discovered an issue where putting the monitor off a non-primary monitor to the left causes the position to be off the monitor x and y range, clamping to the primary instead of the non-primary.
Configuration menu - View commit details
-
Copy full SHA for db4265c - Browse repository at this point
Copy the full SHA db4265cView commit details -
Fix for matching negative restored window positions. Should clamp if …
…any part of the window had been visible on a remaining monitor.
Configuration menu - View commit details
-
Copy full SHA for d791f61 - Browse repository at this point
Copy the full SHA d791f61View commit details -
Apparently compiler attributes on statements have been marked unstable.
Rather than just wrap in blocks, I kind of prefer the more explicit if cfg! call for line 114. CHANGELOG.md - correct a missing paren I noticed
Configuration menu - View commit details
-
Copy full SHA for 1210b16 - Browse repository at this point
Copy the full SHA 1210b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae16e5 - Browse repository at this point
Copy the full SHA 4ae16e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8bb80 - Browse repository at this point
Copy the full SHA 1a8bb80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583bc87 - Browse repository at this point
Copy the full SHA 583bc87View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79902e9 - Browse repository at this point
Copy the full SHA 79902e9View commit details
Commits on Jan 25, 2023
-
Update crates/egui-winit/CHANGELOG.md
emilk suggested changelog formatting Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae54445 - Browse repository at this point
Copy the full SHA ae54445View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 720e9f4 - Browse repository at this point
Copy the full SHA 720e9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8a9ce5 - Browse repository at this point
Copy the full SHA d8a9ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc54d13 - Browse repository at this point
Copy the full SHA bc54d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e163db - Browse repository at this point
Copy the full SHA 5e163dbView commit details