Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: allow specification of `border_radius` for `pick_list::Menu` | 2022-08-02 | 2 | -0/+2 | |
| | |||||
* | Add and purify `arc` example by @ThatsNoMoon | 2022-07-10 | 1 | -5/+5 | |
| | |||||
* | Fix further `clippy` lints | 2022-07-09 | 3 | -11/+15 | |
| | | | | ... 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 | 2 | -8/+28 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 3 | -0/+54 | |
| | |||||
* | Remove unused code warnings | 2022-06-07 | 1 | -14/+0 | |
| | |||||
* | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 3 | -67/+73 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 2 | -34/+51 | |
| | |||||
* | Implement theme styling for `Scrollable` | 2022-06-07 | 2 | -45/+49 | |
| | |||||
* | Implement theme styling for `TextInput` | 2022-06-07 | 3 | -80/+83 | |
| | |||||
* | Implement theme styling for `Checkbox` | 2022-06-04 | 2 | -39/+108 | |
| | |||||
* | Expose `palette` module in `theme` | 2022-06-04 | 1 | -2/+2 | |
| | |||||
* | Implement theme styling for `ProgressBar` | 2022-06-01 | 2 | -29/+43 | |
| | |||||
* | Introduce `Custom` style variant for `Rule` | 2022-06-01 | 1 | -7/+22 | |
| | |||||
* | Implement theme styling for `Rule` | 2022-06-01 | 2 | -53/+40 | |
| | |||||
* | Implement theme styling for `PaneGrid` | 2022-06-01 | 2 | -29/+30 | |
| | |||||
* | Implement theme styling for `Toggler` | 2022-06-01 | 2 | -41/+64 | |
| | | | | ... and wire up theming to the `styling` example. | ||||
* | Implement theme styling for `Radio` | 2022-05-27 | 2 | -38/+32 | |
| | |||||
* | Introduce specific types for each `palette::Extended` field | 2022-05-26 | 2 | -62/+131 | |
| | | | | 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 | 3 | -46/+46 | |
| | |||||
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 3 | -7/+10 | |
| | |||||
* | Tweak styling of `Slider` and improve contrast of `Background` | 2022-05-26 | 2 | -18/+16 | |
| | |||||
* | Let a `Theme` control the `text_color` of an application | 2022-05-26 | 2 | -16/+34 | |
| | |||||
* | Implement theme styling for `Slider` | 2022-05-26 | 3 | -61/+61 | |
| | |||||
* | 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 | 3 | -8/+280 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 3 | -37/+57 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Bump versions :tada: | 2022-05-02 | 1 | -2/+2 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | 2022-01-20 | 2 | -2/+4 | |
| | | | | Instead, always use a `StyleSheet`. | ||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 2 | -2/+2 | |
| | |||||
* | Use commit hash in `html_logo_url` | 2021-12-09 | 1 | -1/+1 | |
| | |||||
* | Added icon in docs | 2021-12-09 | 1 | -0/+3 | |
| | |||||
* | Add checkbox text_color styling | 2021-11-14 | 1 | -0/+2 | |
| | |||||
* | Introduce generic lifetime to `Default` implementation for style sheets | 2021-11-02 | 12 | -12/+12 | |
| | |||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -1/+0 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Introduce state lifetime for `style_sheet` in `Toggler` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `TextInput` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Slider` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Scrollable` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `Rule` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Radio` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `ProgressBar` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `PickList` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `PaneGrid` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Checkbox` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Button` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Implement `Widget::draw` for `PaneGrid` | 2021-10-25 | 1 | -11/+2 | |
| |