summaryrefslogtreecommitdiffstats
path: root/style (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-10-31Reintroduce `Box` for `style_sheet` in `TextInput`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Reintroduce `Box` for `style_sheet` in `Slider`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Introduce state lifetime for `style_sheet` in `Rule`Libravatar Héctor Ramón Jiménez1-2/+2
2021-10-31Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Introduce state lifetime for `style_sheet` in `ProgressBar`Libravatar Héctor Ramón Jiménez1-2/+2
2021-10-31Introduce state lifetime for `style_sheet` in `PickList`Libravatar Héctor Ramón Jiménez1-2/+2
2021-10-31Reintroduce `Box` for `style_sheet` in `PaneGrid`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Reintroduce `Box` for `style_sheet` in `Checkbox`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-31Reintroduce `Box` for `style_sheet` in `Button`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-25Implement `Widget::draw` for `PaneGrid`Libravatar Héctor Ramón Jiménez1-11/+2
2021-10-21Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez1-11/+2
2021-10-20Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez1-11/+2
2021-10-20Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez1-11/+2