summaryrefslogtreecommitdiffstats
path: root/style (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-2/+2
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 Scott2-8/+7
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énez3-8/+280
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez3-37/+57
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-2/+2
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2-2/+4
2022-01-03Change GitHub namespace to new org for all filesLibravatar LordRatte2-2/+2
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
2021-11-14Add checkbox text_color stylingLibravatar Daniel May1-0/+2
2021-11-02Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez12-12/+12
2021-11-02Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez1-1/+0
2021-10-31Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez1-2/+2