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