summaryrefslogtreecommitdiffstats
path: root/runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix cursor availability in `overlay::Nested::draw`Libravatar Héctor Ramón Jiménez2023-06-141-1/+1
|
* Use nested for lazy widgetsLibravatar Cory Forsstrom2023-06-144-5/+19
|
* Cursor availability during on_eventLibravatar Cory Forsstrom2023-06-141-23/+50
|
* Remove interior mutabilityLibravatar Cory Forsstrom2023-06-142-80/+42
| | | | | Nested doesn't need to implement Overlay trait, it can be be used mutably in user interface so we don't need interior mutability.
* Use layout with children for nestingLibravatar Cory Forsstrom2023-06-141-59/+71
|
* Cursor availability by layerLibravatar Cory Forsstrom2023-06-141-6/+28
|
* Remove unwraps in `overlay::Nested` and fix `mouse_interaction`Libravatar Cory Forsstrom2023-06-141-51/+69
|
* Prioritize mouse interaction of deepest `Overlay`Libravatar Cory Forsstrom2023-06-141-9/+21
|
* Render nested in layerLibravatar Cory Forsstrom2023-06-141-1/+3
|
* Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-142-27/+332
|
* Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-082-29/+48
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-15/+15
|
* Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez2023-05-252-21/+15
|
* Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2023-05-111-1/+1
|
* Remove OpenGL mentions in `README`sLibravatar Héctor Ramón Jiménez2023-05-111-4/+3
|
* Write missing documentation in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-111-1/+1
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-176-15/+32
|
* Fix `README` of `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-16/+4
|
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-0518-0/+1824