summaryrefslogtreecommitdiffstats
path: root/examples/loupe (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-212-2/+2
|
* Fix new `clippy` lintsLibravatar Héctor Ramón Jiménez2024-12-021-1/+1
|
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-2/+2
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-2/+2
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-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.
* Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez2024-04-251-1/+1
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-21/+12
|
* Implement `loupe` exampleLibravatar Héctor Ramón Jiménez2024-02-022-0/+195