Fix unsoundness on Windows (#601)

* Fix unsoundness in windows backend

* Synchronize window state properly

* update changelog and add a comment to execute_in_thread

* Formatting fixes and improve changelog message
This commit is contained in:
Andrew Hickman 2018-07-27 23:34:08 +01:00 committed by Francesca Frangipane
parent df9b23c96a
commit 21ff2e0ffc
4 changed files with 150 additions and 159 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- Fixed thread-safety issues in several `Window` functions on Windows.
- On MacOS, the key state for modifiers key events is now properly set.
- On iOS, the view is now set correctly. This makes it possible to render things (instead of being stuck on a black screen), and touch events work again.
- Added NetBSD support.