add hide_application on macos (#1364)

Co-authored-by: Osspial <osspial@gmail.com>
Co-authored-by: Bogaevsky <vbogaevsky@gmail.com>
This commit is contained in:
David Yamnitsky 2020-01-19 18:38:52 -05:00 committed by Freya Gentz
parent e48262a797
commit 3e3bb8a8f1
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On macOS, add `hide_application` to `EventLoopWindowTarget` via a new `EventLoopWindowTargetExtMacOS` trait. `hide_application` will hide the entire application by calling `-[NSApplication hide: nil]`.
- On macOS, fix not sending ReceivedCharacter event for specific keys combinations.
- On macOS, fix `CursorMoved` event reporting the cursor position using logical coordinates.
- On macOS, fix issue where unbundled applications would sometimes open without being focused.