summaryrefslogtreecommitdiffstats
path: root/src/native.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `Svg` documentationLibravatar Héctor Ramón Jiménez2019-12-151-4/+4
|
* Renamed `Icon` widget to `Svg` and gave it separate width and height.Libravatar Malte Veerman2019-12-121-4/+4
| | | | The aspect ratio is now preserved like in the `Image` widget.
* Ran cargo_fmt over changed files.Libravatar Malte Veerman2019-12-111-2/+2
|
* Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-111-1/+6
|
* Implement `image` viewer exampleLibravatar Héctor Ramón Jiménez2019-11-301-2/+7
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-0/+62
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-0/+51
Also made fields private and improved `Renderer` traits.