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

[rcore] Draft: IME support #2809

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. Add API: SetPreeditCallback

    This is for GLFW3 Preedit Callback: glfwSetPreeditCallback
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    71bb40a View commit details
    Browse the repository at this point in the history
  2. Add API: SetPreeditCursorRectangle

    This is for GLFW3: glfwSetPreeditCursorRectangle
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b63d0eb View commit details
    Browse the repository at this point in the history
  3. Add API: GetPreeditCursorRectangle

    This is for GLFW3: glfwGetPreeditCursorRectangle
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6c7e13e View commit details
    Browse the repository at this point in the history
  4. Add API: IsImeOn

    This is for GLFW3: glfwGetInputMode (mode: GLFW_IME)
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8d5d9cc View commit details
    Browse the repository at this point in the history
  5. Add API: SetImeStatus

    This is for GLFW3: glfwSetInputMode (mode: GLFW_IME)
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d004c66 View commit details
    Browse the repository at this point in the history
  6. Add API: ResetPreedit

    This is for GLFW3: glfwResetPreeditText
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c2286f2 View commit details
    Browse the repository at this point in the history
  7. Support preedit candidate

    Support the GLFW preedit candidate feature.
    This feature supports only Win32 currently.
    We can use this feature by enabling `FLAG_MANAGE_PREEDIT_CANDIDATE` flag
    on Win32.
    daipom authored and ashie committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e56841f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b44c05d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99452d6 View commit details
    Browse the repository at this point in the history