summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/container.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-1/+1
|
* Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez2020-10-281-2/+8
| | | | | This should eventually allow us to only generate primitives that are visible.
* Fix border rendering of transparent `Container`Libravatar Héctor Ramón Jiménez2020-07-181-12/+12
| | | | Fixes #452
* Draft draggable and graphics logic for `TitleBar`Libravatar Héctor Ramón Jiménez2020-06-051-12/+21
|
* Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez2020-05-191-1/+53
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+11