Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -90/+0 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -8/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -3/+3 | ||
2020-01-13 | Remove `Clone` bound for `Element::map` | 1 | -4/+4 | ||
2019-11-24 | Spawn `Command` futures in `iced_web` | 1 | -4/+4 | ||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -3/+6 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | |||||
2019-11-22 | Write docs for `iced_web` | 1 | -12/+36 | ||
2019-10-08 | Make `iced_core::Button` customizable | 1 | -0/+8 | ||
Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
2019-09-15 | Draft widget nodes and wire interaction | 1 | -5/+20 | ||
2019-09-14 | Draft web runtime and widgets | 1 | -0/+47 | ||