Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix further `clippy` lints | 2022-07-09 | 1 | -4/+4 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Fix inconsistent styling for `Radio` and `Checkbox` | 2022-07-08 | 1 | -2/+11 | |
| | |||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -6/+20 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -0/+35 | |
| | |||||
* | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 1 | -1/+57 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -1/+45 | |
| | |||||
* | Implement theme styling for `Scrollable` | 2022-06-07 | 1 | -0/+43 | |
| | |||||
* | Implement theme styling for `TextInput` | 2022-06-07 | 1 | -13/+72 | |
| | |||||
* | Implement theme styling for `Checkbox` | 2022-06-04 | 1 | -0/+104 | |
| | |||||
* | Expose `palette` module in `theme` | 2022-06-04 | 1 | -2/+2 | |
| | |||||
* | Implement theme styling for `ProgressBar` | 2022-06-01 | 1 | -0/+39 | |
| | |||||
* | Introduce `Custom` style variant for `Rule` | 2022-06-01 | 1 | -7/+22 | |
| | |||||
* | Implement theme styling for `Rule` | 2022-06-01 | 1 | -0/+19 | |
| | |||||
* | Implement theme styling for `PaneGrid` | 2022-06-01 | 1 | -0/+26 | |
| | |||||
* | Implement theme styling for `Toggler` | 2022-06-01 | 1 | -0/+60 | |
| | | | | ... and wire up theming to the `styling` example. | ||||
* | Implement theme styling for `Radio` | 2022-05-27 | 1 | -0/+28 | |
| | |||||
* | Introduce specific types for each `palette::Extended` field | 2022-05-26 | 1 | -32/+22 | |
| | | | | We will have more control over color calculations for each semantic purpose this way. | ||||
* | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 1 | -28/+28 | |
| | |||||
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -7/+2 | |
| | |||||
* | Tweak styling of `Slider` and improve contrast of `Background` | 2022-05-26 | 1 | -5/+5 | |
| | |||||
* | Let a `Theme` control the `text_color` of an application | 2022-05-26 | 1 | -1/+9 | |
| | |||||
* | Implement theme styling for `Slider` | 2022-05-26 | 1 | -0/+54 | |
| | |||||
* | Let a `Theme` control the background color of an application | 2022-05-25 | 1 | -1/+13 | |
| | | | | ... and remove `Application::background_color` | ||||
* | Implement basic theming `Palette` | 2022-05-21 | 1 | -8/+71 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+45 | |
RFC: https://github.com/iced-rs/rfcs/pull/6 |