summaryrefslogtreecommitdiffstats
path: root/examples/slider (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify `slider` exampleLibravatar Héctor Ramón Jiménez2024-01-311-23/+18
|
* Enhance `Slider` and `VerticalSlider` functionalityLibravatar Jonatan Pettersson2024-01-311-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
* 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 `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-2/+2
|
* updated README for slider exampleLibravatar Casper Storm2022-12-131-2/+2
|
* Split vertical orientation into VerticalSliderLibravatar Casper Storm2022-12-131-13/+7
|
* Vertical orientation added to Slider.Libravatar Casper Storm2022-12-124-0/+92