Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 1 | -7/+3 | |
|\ | |||||
| * | Introduce `center` widget helper | 2024-05-03 | 1 | -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. | ||||
* | | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
|/ | |||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -1/+1 | |
| | |||||
* | Remove `Sandbox` trait :tada: | 2024-03-17 | 1 | -1/+1 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -1/+1 | |
| | |||||
* | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -4/+7 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -31/+15 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | feat: use lyon for easing | 2023-06-07 | 1 | -0/+118 | |