Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -68/+0 | ||
2021-06-03 | Add `Toggler` widget to `iced_web` | 1 | -0/+3 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -6/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-02-06 | Implement `ProgressBar` widget in `iced_web` | 1 | -0/+2 | ||
2020-02-06 | Expose missing widget modules in `iced_web` | 1 | -3/+3 | ||
2020-02-05 | Add `Handle` and `Data` to `image` in `iced_web` | 1 | -1/+1 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -2/+2 | ||
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -2/+2 | ||
2019-12-30 | Implement `Empty` widget | 1 | -0/+2 | ||
It can be useful if you want to fill some space with nothing. | |||||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -3/+10 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | |||||
2019-11-22 | Write docs for `iced_web` | 1 | -1/+26 | ||
2019-09-24 | Improve documentation | 1 | -2/+8 | ||
2019-09-15 | Draft nodes for missing widgets | 1 | -5/+1 | ||
2019-09-15 | Draft widget nodes and wire interaction | 1 | -1/+14 | ||
2019-09-14 | Draft web runtime and widgets | 1 | -0/+20 | ||