summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/pick_list.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-9/+0
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
* Wire up style to `PickList` and `overlay::Menu`Libravatar Héctor Ramón Jiménez2021-10-281-17/+0
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-79/+2
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-8/+7
* Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`Libravatar Héctor Ramón Jiménez2021-07-221-2/+4
* Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-1/+4
* feat: add placeholders to pick_listLibravatar Jon Pacheco2021-07-221-1/+2
* Use `Padding::horizontal` and `Padding::vertical` helpersLibravatar Héctor Ramón2021-06-011-2/+1
* Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-011-5/+7
* Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-101-0/+97