8000 Comparing makepad:dev...Lydanne:dev · makepad/makepad · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: makepad/makepad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: Lydanne/makepad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 14, 2025

  1. Implement IME composition handling in WasmWebBrowser

    This update introduces support for handling Input Method Editor (IME) composition events in the WasmWebBrowser class. The changes include:
    
    - Added event listeners for `compositionstart`, `compositionupdate`, and `compositionend` to manage the composition state and data.
    - Skipped normal input events during composition to prevent interference.
    - Sent the final IME input result to the WebAssembly module upon composition end, ensuring proper handling of user input.
    
    These enhancements improve the text input experience for users utilizing IME, particularly for languages requiring composition.
    Lydanne committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    d628ae2 View commit details
    Browse the repository at this point in the history
Loading
0