summaryrefslogtreecommitdiffstats
path: root/runtime/src/multi_window/program.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-4/+4
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-1/+4
|
* Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez2023-12-021-2/+2
|
* refactored window storage;Libravatar Bingus2023-07-211-0/+32
new helper window events (Destroyed, Created); clippy + fmt;