summaryrefslogtreecommitdiffstats
path: root/examples/checkbox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-1/+1
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-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.
* Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez2024-03-171-1/+1
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-1/+1
|
* Replace `Program::fonts` with simpler `font` methodLibravatar Héctor Ramón Jiménez2024-03-161-1/+1
|
* Make `sandbox` helper take a `title` as wellLibravatar Héctor Ramón Jiménez2024-03-161-2/+1
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-27/+7
|
* Use closures for `Checkbox::style`Libravatar Héctor Ramón Jiménez2024-03-121-6/+5
|
* Simplify theming for `Checkbox` widgetLibravatar Héctor Ramón Jiménez2024-03-051-5/+4
|
* Fix `spacing` in `checkbox` exampleLibravatar Héctor Ramón Jiménez2024-02-011-2/+2
|
* Use `then_some` instead of `then` in `checkbox` exampleLibravatar Héctor Ramón Jiménez2024-02-011-1/+1
|
* Simplify `checkbox` exampleLibravatar Héctor Ramón Jiménez2024-02-011-34/+29
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-14/+45
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+1
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Use `as_slice` instead of `as_ref` in `checkbox` exampleLibravatar Héctor Ramón Jiménez2023-05-251-1/+1
|
* Add `line_height` to `checkbox::Icon`Libravatar Héctor Ramón Jiménez2023-05-081-0/+1
|
* Update `glyphon` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-05-021-1/+2
|
* Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez2023-03-301-1/+1
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-171-1/+1
|\
| * Use correct package name in checkbox example docsLibravatar lupd2023-03-081-1/+1
| |
* | Fix `checkbox` exampleLibravatar Héctor Ramón Jiménez2023-02-242-9/+19
|/
* Added the ability to change checkbox iconLibravatar Casper Storm2023-02-164-0/+84