summaryrefslogtreecommitdiffstats
path: root/src/winit.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-13/+0
| | | | Also made fields private and improved `Renderer` traits.
* Support async actions in `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-171-2/+2
|
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-1/+2
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-2/+2
| | | | Remove `align_self` and `justify_content` methods
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-2/+3
| | | | Also started a `todos` example to showcase it!
* Draft `Scrollable` widget (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-251-2/+2
|
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-231-0/+11