summaryrefslogtreecommitdiffstats
path: root/web/src/widget/image.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-301-1/+1
| | | | | It allows to specify the amount of available space an element should take relative to other elements.
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-1/+2
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-1/+49
| | | | Also made fields private and improved `Renderer` traits.
* Remove generic handle in `Image`Libravatar Héctor Ramón Jiménez2019-10-221-5/+5
| | | | For now, we will simply assume images will be loaded from a given path.
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-211-0/+2
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-6/+14
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-2/+23
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+11