winit-sonoma-fix/src/platform_impl/macos
YVT 73cf10e4f3 Do not require T: Clone for EventLoopProxy<T>: Clone (#1086)
* Do not require `T: Clone` for `EventLoopProxy<T>: Clone`

* Update `CHANGELOG.md`

* Remove the conflicting `Clone` impl

* Fix match statement
2019-08-05 16:51:42 -04:00
..
util Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
app.rs Implement DeviceEvent::Button on Mac (#967) 2019-06-27 02:58:21 -04:00
app_delegate.rs Change Suspended(true/false) => Suspended/Resumed (#959) 2019-06-21 20:59:31 -06:00
app_state.rs macOS: Drop the closure on exit. (Fixes #1058) (#1063) 2019-07-23 14:44:06 -06:00
event.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
event_loop.rs Do not require T: Clone for EventLoopProxy<T>: Clone (#1086) 2019-08-05 16:51:42 -04:00
ffi.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
mod.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
monitor.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
observer.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
view.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
window.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
window_delegate.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00