summaryrefslogtreecommitdiffstats
path: root/native/src/widget/space.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-0/+2
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+1
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-231-10/+1
|
* Fix unused variables in `Widget::draw` for `Space`Libravatar Héctor Ramón Jiménez2021-10-281-3/+3
|
* Move `Defaults` from `iced_graphics` to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-5/+5
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-12/+3
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-10/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez2020-10-281-0/+1
| | | | | This should eventually allow us to only generate primitives that are visible.
* Remove unnecessary lifetime in `Widget` traitLibravatar Héctor Ramón Jiménez2020-07-101-1/+1
|
* Introduce `Widget::overlay` :tada:Libravatar Héctor Ramón Jiménez2020-07-081-1/+1
|
* Hash type ids in `Widget::hash_layout` implsLibravatar Héctor Ramón Jiménez2020-03-301-0/+1
|
* refactor: remove not mandatory static lifetimeLibravatar Théo Gaillard2020-03-301-1/+1
|
* Fix `Widget::draw` for `Space` widgetLibravatar Héctor Ramón Jiménez2019-12-311-0/+1
|
* Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-301-0/+104