commit | c8ea0a017d0ea851225f159f26816d86799163a8 | [log] [tgz] |
---|---|---|
author | Sam Hocevar <sam@hocevar.net> | Sun Sep 29 12:15:13 2019 +0200 |
committer | ocornut <omarcornut@gmail.com> | Tue Mar 03 18:53:29 2020 +0100 |
tree | 0199b4210910da5c03d81e3b0126a15426ce5d46 | |
parent | 6d59653e825f687d28763fd8ff9141b2cff246b0 [diff] |
Unicode: UTF32 support improvements (#2541, #2538, #2815) - Make ImWchar32 unsigned. - Fix Win32 version of ImFileOpen by including windows.h sooner. - Make ImGuiIO::AddInputCharacterUTF16() more robust by disallowing illegal surrogate pairs. - Allow pushing higher plane codepoints through ImGuiIO::AddInputCharacter(). - Minor cleaning up in the high-plane Unicode support. - Fix Clang -Wunreachable-code warning