Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -0/+2 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -10/+1 | |
| | |||||
* | Fix unused variables in `Widget::draw` for `Space` | 2021-10-28 | 1 | -3/+3 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -5/+5 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -12/+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 | ||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -0/+1 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | |
| | |||||
* | Introduce `Widget::overlay` :tada: | 2020-07-08 | 1 | -1/+1 | |
| | |||||
* | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 1 | -0/+1 | |
| | |||||
* | refactor: remove not mandatory static lifetime | 2020-03-30 | 1 | -1/+1 | |
| | |||||
* | Fix `Widget::draw` for `Space` widget | 2019-12-31 | 1 | -0/+1 | |
| | |||||
* | Rename `Empty` widget to `Space` | 2019-12-30 | 1 | -0/+104 | |