summaryrefslogtreecommitdiffstats
path: root/web/src/widget/slider.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-061-1/+1
|
* Make many functions `const`Libravatar Nikolai Vazquez2019-11-291-1/+1
| | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
* 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