mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Use past tense in all changelogs (for consistency)
This commit is contained in:
@@ -31,11 +31,11 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
* Increase scroll speed.
|
||||
* Restore window position on startup without flickering.
|
||||
* A lot of the code has been moved to the new library [`egui-winit`](https://github.com/emilk/egui/tree/master/egui-winit).
|
||||
* Fix reactive mode on windows.
|
||||
* Fixed reactive mode on windows.
|
||||
|
||||
|
||||
## 0.14.0 - 2021-08-24
|
||||
* Fix native file dialogs hanging (eg. when using [`rfd`](https://github.com/PolyMeilex/rfd)).
|
||||
* Fixed 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>.
|
||||
@@ -43,11 +43,11 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
## 0.13.1 - 2021-06-24
|
||||
* Fix `http` feature flag and docs
|
||||
* Fixed `http` feature flag and docs
|
||||
|
||||
|
||||
## 0.13.0 - 2021-06-24
|
||||
* Add `EguiGlium::is_quit_event` to replace `control_flow` arguemnt to `EguiGlium::on_event`.
|
||||
* Added `EguiGlium::is_quit_event` to replace `control_flow` arguemnt to `EguiGlium::on_event`.
|
||||
* [Fix modifier key for zoom with mouse wheel on Mac](https://github.com/emilk/egui/issues/401)
|
||||
* [Fix stuck modifier keys](https://github.com/emilk/egui/pull/479)
|
||||
|
||||
@@ -72,8 +72,8 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
## 0.8.0 - 2021-01-17
|
||||
* Fix a bug where key releases weren't sent to egui
|
||||
* Fix `set_window_size` for non-native `pixels_per_point`.
|
||||
* Fixed a bug where key releases weren't sent to egui
|
||||
* Fixed `set_window_size` for non-native `pixels_per_point`.
|
||||
|
||||
|
||||
## 0.7.0 - 2021-01-04
|
||||
|
||||
Reference in New Issue
Block a user