summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/container.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez1-11/+0
Instead, we can define the type aliases just once in the root crate!
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-18Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez1-9/+1
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-60/+1
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-1/+1
2020-10-28Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez1-2/+8
This should eventually allow us to only generate primitives that are visible.
2020-07-18Fix border rendering of transparent `Container`Libravatar Héctor Ramón Jiménez1-12/+12
Fixes #452
2020-06-05Draft draggable and graphics logic for `TitleBar`Libravatar Héctor Ramón Jiménez1-12/+21
2020-05-19Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez1-1/+53
2020-05-19Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez1-1/+2
2020-01-01Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez1-35/+8
2019-12-31Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez1-0/+37