Fix macOS window sizes to follow convention with changelog entry (#435)

* Fix macOS window sizes to follow convention

* Add changelog entry
This commit is contained in:
Ed Barnard
2018-04-05 20:51:15 +01:00
committed by Francesca Frangipane
parent 580321b56f
commit 591e0d9b8e
2 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
- On X11, input method creation first tries to use the value from the user's `XMODIFIERS` environment variable, so application developers should no longer need to manually call `XSetLocaleModifiers`. If that fails, fallbacks are tried, which should prevent input method initialization from ever outright failing.
- Fixed thread safety issues with input methods on X11.
- Add support for `Touch` for win32 backend.
- Fixed `Window::get_inner_size` and friends to return the size in pixels instead of points when using HIDPI displays on OSX.
# Version 0.11.3 (2018-03-28)