Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -217/+0 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -17/+9 | ||
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -2/+11 | ||
2021-09-20 | Add Align::Fill variant | 1 | -0/+1 | ||
2021-06-03 | Add `Toggler` widget to `iced_web` | 1 | -0/+44 | ||
2021-06-01 | Add support for asymmetrical padding | 1 | -12/+11 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -24/+5 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-02-06 | Add additional helpers to `css` module in `iced_web` | 1 | -2/+31 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -25/+25 | ||
2019-12-30 | Add `Length::FillPortion` variant | 1 | -1/+1 | ||
It allows to specify the amount of available space an element should take relative to other elements. | |||||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -0/+162 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation |