summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/row.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-5/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-45/+1
|
* Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez2020-10-281-3/+9
| | | | | This should eventually allow us to only generate primitives that are visible.
* Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-281-0/+1
|
* Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez2020-05-191-0/+42