summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-12Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez1-3/+3
2024-07-12Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez1-2/+2
2024-06-19Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez1-1/+1
2024-05-03Introduce `center` widget helperLibravatar Héctor Ramón Jiménez1-7/+3
2024-03-18refactor: replace `text(format!(` with `text` macroLibravatar Richard Custodio1-1/+1
2024-03-17Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez1-1/+1
2024-03-17Remove `Sandbox` trait :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2024-03-16Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2024-03-16Make `sandbox` helper take a `title` as wellLibravatar Héctor Ramón Jiménez1-4/+7
2024-03-16Introduce `Program` APILibravatar Héctor Ramón Jiménez1-31/+15
2024-01-10Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez1-6/+5
2023-06-07feat: use lyon for easingLibravatar Nick Senger1-25/+39
2023-06-07feat: add progress indicators exampleLibravatar Nick Senger1-0/+104