winit/src
Mads Marquart 0a3cacd577
Retain ApplicationDelegate in NSWindowDelegate and NSView
The delegate is only weakly referenced by NSApplication, so getting it
from there may fail if the event loop has been dropped.

Fixes #3668.
2024-05-06 18:29:07 +04:00
..
changelog Retain ApplicationDelegate in NSWindowDelegate and NSView 2024-05-06 18:29:07 +04:00
platform Use rustc-check-cfg (#3682) 2024-05-06 07:11:57 +02:00
platform_impl Retain ApplicationDelegate in NSWindowDelegate and NSView 2024-05-06 18:29:07 +04:00
application.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
cursor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
error.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event.rs Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597) 2024-04-27 15:55:04 +02:00
event_loop.rs Use rustc-check-cfg (#3682) 2024-05-06 07:11:57 +02:00
icon.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
keyboard.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
lib.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
utils.rs chore: fix some typos in comments (#3635) 2024-04-27 15:29:11 +02:00
window.rs Don't set the background color when initializing with transparency (#3657) 2024-04-27 15:41:14 +02:00