winit/src/changelog
Mads Marquart 3657506f6e
macOS: Avoid redundant initial resize event (#3913)
The `NSViewFrameDidChangeNotification` that we listen to is emitted when
`-[NSWindow setContentView]` is called, since that sets the frame of the
view as well.

So now we register the notification later, so that it's not triggered at
window creation.

This behaviour is well described in the documentation:
https://developer.apple.com/documentation/appkit/nsview/postsframechangednotifications?language=objc
2024-12-03 18:35:04 +01:00
..
mod.rs Bump version on master 2024-04-27 20:02:40 +04:00
unreleased.md macOS: Avoid redundant initial resize event (#3913) 2024-12-03 18:35:04 +01:00
v0.8.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.9.md Fix CI for Rust v1.80 (#3822) 2024-07-25 15:15:21 +02:00
v0.10.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.11.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.12.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.13.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.14.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.15.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.16.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.17.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.18.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.19.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.20.md Fix CI for Rust v1.80 (#3822) 2024-07-25 15:15:21 +02:00
v0.21.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.22.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.23.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.24.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.25.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.26.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.27.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.28.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.29.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.30.md Bump version on master 2024-08-08 21:40:08 +03:00