Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |