Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -0/+2 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -1/+1 | |
| | |||||
* | Implement theme styling for `Rule` | 2022-06-01 | 1 | -13/+24 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Implement `pure` version of `Rule` widget | 2022-03-10 | 1 | -6/+6 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -13/+1 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -9/+10 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `Rule` | 2021-10-31 | 1 | -7/+7 | |
| | |||||
* | Implement `Widget::draw` for `Rule` | 2021-10-28 | 1 | -24/+63 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -5/+4 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -15/+3 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -10/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Fix `Widget::draw` for `Rule` | 2020-10-28 | 1 | -0/+1 | |
| | |||||
* | widget Rule added | 2020-08-22 | 1 | -0/+125 | |