summaryrefslogtreecommitdiffstats
path: root/runtime/src/user_interface.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Take `Event` by reference in `Widget::update`Libravatar Héctor Ramón Jiménez2025-02-041-2/+1
|
* 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-30/+13
|
* Draft `input_method` supportLibravatar KENZ2025-02-021-2/+12
|
* Rename `Overlay::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-061-1/+1
|
* Rename `Widget::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-051-1/+1
|
* Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez2024-11-051-5/+5
|
* Bump version to `0.13.0` :tada:Libravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Introduce `black_box` and `chain` in `widget::operation`Libravatar Héctor Ramón Jiménez2024-08-081-1/+1
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-1/+1
|
* Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-221-6/+6
|
* Point doc links to `0.12` branchLibravatar Héctor Ramón Jiménez2024-02-151-1/+1
|
* Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez2024-02-011-29/+33
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-8/+8
|
* Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-211-7/+23
| | | | Translations were not easily composable.
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-2/+2
|\
| * Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-2/+2
| |
* | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-3/+3
| |
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-6/+11
|/
* Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-261-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-1/+1
|
* Don't clip raw overlay boundsLibravatar Cory Forsstrom2023-07-241-11/+7
| | | | | | | | User interface wraps the overlay in `overlay::Nested`. Clipping here w/ the base Nested overlay always clipped at (0, 0) position instead of the correct position of the child overlay. It's clipped properly already within `Nested::draw`.
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-151-0/+3
|
* Revert "Remove `layout` method from `core::Renderer` trait"Libravatar Héctor Ramón Jiménez2023-06-291-7/+6
| | | | This reverts commit 2128472c2a8afcb59927712497c4f613612e9dcc.
* Remove `layout` method from `core::Renderer` traitLibravatar Héctor Ramón Jiménez2023-06-291-6/+7
|
* Use nested for lazy widgetsLibravatar Cory Forsstrom2023-06-141-4/+2
|
* Remove interior mutabilityLibravatar Cory Forsstrom2023-06-141-18/+19
| | | | | Nested doesn't need to implement Overlay trait, it can be be used mutably in user interface so we don't need interior mutability.
* Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-141-27/+44
|
* Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-081-24/+43
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-15/+15
|
* Remove OpenGL mentions in `README`sLibravatar Héctor Ramón Jiménez2023-05-111-4/+3
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-2/+2
|
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-0/+592