mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Implement NSTextInputClient protocol on OS X
This provides support for IME character composition. Fixes #456. Closes #643.
This commit is contained in:
committed by
Camilla Berglund
parent
9f5658c8ac
commit
3107c9548d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user