Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2025-02-14 | Fix updating spans cache for pre-edit content in window manager | 1 | -0/+4 | ||
2025-02-13 | Clear pre-edit window state when pre-edit content is `None` | 1 | -0/+2 | ||
2025-02-13 | Simplify preedit overlay creation | 1 | -8/+3 | ||
2025-02-12 | Simplify `InputMethod` API with only two states | 1 | -42/+56 | ||
Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com> | |||||
2025-02-06 | Set correct text size for text in preedit window | 1 | -1/+3 | ||
2025-02-03 | Use `text::Span::new` in `window_manager` | 1 | -26/+9 | ||
2025-02-03 | Implement basic IME selection in `Preedit` overlay | 1 | -25/+95 | ||
2025-02-03 | Clamp pre-edit inside viewport bounds | 1 | -11/+35 | ||
2025-02-03 | Track pre-edits separately from focus in text inputs | 1 | -2/+4 | ||
2025-02-02 | Add neutral `None` variant to `InputMethod` | 1 | -4/+7 | ||
2025-02-02 | Refactor and simplify `input_method` API | 2 | -13/+144 | ||
2025-02-02 | Run `cargo fmt` and fix lints | 1 | -4/+2 | ||
2025-02-02 | Draft `input_method` support | 1 | -1/+13 | ||
2025-01-06 | Use "outer" positions in all window-related operations | 1 | -1/+1 | ||
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 2 | -19/+21 | ||
2024-11-05 | Fix `WindowManager::is_idle` in `iced_winit` | 1 | -1/+1 | ||
2024-11-05 | Implement `reactive-rendering` for `text_input` | 1 | -0/+16 | ||
... and fix the redraw queue logic in `iced_winit`. | |||||
2024-11-05 | Draft `reactive-rendering` feature for `button` | 1 | -1/+4 | ||
2024-09-03 | Reconnect `Clipboard` on window close | 1 | -0/+4 | ||
Fixes #2564 | |||||
2024-08-30 | Add `get_scale_factor` task to `window` module | 1 | -0/+4 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 2 | -0/+396 | ||