Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refreshed full Unicode support patch #2815

Closed
wants to merge 11 commits into from

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    2cba94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4c041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2dff0 View commit details
    Browse the repository at this point in the history
  4. Fix ImTextCountUtf8BytesFromChar and ImTextCharToUtf8, these APIs ass…

    …ume the input is an unicode code point, not UTF-16
    cloudwu committed May 8, 2019
    Configuration menu
    Copy the full SHA
    3bedb30 View commit details
    Browse the repository at this point in the history
  5. Full Unicode Support

    cloudwu committed May 8, 2019
    Configuration menu
    Copy the full SHA
    a9c741c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01c4d56 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    44eb8e6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    f524371 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Merge remote-tracking branch 'cloudwu/unicode' into master.

     Conflicts:
    	imconfig.h
    	imgui.h
    	imgui_draw.cpp
    	imgui_widgets.cpp
    samhocevar committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    853dac3 View commit details
    Browse the repository at this point in the history
  2. UTF32 support improvements

     - 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().
    samhocevar committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    775a0f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    80d2b1b View commit details
    Browse the repository at this point in the history