summaryrefslogtreecommitdiffstats
path: root/style (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-1/+1
|
* 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-062-28/+45
| | | | ... and pass it directly to `Renderer::draw` instead.
* feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-063-0/+46
|
* Fix custom style of PickListLibravatar Poly2022-12-021-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-2/+2
|
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-1018-56/+261
|
* 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-0915-242/+499
|
* 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 ↵Libravatar Ashley Wulber2022-11-031-5/+5
| | | | https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
* wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-032-2/+15
|
* Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-282-8/+7
| | | | | | This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`).
* Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX2022-10-051-1/+1
|
* Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2022-10-052-5/+13
|
* feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2022-08-022-0/+2
|
* Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez2022-07-101-5/+5
|
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-093-11/+15
| | | | ... and explicitly annotate crates as well.
* 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-082-8/+28
|
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-293-0/+54
|
* Remove unused code warningsLibravatar Héctor Ramón Jiménez2022-06-071-14/+0
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-073-67/+73
|
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-072-34/+51
|
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-072-45/+49
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-073-80/+83
|
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-042-39/+108
|
* 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-012-29/+43
|
* 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-012-53/+40
|
* Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2022-06-012-29/+30
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-012-41/+64
| | | | ... and wire up theming to the `styling` example.
* 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
|