summaryrefslogtreecommitdiffstats
path: root/web/src/widget/row.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-061-8/+8
|
* Make many functions `const`Libravatar Nikolai Vazquez2019-11-291-8/+8
| | | | | | | | 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-3/+27
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-1/+1
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-2/+106
| | | | Also made fields private and improved `Renderer` traits.
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-211-0/+1
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-23/+1
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-1/+4
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-2/+20
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+36