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