Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | 1 | -1/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 2 | -14/+12 | ||
2024-04-25 | Introduce `opaque` widget helper | 1 | -1/+1 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 2 | -4/+7 | ||
2023-12-02 | Use `AtomicU64` for `window::Id` | 1 | -2/+2 | ||
2023-11-29 | Fix broken intra-doc links | 1 | -1/+1 | ||
2023-11-29 | Fix `clippy` lints | 1 | -1/+1 | ||
2023-07-21 | refactored window storage; | 2 | -0/+312 | ||
new helper window events (Destroyed, Created); clippy + fmt; |