summaryrefslogtreecommitdiffstats
path: root/runtime/src/multi_window/state.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-10/+8
|
* Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez2024-04-251-1/+1
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-3/+3
|
* Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* refactored window storage;Libravatar Bingus2023-07-211-0/+280
new helper window events (Destroyed, Created); clippy + fmt;