summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to change checkbox iconLibravatar Casper Storm2023-02-161-2/+2
* Merge pull request #1550 from bungoboingo/feat/multidirectional-scrollingLibravatar Héctor Ramón2023-01-091-0/+33
|\
| * Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-291-0/+9
| * Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-0/+24
* | Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-021-2/+2
|\ \ | |/ |/|
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-141-2/+2
| * 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
* | Fix casing in `theme`Libravatar Héctor Ramón Jiménez2022-12-061-1/+1
* | Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-23/+38
* | feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-061-0/+24
* | Fix custom style of PickListLibravatar Poly2022-12-021-1/+1
|/
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-42/+67
* Use `derive(Default)` for `theme` typesLibravatar Héctor Ramón Jiménez2022-11-091-50/+16
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-189/+453
* Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-4/+4
* Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-2/+2
* Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez2022-11-031-6/+22
* fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber2022-11-031-5/+5
* wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-031-1/+8
* Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2022-10-051-3/+11
* feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2022-08-021-0/+1
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-4/+4
* Fix inconsistent styling for `Radio` and `Checkbox`Libravatar Héctor Ramón Jiménez2022-07-081-2/+11
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-6/+20
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-291-0/+35
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-1/+57
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-1/+45
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-0/+43
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-13/+72
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-0/+104
* Expose `palette` module in `theme`Libravatar Héctor Ramón Jiménez2022-06-041-2/+2
* Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-011-0/+39
* Introduce `Custom` style variant for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-7/+22
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-0/+19
* Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2022-06-011-0/+26
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-0/+60
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-0/+28
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-261-32/+22
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-261-28/+28
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-7/+2
* Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez2022-05-261-5/+5
* Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-261-1/+9
* Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-261-0/+54
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-1/+13
* Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez2022-05-211-8/+71
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+45