Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -9/+9 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -6/+6 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-05-03 | Improve layout of `ferris` example :crab: | 1 | -16/+16 | ||
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -17/+28 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -39/+38 | ||
... 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-05-03 | Add `spin` mode to `ferris` example :crab: | 1 | -14/+54 | ||
2024-05-02 | Create `ferris` example to showcase `ContentFit` and `Rotation` | 1 | -0/+161 | ||