summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/button.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez1-12/+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-2/+2
2021-10-18Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez1-13/+2
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-90/+2
2021-06-01Add support for asymmetrical paddingLibravatar Ben LeFevre1-2/+2
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-3/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-2/+2
2020-10-28Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez1-0/+1
This should eventually allow us to only generate primitives that are visible.
2020-06-27Show idle cursor when hovering a disabled `Button`Libravatar Héctor Ramón Jiménez1-1/+1
2020-05-19Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez1-1/+98
2020-05-19Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez1-1/+2
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-0/+0
2020-01-01Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez1-76/+1
2019-12-30Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez1-26/+19
2019-12-29Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez1-0/+97