Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -152/+0 | ||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Scrollable` | 1 | -6/+6 | ||
2021-10-18 | Draw scrollbar in `Widget::draw` for `Scrollable` | 1 | -4/+7 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -4/+4 | ||
2021-06-01 | Replace ignored doc-tests with additional documentation for `Padding` | 1 | -5/+0 | ||
2021-06-01 | Add support for asymmetrical padding | 1 | -4/+11 | ||
2021-02-16 | Allow dead code explicitly in `iced_web` | 1 | -0/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -23/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-03-06 | Remove counterintuitive constant functions | 1 | -2/+2 | ||
2020-02-06 | Expose styling types for `scrollable` in `iced_web` | 1 | -2/+14 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -4/+4 | ||
2020-01-13 | Remove `Message: Clone` bound in some web widgets | 1 | -1/+1 | ||
2019-11-29 | Make many functions `const` | 1 | -2/+2 | ||
The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`. | |||||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -0/+157 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation |