summaryrefslogtreecommitdiffstats
path: root/runtime/src/user_interface.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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