winit/src/platform_impl/macos
Artúr Kovács 0152508a39
Allow preventing the creation of the default menu (#1923)
* Allow preventing the creation of the default menu

* Use more grammar friendly naming

* Update the changelog
2021-04-30 13:34:50 +02:00
..
util MacOS: Only activate after the application has finished launching (#1903) 2021-04-29 19:49:17 +02:00
app.rs MacOS: Only activate after the application has finished launching (#1903) 2021-04-29 19:49:17 +02:00
app_delegate.rs Allow preventing the creation of the default menu (#1923) 2021-04-30 13:34:50 +02:00
app_state.rs Allow preventing the creation of the default menu (#1923) 2021-04-30 13:34:50 +02:00
event.rs Prefix numpad virtual key codes with Numpad 2020-09-20 12:58:24 +03:00
event_loop.rs Require setting the activation policy on the event loop (#1922) 2021-04-30 11:31:28 +02:00
ffi.rs Change linking of CGDisplayCreateUUIDFromDisplayID on macos (#1626) 2021-02-05 08:58:55 +01:00
menu.rs Require setting the activation policy on the event loop (#1922) 2021-04-30 11:31:28 +02:00
mod.rs Require setting the activation policy on the event loop (#1922) 2021-04-30 11:31:28 +02:00
monitor.rs macOS: Unbundled window activation hack (#1318) 2020-01-10 16:02:42 -08:00
observer.rs Fix for closure-captured values not being dropped on panic (#1853) 2021-03-08 19:56:39 +01:00
view.rs Add accept_first_mouse for macOS (#1882) 2021-04-30 11:30:09 +02:00
window.rs Require setting the activation policy on the event loop (#1922) 2021-04-30 11:31:28 +02:00
window_delegate.rs Fix WindowEvent::Moved ignoring DPI on macOS 2020-09-23 10:54:53 +00:00