Implement NSTextInputClient protocol on OS X

This provides support for IME character composition.

Fixes #456.
Closes #643.
This commit is contained in:
Mario Dorn
2015-11-13 17:19:20 +01:00
committed by Camilla Berglund
parent 9f5658c8ac
commit 3107c9548d
2 changed files with 95 additions and 14 deletions
+2
View File
@@ -105,6 +105,7 @@ does not find Doxygen, the documentation will not be generated.
- [Cocoa] Bugfix: Full screen windows on secondary monitors were mispositioned
- [Cocoa] Bugfix: Connecting a joystick that reports no name would segfault
- [Cocoa] Bugfix: Modifier flags cache was not updated when window became key
- [Cocoa] Bugfix: Dead key character composition did not work
- [X11] Bugfix: Monitor connection and disconnection events were not reported
- [X11] Bugfix: Decoding of UTF-8 text from XIM could continue past the end
- [X11] Bugfix: An XKB structure was leaked during `glfwInit`
@@ -165,6 +166,7 @@ skills.
- Paul R. Deppe
- Michael Dickens
- Роман Донченко
- Mario Dorn
- Jonathan Dummer
- Ralph Eastwood
- Siavash Eliasi