mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -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:
@@ -10,9 +10,10 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
### Added ⭐
|
||||
* Plot:
|
||||
* [Line styles](https://github.com/emilk/egui/pull/482)
|
||||
* Add `show_background` and `show_axes` methods to `Plot`.
|
||||
* [Progress bar](https://github.com/emilk/egui/pull/519)
|
||||
* `Grid::num_columns`: allow the last column to take up the rest of the space of the parent `Ui`.
|
||||
* Add `show_background` and `show_axes` methods to `Plot`.
|
||||
* Add an API for dropping files into egui (see `RawInput`).
|
||||
|
||||
### Changed 🔧
|
||||
* Return closure return value from `Area::show`, `ComboBox::show_ui`, `ComboBox::combo_box_with_label`, `Window::show`, `popup::*`, `menu::menu`.
|
||||
|
||||
Reference in New Issue
Block a user