Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -3/+3 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+2 | ||
2024-07-11 | Add `iced` widget helper to display the iced logo :comet: | 2 | -28/+16 | ||
2024-05-13 | Ask for explicit `Length` in `center_*` methods | 1 | -4/+4 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -10/+6 | ||
... 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-16 | Introduce `Program` API | 1 | -10/+10 | ||
2024-01-31 | Simplify `slider` example | 1 | -23/+18 | ||
2024-01-31 | Enhance `Slider` and `VerticalSlider` functionality | 1 | -7/+26 | ||
* Add optional default behavior * Add a `default` field * Add a `default()` method to set the `default` field * A double-click, ctrl-click or command-click will set the slider to the default value * Add optional fine-grained control * Add an optional `step_fine` field * Add a `step_fine()` method to set the `step_fine` field * Use `step_fine` in place of `step` while shift is pressed * Add increment/decrement via up/down keys * Update `Slider` and `VerticalSlider` examples | |||||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -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. | |||||
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | 1 | -2/+2 | ||
2022-12-13 | updated README for slider example | 1 | -2/+2 | ||
2022-12-13 | Split vertical orientation into VerticalSlider | 1 | -13/+7 | ||
2022-12-12 | Vertical orientation added to Slider. | 4 | -0/+92 | ||