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 8 commits into
base: master
Choose a base branch
from

Commits on Mar 11, 2024

  1. Add API: SetPreeditCallback

    This is for GLFW3 Preedit Callback: glfwSetPreeditCallback
    daipom authored and ashie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bb67465 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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    73fa2c0 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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4f6db8d 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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    37fef37 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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3a6ad34 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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0cd5e2d 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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    90cb37e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccf2ddf View commit details
    Browse the repository at this point in the history