Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -152/+0 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Scrollable` | 2021-10-31 | 1 | -6/+6 | |
| | |||||
* | Draw scrollbar in `Widget::draw` for `Scrollable` | 2021-10-18 | 1 | -4/+7 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -4/+4 | |
| | |||||
* | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -5/+0 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -4/+11 | |
| | |||||
* | Allow dead code explicitly in `iced_web` | 2021-02-16 | 1 | -0/+1 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -23/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Expose styling types for `scrollable` in `iced_web` | 2020-02-06 | 1 | -2/+14 | |
| | |||||
* | Rename module `style` to `css` in `iced_web` | 2020-02-05 | 1 | -4/+4 | |
| | |||||
* | Remove `Message: Clone` bound in some web widgets | 2020-01-13 | 1 | -1/+1 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -0/+157 | |
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation |