summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/button.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-12/+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-2/+2
|
* Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-13/+2
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-90/+2
|
* Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-011-2/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-3/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-2/+2
|
* Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez2020-10-281-0/+1
| | | | | This should eventually allow us to only generate primitives that are visible.
* Show idle cursor when hovering a disabled `Button`Libravatar Héctor Ramón Jiménez2020-06-271-1/+1
|
* Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez2020-05-191-1/+98
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+16