winit/src/platform_impl/windows
Osspial 28e3c35547
Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186)
* Prevent EventLoop from getting initialized outside the main thread

This only applies to the cross-platform functions. We expose functions
to do this in a platform-specific manner, when available.

* Add CHANGELOG entry

* Formatting has changed since the latest stable update...

* Fix error spacing

* Unix: Prevent initializing EventLoop outside main thread

* Updates libc dependency to 0.2.64, as required by BSD platforms

* Update CHANGELOG.md for Linux implementation

* Finish sentence

* Consolidate documentation
2019-10-18 11:51:06 -04:00
..
dpi.rs Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186) 2019-10-18 11:51:06 -04:00
drop_handler.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
event.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
event_loop.rs Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186) 2019-10-18 11:51:06 -04:00
icon.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
mod.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
monitor.rs Remove derivative dependency (#1201) 2019-10-03 16:19:10 -04:00
raw_input.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
util.rs Fix hovering the mouse over the active window creating an endless stream of CursorMoved events (#1170) 2019-09-17 11:34:48 -04:00
window.rs Update raw-window-handle to 0.3 (#1215) 2019-10-05 21:34:27 -04:00
window_state.rs Fix hovering the mouse over the active window creating an endless stream of CursorMoved events (#1170) 2019-09-17 11:34:48 -04:00