Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -153/+0 | ||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Container` | 1 | -3/+3 | ||
2021-10-18 | Wire up `container` styling to `iced_native` | 1 | -3/+3 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -9/+12 | ||
2021-06-01 | Replace ignored doc-tests with additional documentation for `Padding` | 1 | -5/+0 | ||
2021-06-01 | Add support for asymmetrical padding | 1 | -11/+14 | ||
2021-02-16 | Allow dead code explicitly in `iced_web` | 1 | -0/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -18/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-03-31 | Implement `padding` support for `Container` | 1 | -1/+14 | ||
2020-02-06 | Implement `Container` styling in `iced_web` | 1 | -14/+15 | ||
2020-02-06 | Expose styling types for `container` in `iced_web` | 1 | -0/+12 | ||
2020-02-06 | Expose missing widget modules in `iced_web` | 1 | -0/+1 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -7/+7 | ||
2019-12-18 | Fix unnecessary bound in web. | 1 | -1/+1 | ||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -0/+142 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation |