You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add macos simple fullscreen
* move impl to WindowExt
* feedback: remove warning, unused file and rename param
* feedback: combine fullscreen examples into one example
* fix: ensure decorations and maximize do not toggle while in fullscreen
* fix: prevent warning on non-macos platforms
* feedback: make changelog more explicit
* fix: prevent unconditional construction of NSRect
* fix: don't try to set_simple_fullscreen if already using native fullscreen
* fix: ensure set_simple_fullscreen plays nicely with set_fullscreen
* fix: do not enter native fullscreen if simple fullscreen is active
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
- On X11 with a tiling WM, fixed high CPU usage when moving windows across monitors.
4
4
- On X11, fixed panic caused by dropping the window before running the event loop.
5
+
- on macOS, added `WindowExt::set_simple_fullscreen` which does not require a separate space
5
6
- Introduce `WindowBuilderExt::with_app_id` to allow setting the application ID on Wayland.
6
7
- On Windows, catch panics in event loop child thread and forward them to the parent thread. This prevents an invocation of undefined behavior due to unwinding into foreign code.
7
8
- On Windows, fix issue where resizing or moving window combined with grabbing the cursor would freeze program.
0 commit comments