summaryrefslogtreecommitdiffstats
path: root/style/src/pick_list.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06Simplify theming for `PickList`, `ComboBox`, and `Menu` widgetsLibravatar Héctor Ramón Jiménez1-29/+0
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-7/+3
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-2/+2
2022-12-14Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-29Added accessory_content_color to appreance.Libravatar Casper Rogild Storm1-0/+2
2022-11-29Added ability to customize accessory content.Libravatar Casper Rogild Storm1-2/+0
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-0/+11
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-11/+4
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-54/+11
2021-11-02Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Introduce state lifetime for `style_sheet` in `PickList`Libravatar Héctor Ramón Jiménez1-2/+2
2021-07-22Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez1-0/+2
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-4/+4
2020-07-10Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez1-1/+1
2020-07-08Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez1-15/+26
2020-01-05Implement `Default` for `container::Style`Libravatar Héctor Ramón Jiménez1-0/+12
2020-01-05Add border styling to `Container`Libravatar Héctor Ramón Jiménez1-0/+4
2020-01-01Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez1-4/+6
2020-01-01Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez1-1/+5
2019-12-31Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez1-0/+37