-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
daipom
wants to merge
9
commits into
raysan5:master
Choose a base branch
from
clear-code:better-ime-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,135
−417
Commits on Aug 19, 2024
-
This is for GLFW3 Preedit Callback: glfwSetPreeditCallback
Configuration menu - View commit details
-
Copy full SHA for 71bb40a - Browse repository at this point
Copy the full SHA 71bb40aView commit details -
Add API: SetPreeditCursorRectangle
This is for GLFW3: glfwSetPreeditCursorRectangle
Configuration menu - View commit details
-
Copy full SHA for b63d0eb - Browse repository at this point
Copy the full SHA b63d0ebView commit details -
Add API: GetPreeditCursorRectangle
This is for GLFW3: glfwGetPreeditCursorRectangle
Configuration menu - View commit details
-
Copy full SHA for 6c7e13e - Browse repository at this point
Copy the full SHA 6c7e13eView commit details -
This is for GLFW3: glfwGetInputMode (mode: GLFW_IME)
Configuration menu - View commit details
-
Copy full SHA for 8d5d9cc - Browse repository at this point
Copy the full SHA 8d5d9ccView commit details -
This is for GLFW3: glfwSetInputMode (mode: GLFW_IME)
Configuration menu - View commit details
-
Copy full SHA for d004c66 - Browse repository at this point
Copy the full SHA d004c66View commit details -
This is for GLFW3: glfwResetPreeditText
Configuration menu - View commit details
-
Copy full SHA for c2286f2 - Browse repository at this point
Copy the full SHA c2286f2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e56841f - Browse repository at this point
Copy the full SHA e56841fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b44c05d - Browse repository at this point
Copy the full SHA b44c05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99452d6 - Browse repository at this point
Copy the full SHA 99452d6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.