Merged
Conversation
54b2e3d to
fd95924
Compare
fd95924 to
45787df
Compare
Decodetalkers
added a commit
that referenced
this pull request
Mar 13, 2025
* chore: working, text_input * chore: add event ime * chore: little process * chore: typo fix * chore: ime base * chore: almost finished * chore: change unwrap to expect
Decodetalkers
added a commit
that referenced
this pull request
Apr 30, 2025
* chore: working, text_input * chore: add event ime * chore: little process * chore: typo fix * chore: ime base * chore: almost finished * chore: change unwrap to expect
Decodetalkers
added a commit
that referenced
this pull request
May 6, 2025
* chore: iced dev version * fix: keyrealease params * fix: sessionlock screenshot params * fix: layershell keyrelease params * fix: layershell compositor screenshot * fix: layershell compositor screenshot * fix: `Color::new` to `Color::rgba` * chore: clippy fix * chore: remove all tokio feature * chore: use the new iced::theme::Theme instead of create a new Appearance * fix: unit test * fix: virtual keyboard example * fix: cargo fmt * chore: working, text_input (#139) * chore: working, text_input * chore: add event ime * chore: little process * chore: typo fix * chore: ime base * chore: almost finished * chore: change unwrap to expect * chore: fix new example in iced14 * fix: format * chore: ime bug in multi_window fixed * feat: preedit render problem solved * chore: adjust some logic * fix: ime not auto start when new window created * chore: make clippy happy * fix: hope it will solve problem #123 I think maybe because I do not check the uninstall event of seat that cause this problem, I do not know, but let me try add this commit * chore: remove useless comment * chore: do clippy * chore: enable merge request for iced14 * fixs of touch event within multi windows (#152) * fix(sessionlock): fixs of touch event within multi windows. 1. inconsistent surface of touch event. 2. incorrect position of touch event. 3. update `current_surface` only if a finger is down or a mouse button is clicked or a surface is created. 4. update cursor shape only if the surface is hovered by the mouse. 5. put the logic of setting cursor shape into a function. Signed-off-by: fortime <palfortime@gmail.com> * fix(layershell): fixs of touch event within multi windows. 1. inconsistent surface of touch event. 2. incorrect position of touch event. 3. update `current_surface` only if a finger is down or a mouse button is clicked or a surface is created. 4. update cursor shape only if the surface is hovered by the mouse. 5. put the logic of setting cursor shape into a function. Signed-off-by: fortime <palfortime@gmail.com> --------- Signed-off-by: fortime <palfortime@gmail.com> * feat: sync iced14 TODO: now I remove all the debug, need be add back later * chore: some tini update * feat: separate out iced default features (#154) * feat: implement debug * chore: follow iced update * chore: add application size support * chore: let debug fixed after * chore: do fmt * chore: support get latest * refactor: remove the old trait now suggest to use build_pattern * chore: do fmt * fix: tests failed * fix: doc * Newpattern (#158) * chore: for multi_window layershell * feat: all iced_layershell * feat: session lock finish code tidy up * fix: tests * chore: finished * chore: document fix * chore: fmt fix * feat: add back debug feature I cannot add attach * feat: debug finished * chore: less macros * feat: tidy up all interfaces * chore: tidy deps * feat: up performance not render frame every time * chore: sync iced * chore: api tidy up * chore: do fmt * fix: bad performance I need to check redraw request, and if there is no redraw_request, but with new message, I also need to update * chore: update version * chore: api name change * chore: test fix --------- Signed-off-by: fortime <palfortime@gmail.com> Co-authored-by: sundaram123krishnan <krishnsundaram@gmail.com> Co-authored-by: fortime <palfortime@gmail.com> Co-authored-by: WhySoBad <49595640+WhySoBad@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.