summaryrefslogtreecommitdiffstats
path: root/style (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-272-38/+32
|
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-262-62/+131
| | | | We will have more control over color calculations for each semantic purpose this way.
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-263-46/+46
|
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-263-7/+10
|
* Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez2022-05-262-18/+16
|
* Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-262-16/+34
|
* Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-263-61/+61
|
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-1/+13
| | | | ... and remove `Application::background_color`
* Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez2022-05-213-8/+280
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-143-37/+57
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-2/+2
|
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-202-2/+4
| | | | Instead, always use a `StyleSheet`.
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-032-2/+2
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Add checkbox text_color stylingLibravatar Daniel May2021-11-141-0/+2
|
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-0212-12/+12
|
* Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez2021-11-021-1/+0
| | | | This keeps the order of the arguments consistent with `draw`.
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Reintroduce `Box` for `style_sheet` in `TextInput`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Reintroduce `Box` for `style_sheet` in `Slider`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Introduce state lifetime for `style_sheet` in `Rule`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Introduce state lifetime for `style_sheet` in `ProgressBar`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Introduce state lifetime for `style_sheet` in `PickList`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Reintroduce `Box` for `style_sheet` in `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Reintroduce `Box` for `style_sheet` in `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Reintroduce `Box` for `style_sheet` in `Button`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Implement `Widget::draw` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-251-11/+2
|
* Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-211-11/+2
|
* Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-11/+2
|
* Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez2021-10-201-11/+2
|
* Wire up styling to `Slider` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-11/+2
|
* Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
|
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
|
* tweak default rule styleLibravatar Billy Messenger2021-08-121-2/+2
|
* Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-0/+2
|
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-032-0/+58
|
* Implement `Default` for `Style` in `rule`Libravatar Héctor Ramón2021-06-011-6/+12
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-311-3/+4
|
* impl Clone and Copy for all Style types in iced_styleLibravatar Taiki Endo2021-01-294-4/+4
|
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-012-0/+52
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-261-2/+2
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-2311-47/+47
|