summaryrefslogtreecommitdiffstats
path: root/style/src/pick_list.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `PickList`, `ComboBox`, and `Menu` widgetsLibravatar Héctor Ramón Jiménez2024-03-061-29/+0
|
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-7/+3
|
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-2/+2
|
* Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-141-2/+2
| | | | ... and rename `Default` variant to `Arrow`.
* Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2022-11-291-0/+2
|
* Added ability to customize accessory content.Libravatar Casper Rogild Storm2022-11-291-2/+0
|
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-0/+11
|
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-11/+4
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-54/+11
|
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
|
* Introduce state lifetime for `style_sheet` in `PickList`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-0/+2
|
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-4/+4
|
* Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-101-0/+70