winit/src/platform_impl/macos
Kirill Chibisov 62ce14a013
Add Window::set_transparent
Provide a hint to system compositor whether the window is transparent or
not. Only implemented on macOS and Wayland for now.
2023-01-15 23:39:36 +03:00
..
appkit Add WindowBuilder::with_parent_window (#2548) 2022-12-22 01:07:13 +01:00
util fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00
app.rs fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00
app_delegate.rs macOS: Fix ApplicationDelegate::init (#2566) 2022-11-23 15:23:06 +01:00
app_state.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
event.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
event_loop.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
ffi.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
menu.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
mod.rs macOS: Run tasks synchronously on main thread instead of asynchronously (#2574) 2022-11-30 14:30:32 +01:00
monitor.rs fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00
observer.rs Fix runloop entry (#2480) 2022-09-08 21:56:53 +02:00
view.rs fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00
window.rs Add Window::set_transparent 2023-01-15 23:39:36 +03:00
window_delegate.rs fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00