mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Drag and drop files into egui_glium and egui_web (#637)
* Implement file drag-and-drop for egui_glium * Implement file drag-and-drop into egui_web * Cleanup
This commit is contained in:
@@ -4,8 +4,9 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* Fix native file dialogs hanging (eg. when using [`nfd2`](https://github.com/EmbarkStudios/nfd2)
|
||||
* [Fix minimize on Windows](https://github.com/emilk/egui/issues/518)
|
||||
* Fix native file dialogs hanging (eg. when using [`rfd`](https://github.com/PolyMeilex/rfd)).
|
||||
* Implement drag-and-dropping files into the application.
|
||||
* [Fix minimize on Windows](https://github.com/emilk/egui/issues/518).
|
||||
* Change `drag_and_drop_support` to `false` by default (Windows only). See <https://github.com/emilk/egui/issues/598>.
|
||||
* Don't restore window position on Windows, because the position would sometimes be invalid.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user