Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2024-12-02 | Fix new `clippy` lints | 1 | -1/+1 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -2/+2 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+2 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -7/+3 | ||
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | |||||
2024-04-25 | Introduce `opaque` widget helper | 1 | -1/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -21/+12 | ||
2024-02-02 | Implement `loupe` example | 1 | -0/+185 | ||