summaryrefslogtreecommitdiffstats
path: root/web/src/widget/slider.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `Slider` docs in `iced_web`Libravatar Héctor Ramón Jiménez2020-06-131-1/+2
|
* Make `Slider` value generic in `iced_web`Libravatar Héctor Ramón Jiménez2020-06-131-21/+40
|
* Add `step` member to slider widgetsLibravatar Sebastian Zivota2020-06-111-2/+14
| | | | | | Both the native and the web slider now have a member `step` to control the least possible change of the slider's value. It defaults to 1.0 for all sliders and can be adjusted with the step method.
* Expose styling types for `slider` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-1/+13
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-2/+2
|
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-3/+2
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-131-2/+2
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-23/+23
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-0/+36
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-2/+57
| | | | Also made fields private and improved `Renderer` traits.
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-211-3/+2
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-2/+2
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-4/+51
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+16