summaryrefslogtreecommitdiffstats
path: root/examples/ferris/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-9/+9
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-6/+6
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-1/+1
|
* Improve layout of `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-031-16/+16
|
* Introduce dynamic `opacity` support for `Image` and `Svg`Libravatar Héctor Ramón Jiménez2024-05-031-17/+28
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-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.
* Add `spin` mode to `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-031-14/+54
|
* Create `ferris` example to showcase `ContentFit` and `Rotation`Libravatar Héctor Ramón Jiménez2024-05-021-0/+161