summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/container.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-11/+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
|
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-9/+1
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-60/+1
|
* 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