winit/src/platform_impl/macos
Kirill Chibisov c346fb7e61
On macOS, fix tabGroup misuse
The property is marked as `Weak`, however we used strong `Id`.

Links: https://github.com/alacritty/alacritty/issues/7249
2023-10-20 14:05:57 +04:00
..
appkit On macOS, fix tabGroup misuse 2023-10-20 14:05:57 +04:00
app.rs Make iOS fully thread safe (#3045) 2023-08-27 17:04:39 +02:00
app_delegate.rs Move ControlFlow to EventLoopWindowTarget 2023-09-07 10:25:04 +04:00
app_state.rs Fix reset to Poll after the event loop starts 2023-10-11 00:46:08 +04:00
event.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
event_loop.rs Update to new raw-window-handle strategy 2023-10-15 06:07:39 +04:00
ffi.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
menu.rs Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00
mod.rs X11: Add #[deny(unsafe_op_in_unsafe_fn)] (#3121) 2023-09-30 21:43:41 +02:00
monitor.rs Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00
observer.rs Remove RedrawEventsCleared + MainEventsCleared, and added AboutToWait 2023-07-28 20:37:56 +04:00
util.rs Improve macOS/iOS/Web thread safety 2023-08-14 23:19:57 +04:00
view.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
window.rs On macOS, fix tabGroup misuse 2023-10-20 14:05:57 +04:00
window_delegate.rs Make iOS fully thread safe (#3045) 2023-08-27 17:04:39 +02:00