winit-sonoma-fix/src/platform_impl
Michael Streif 5bf303fd26 Improve handling of file paths in the windows DnD handler (#980)
* Make FileDropHandler::iterate_filenames more robust

by replacing the call to mem::uninitialized with mem::zeroed and change
file name retrieval to use buffers of exact length as reported
by DragQueryFileW instead of relying on MAX_PATH.

* Change remaining calls of uninitialized to zeroed

* Run rustfmt

* Add CHANGELOG entry and comment
2019-06-28 18:07:36 -04:00
..
android Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
emscripten Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
ios Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
linux Revert "wayland: use an invisible surface as shell surface (#835)" (#981) 2019-06-28 15:31:54 -04:00
macos Implement DeviceEvent::Button on Mac (#967) 2019-06-27 02:58:21 -04:00
windows Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
mod.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00