Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -8/+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-03-17 | Move `Program` to `application` module | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -1/+1 | ||
2024-03-16 | Replace `Program::fonts` with simpler `font` method | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -2/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -27/+7 | ||
2024-03-12 | Use closures for `Checkbox::style` | 1 | -6/+5 | ||
2024-03-05 | Simplify theming for `Checkbox` widget | 1 | -5/+4 | ||
2024-02-01 | Fix `spacing` in `checkbox` example | 1 | -2/+2 | ||
2024-02-01 | Use `then_some` instead of `then` in `checkbox` example | 1 | -1/+1 | ||
2024-02-01 | Simplify `checkbox` example | 1 | -34/+29 | ||
2024-02-01 | Introduce support for disabling a `checkbox` | 1 | -14/+45 | ||
2023-05-25 | Use `as_slice` instead of `as_ref` in `checkbox` example | 1 | -1/+1 | ||
2023-05-08 | Add `line_height` to `checkbox::Icon` | 1 | -0/+1 | ||
2023-05-02 | Update `glyphon` and `cosmic-text` | 1 | -1/+2 | ||
2023-03-30 | Introduce support for `Font` attributes | 1 | -1/+1 | ||
2023-02-24 | Fix `checkbox` example | 1 | -9/+19 | ||
2023-02-16 | Added the ability to change checkbox icon | 1 | -0/+63 | ||