summaryrefslogtreecommitdiffstats
path: root/examples/loupe/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2024-12-02Fix new `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2024-07-12Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez1-2/+2
2024-07-12Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez1-2/+2
2024-05-03Introduce `center` widget helperLibravatar Héctor Ramón Jiménez1-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-25Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez1-1/+1
2024-03-16Introduce `Program` APILibravatar Héctor Ramón Jiménez1-21/+12
2024-02-02Implement `loupe` exampleLibravatar Héctor Ramón Jiménez1-0/+185