Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `mouse_interaction` and `on_event` for `Scrollable` | 2024-03-08 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #2312 from iced-rs/theming-reloaded | 2024-03-08 | 97 | -6632/+5710 | |
|\ | | | | | Theming reloaded | ||||
| * | Clarify docs of `Text::color_maybe` | 2024-03-08 | 1 | -1/+1 | |
| | | |||||
| * | Rename `transparentize` to `scale_alpha` | 2024-03-08 | 4 | -18/+24 | |
| | | |||||
| * | Inline helper functions in `widget` modules | 2024-03-08 | 4 | -669/+553 | |
| | | |||||
| * | Use `Theme::TokyoNight` for `clock` example | 2024-03-08 | 1 | -5/+11 | |
| | | |||||
| * | Use `button::danger` in `bezier_tool` example | 2024-03-08 | 1 | -1/+3 | |
| | | |||||
| * | Use generated palette as `Theme` in `color_palette` example | 2024-03-08 | 1 | -5/+22 | |
| | | |||||
| * | Make default height of `Slider` consistent with `Checkbox` | 2024-03-08 | 2 | -2/+2 | |
| | | |||||
| * | Group preset list and clear button in `game_of_life` example | 2024-03-08 | 1 | -11/+8 | |
| | | |||||
| * | Fix handle of `PickList` being rendered too much to the left | 2024-03-08 | 1 | -1/+1 | |
| | | |||||
| * | Make `PickList` padding consistent with `Button` | 2024-03-08 | 2 | -13/+10 | |
| | | |||||
| * | Make `Checkbox`, `Radio`, and `Toggler` default sizes consistent | 2024-03-08 | 3 | -5/+5 | |
| | | |||||
| * | Improve default padding of `Button` widget | 2024-03-08 | 1 | -1/+9 | |
| | | |||||
| * | Reduce default `Rail::width` of `Slider` widget | 2024-03-08 | 1 | -2/+2 | |
| | | |||||
| * | Remove obsolete `shadow_offset` field from `button::Appearance` | 2024-03-07 | 1 | -3/+0 | |
| | | |||||
| * | Fix consistency of `with_background` for `button::Appearance` | 2024-03-07 | 1 | -5/+5 | |
| | | |||||
| * | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 12 | -35/+71 | |
| | | |||||
| * | Implement `button::DefaultStyle` for `Color` | 2024-03-07 | 1 | -0/+6 | |
| | | |||||
| * | Implement `with_background` for `button::Appearance` | 2024-03-07 | 1 | -0/+10 | |
| | | |||||
| * | Make fields of `Style` structs public | 2024-03-07 | 2 | -4/+4 | |
| | | |||||
| * | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 30 | -405/+361 | |
| | | |||||
| * | Rename `positive` and `destructive` to `success` and `danger` in `button` | 2024-03-07 | 7 | -11/+11 | |
| | | |||||
| * | Remove `iced_style` from `document` workflow | 2024-03-07 | 1 | -1/+0 | |
| | | |||||
| * | Sort `iced_core` dependencies | 2024-03-07 | 1 | -2/+2 | |
| | | |||||
| * | Fix broken links in documentation | 2024-03-07 | 7 | -23/+8 | |
| | | |||||
| * | Move `Theme` type to `iced_core` | 2024-03-07 | 36 | -125/+43 | |
| | | |||||
| * | Simplify theming for `Application` | 2024-03-06 | 14 | -392/+382 | |
| | | |||||
| * | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 25 | -281/+465 | |
| | | |||||
| * | Try `Style` newtype instead of trait for `Svg` widget | 2024-03-06 | 2 | -13/+25 | |
| | | |||||
| * | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 13 | -472/+421 | |
| | | |||||
| * | Simplify theming for `PaneGrid` widget | 2024-03-06 | 4 | -655/+523 | |
| | | |||||
| * | Simplify theming for `TextEditor` widget | 2024-03-06 | 5 | -185/+105 | |
| | | |||||
| * | Simplify theming for `Svg` widget | 2024-03-06 | 6 | -102/+58 | |
| | | |||||
| * | Simplify theming for `Toggler` widget | 2024-03-06 | 5 | -127/+112 | |
| | | |||||
| * | Simplify theming for `Rule` widget | 2024-03-05 | 5 | -164/+132 | |
| | | |||||
| * | Improve default styling of `Slider` widget | 2024-03-05 | 2 | -20/+16 | |
| | | |||||
| * | Simplify theming for `ProgressBar` widget | 2024-03-05 | 6 | -106/+89 | |
| | | |||||
| * | Reduce default size of `checkbox` to `15.0` | 2024-03-05 | 3 | -5/+6 | |
| | | |||||
| * | Simplify theming for `Radio` widget | 2024-03-05 | 5 | -108/+86 | |
| | | |||||
| * | Move style types of `slider` to `iced_widget` | 2024-03-05 | 6 | -143/+136 | |
| | | |||||
| * | Simplify theming for `QRCode` widget | 2024-03-05 | 5 | -84/+48 | |
| | | |||||
| * | Simplify theming for `TextInput` widget | 2024-03-05 | 9 | -1056/+855 | |
| | | |||||
| * | Simplify theming for `Scrollable` widget | 2024-03-05 | 9 | -422/+342 | |
| | | |||||
| * | Simplify theming for `Container` widget | 2024-03-05 | 20 | -187/+276 | |
| | | |||||
| * | Simplify theming for `Checkbox` widget | 2024-03-05 | 7 | -218/+196 | |
| | | |||||
| * | Simplify theming for `Button` widget | 2024-03-04 | 16 | -401/+295 | |
| | | |||||
| * | Enhnace `Themer` to allow derivation from current `Theme` | 2024-03-04 | 2 | -66/+80 | |
| | | |||||
| * | Simplify theming for `Text` widget | 2024-03-04 | 12 | -122/+116 | |
| | | |||||
| * | Try new approach to theming for `Slider` | 2024-03-04 | 5 | -713/+532 | |
| | |