summaryrefslogtreecommitdiffstats
path: root/core/src/shell.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Simplify `InputMethod` API with only two statesLibravatar Héctor Ramón Jiménez2025-02-121-1/+1
| | | | | Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com>
* Merge branch 'master' into explore-input-method2Libravatar Héctor Ramón Jiménez2025-02-031-0/+12
|\
| * Ignore redraws of invisible content in `hover` widgetLibravatar Héctor Ramón Jiménez2025-02-031-0/+12
| |
* | Fulfill `InputMethod` requests only during `RedrawRequested`Libravatar Héctor Ramón Jiménez2025-02-031-0/+3
| |
* | Add neutral `None` variant to `InputMethod`Libravatar Héctor Ramón Jiménez2025-02-021-1/+1
| |
* | Refactor and simplify `input_method` APILibravatar Héctor Ramón Jiménez2025-02-021-46/+32
| |
* | Draft `input_method` supportLibravatar KENZ2025-02-021-1/+24
|/
* Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez2024-11-051-0/+23
|
* Split `Shell::request_redraw` into two different methodsLibravatar Héctor Ramón Jiménez2024-11-051-7/+17
|
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-2/+2
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+108