winit/src/platform/windows
Artúr Kovács 04ca2cf9f4 Fix panic when dragging text onto a window on Windws (#697) (#711)
* Fix panic when dragging text onto a window on Windws (#697)

* Changed `panic` to `debug` (log) when unknow error occurs in `GetData` while processing a drag-drop / hover event. Plus added appropriate cursor effect if hovered item can not be processed.

* Improved code clarity.

* Add documentation to clarify behaviour of `DroppedFile`, `HoveredFile`, and `HoveredFileCancelled`

* Add period at the end of sentences in documentation.
2018-11-20 03:28:26 -05:00
..
dpi.rs fix assertion failed: validate_hidpi_factor(dpi_factor) (#607) (#618) 2018-08-02 13:03:15 -04:00
drop_handler.rs Fix panic when dragging text onto a window on Windws (#697) (#711) 2018-11-20 03:28:26 -05:00
event.rs Add support for F16-F24 (#641) 2018-09-12 13:04:16 -04:00
events_loop.rs On Windows, catch window callback panics and forward them to the calling thread (#703) 2018-11-17 14:20:04 -05:00
icon.rs Fix unsoundness on Windows (#601) 2018-07-27 18:34:08 -04:00
mod.rs Implement HoveredFile and HoveredFileCancelled on Windows (#662) 2018-10-24 14:40:12 -04:00
monitor.rs X11+Windows: Guess initial DPI factor (#583) 2018-07-01 11:01:46 -04:00
raw_input.rs Windows: Implement DeviceEvents (#482) 2018-04-28 12:42:33 -04:00
util.rs X11+Windows: Guess initial DPI factor (#583) 2018-07-01 11:01:46 -04:00
window.rs Windows: Fix transparency (#675) 2018-10-17 20:23:59 -04:00