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