summaryrefslogtreecommitdiffstats
path: root/core/src/shell.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-21Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-1/+1
2025-02-12Simplify `InputMethod` API with only two statesLibravatar Héctor Ramón Jiménez1-1/+1
2025-02-03Ignore redraws of invisible content in `hover` widgetLibravatar Héctor Ramón Jiménez1-0/+12
2025-02-03Fulfill `InputMethod` requests only during `RedrawRequested`Libravatar Héctor Ramón Jiménez1-0/+3
2025-02-02Add neutral `None` variant to `InputMethod`Libravatar Héctor Ramón Jiménez1-1/+1
2025-02-02Refactor and simplify `input_method` APILibravatar Héctor Ramón Jiménez1-46/+32
2025-02-02Draft `input_method` supportLibravatar KENZ1-1/+24
2024-11-05Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez1-0/+23
2024-11-05Split `Shell::request_redraw` into two different methodsLibravatar Héctor Ramón Jiménez1-7/+17
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-2/+2
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-0/+0
2023-01-17Add toast exampleLibravatar Cory Forsstrom1-0/+5
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez1-11/+11
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez1-17/+43
2022-05-13Relayout base layer when layout is invalidated from an overlayLibravatar Héctor Ramón Jiménez1-0/+5
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-1/+19
2021-11-29Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+54