-
Notifications
You must be signed in to change notification settings - Fork 314
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
Text Input Method Editor #541
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6c3b54 - Browse repository at this point
Copy the full SHA e6c3b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8369f7c - Browse repository at this point
Copy the full SHA 8369f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a3220 - Browse repository at this point
Copy the full SHA b9a3220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16614a6 - Browse repository at this point
Copy the full SHA 16614a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a3c0b - Browse repository at this point
Copy the full SHA 25a3c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b004492 - Browse repository at this point
Copy the full SHA b004492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567ad45 - Browse repository at this point
Copy the full SHA 567ad45View commit details -
Move ConvertCharacterOffsetToByteOffset and ConvertByteOffsetToCharac…
…terOffset to StringUtilities.
Configuration menu - View commit details
-
Copy full SHA for ad1f30f - Browse repository at this point
Copy the full SHA ad1f30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30be693 - Browse repository at this point
Copy the full SHA 30be693View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31daf8 - Browse repository at this point
Copy the full SHA d31daf8View commit details -
Use GNU Unifont for the IME sample.
GNU Unifont is used as a lightweight replacement of Noto Sans.
Configuration menu - View commit details
-
Copy full SHA for a043fb9 - Browse repository at this point
Copy the full SHA a043fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2632627 - Browse repository at this point
Copy the full SHA 2632627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d8f70 - Browse repository at this point
Copy the full SHA 92d8f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca458c2 - Browse repository at this point
Copy the full SHA ca458c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c90052 - Browse repository at this point
Copy the full SHA 9c90052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d57c25 - Browse repository at this point
Copy the full SHA 8d57c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31d8bd - Browse repository at this point
Copy the full SHA d31d8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f801d7 - Browse repository at this point
Copy the full SHA 3f801d7View commit details -
Fix a conditional for locating system font files.
Co-authored-by: Michael R. P. Ragazzon <mikke89@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2583895 - Browse repository at this point
Copy the full SHA 2583895View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5c9995 - Browse repository at this point
Copy the full SHA a5c9995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350e3f6 - Browse repository at this point
Copy the full SHA 350e3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bd402 - Browse repository at this point
Copy the full SHA b8bd402View commit details -
Ensure that valid pointers are accessed during the lifetime of Widget…
…TextInputIMEContext.
Configuration menu - View commit details
-
Copy full SHA for e49dc87 - Browse repository at this point
Copy the full SHA e49dc87View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1219a6 - Browse repository at this point
Copy the full SHA c1219a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853a777 - Browse repository at this point
Copy the full SHA 853a777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6699d57 - Browse repository at this point
Copy the full SHA 6699d57View commit details
Commits on Jun 9, 2024
-
Make the text input handler multipurpose.
Incorporated requested changes in the pull request: * Rename TextInputMethodContext to TextInputContext. * Make TextInputMethodEditor backend-specific. * Make the TextInputMethodEditor behavior well-defined instead of relying on assertions. * Add TextInputHandler (reimplementation of mikke89#548) as a global replacement (context-dependent). * Retrieve the text input's bounding box via an element utility function.
Configuration menu - View commit details
-
Copy full SHA for a269d23 - Browse repository at this point
Copy the full SHA a269d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for f549e05 - Browse repository at this point
Copy the full SHA f549e05View commit details -
Merge branch 'master' into ime_visual_feedback
Conflicts: Samples/readme.md
Configuration menu - View commit details
-
Copy full SHA for 045f781 - Browse repository at this point
Copy the full SHA 045f781View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb955c7 - Browse repository at this point
Copy the full SHA eb955c7View commit details
Commits on Jun 27, 2024
-
Revert "Construct IME context only when in use."
This reverts commit 853a777.
Configuration menu - View commit details
-
Copy full SHA for d8094b3 - Browse repository at this point
Copy the full SHA d8094b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8df9a1 - Browse repository at this point
Copy the full SHA c8df9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25588b2 - Browse repository at this point
Copy the full SHA 25588b2View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d944506 - Browse repository at this point
Copy the full SHA d944506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9abf64c - Browse repository at this point
Copy the full SHA 9abf64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 869f0d0 - Browse repository at this point
Copy the full SHA 869f0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11e96e - Browse repository at this point
Copy the full SHA e11e96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3bb2bc - Browse repository at this point
Copy the full SHA f3bb2bcView commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa4d3bc - Browse repository at this point
Copy the full SHA fa4d3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a16064 - Browse repository at this point
Copy the full SHA 3a16064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874b3f8 - Browse repository at this point
Copy the full SHA 874b3f8View commit details -
Store handler in the text widget input context
The element's context is not available during destruction, so the call to `OnDestroy` was never executed. Instead, store the handler it was constructed with so that we can call `OnDestroy` with that.
Configuration menu - View commit details
-
Copy full SHA for 3d9ec36 - Browse repository at this point
Copy the full SHA 3d9ec36View commit details