summaryrefslogtreecommitdiffstats
path: root/style/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm2-4/+4
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-0/+9
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2-1/+40
2022-12-14Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2-4/+4
2022-12-06Fix casing in `theme`Libravatar Héctor Ramón Jiménez1-1/+1
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2-28/+45
2022-12-06feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy3-0/+46
2022-12-02Fix custom style of PickListLibravatar Poly1-1/+1
2022-11-29Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2-0/+4
2022-11-29Added ability to customize accessory content.Libravatar Casper Rogild Storm2-4/+0
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez18-56/+261
2022-11-09Use `derive(Default)` for `theme` typesLibravatar Héctor Ramón Jiménez1-50/+16
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez15-242/+499
2022-11-03Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez1-4/+4
2022-11-03Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-03Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez1-6/+22
2022-11-03fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber1-5/+5
2022-11-03wip: Custom palette for built in themeLibravatar Ashley Wulber2-2/+15
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott1-6/+5
2022-10-05Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX1-1/+1
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2-5/+13
2022-08-02feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2-0/+2
2022-07-10Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez1-5/+5
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez3-11/+15
2022-07-08Fix inconsistent styling for `Radio` and `Checkbox`Libravatar Héctor Ramón Jiménez1-2/+11
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2-8/+28
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez3-0/+54
2022-06-07Remove unused code warningsLibravatar Héctor Ramón Jiménez1-14/+0
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez3-67/+73
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2-34/+51
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2-45/+49
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez3-80/+83
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2-39/+108
2022-06-04Expose `palette` module in `theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-06-01Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2-29/+43
2022-06-01Introduce `Custom` style variant for `Rule`Libravatar Héctor Ramón Jiménez1-7/+22
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2-53/+40
2022-06-01Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2-29/+30
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2-41/+64
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2-38/+32
2022-05-26Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2-62/+131
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez3-46/+46
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez3-7/+10
2022-05-26Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez2-18/+16
2022-05-26Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2-16/+34
2022-05-26Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez3-61/+61
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-1/+13
2022-05-21Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez2-8/+273
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez3-37/+57
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2-2/+4