Replace thread messages with messages to dummy window (#710)

* Replace thread messages with messages to dummy window

* Add CHANGELOG entry

* Style changes

* Make review changes
This commit is contained in:
Osspial 2018-11-16 22:17:32 -05:00 committed by Francesca Plebani
parent 7fe90e6c80
commit df5d66b5e8
2 changed files with 106 additions and 51 deletions

View file

@ -2,6 +2,8 @@
- On X11, fixed panic caused by dropping the window before running the event loop.
- Introduce `WindowBuilderExt::with_app_id` to allow setting the application ID on Wayland.
- On Windows, fix issue where resizing or moving window combined with grabbing the cursor would freeze program.
- On Windows, fix issue where resizing or moving window would eat `Awakened` events.
# Version 0.18.0 (2018-11-07)