winit/src/platform_impl/macos
Golden Water e108fa2fbf
Resize when size changes on scale change on macOS
This fixes an issue where the window glitched due to resize
when the user doesn't actually change the window, but macOS
function to update window size was still called.
2024-05-23 20:40:07 +04:00
..
app.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
app_delegate.rs Resize when size changes on scale change on macOS 2024-05-23 20:40:07 +04:00
cursor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event_handler.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event_loop.rs event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00
ffi.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
menu.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
mod.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
monitor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
observer.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
util.rs macOS: Move util::EMPTY_RANGE to usage spot (#3685) 2024-05-06 16:54:52 +02:00
view.rs Reduce usage of direct msg_send! 2024-05-06 19:09:38 +04:00
window.rs Retain ApplicationDelegate in NSWindowDelegate and NSView 2024-05-06 18:29:07 +04:00
window_delegate.rs Reduce usage of direct msg_send! 2024-05-06 19:09:38 +04:00