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