| Commit message (Expand) | Author | Files | Lines |
2024-03-07 | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 1 | -221/+0 |
2024-03-06 | Simplify theming for `Application` | Héctor Ramón Jiménez | 1 | -45/+0 |
2024-03-06 | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 1 | -3/+0 |
2024-03-06 | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | Héctor Ramón Jiménez | 1 | -108/+0 |
2024-03-06 | Simplify theming for `PaneGrid` widget | Héctor Ramón Jiménez | 1 | -65/+1 |
2024-03-06 | Simplify theming for `TextEditor` widget | Héctor Ramón Jiménez | 1 | -121/+0 |
2024-03-06 | Simplify theming for `Svg` widget | Héctor Ramón Jiménez | 1 | -47/+0 |
2024-03-06 | Simplify theming for `Toggler` widget | Héctor Ramón Jiménez | 1 | -70/+0 |
2024-03-05 | Simplify theming for `Rule` widget | Héctor Ramón Jiménez | 1 | -43/+0 |
2024-03-05 | Simplify theming for `ProgressBar` widget | Héctor Ramón Jiménez | 1 | -56/+0 |
2024-03-05 | Simplify theming for `Radio` widget | Héctor Ramón Jiménez | 1 | -56/+0 |
2024-03-05 | Move style types of `slider` to `iced_widget` | Héctor Ramón Jiménez | 1 | -38/+0 |
2024-03-05 | Simplify theming for `QRCode` widget | Héctor Ramón Jiménez | 1 | -41/+0 |
2024-03-05 | Simplify theming for `TextInput` widget | Héctor Ramón Jiménez | 1 | -125/+0 |
2024-03-05 | Simplify theming for `Scrollable` widget | Héctor Ramón Jiménez | 1 | -87/+0 |
2024-03-05 | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 1 | -54/+1 |
2024-03-05 | Simplify theming for `Checkbox` widget | Héctor Ramón Jiménez | 1 | -151/+0 |
2024-03-04 | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 1 | -122/+1 |
2024-03-04 | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 1 | -26/+1 |
2024-03-04 | Try new approach to theming for `Slider` | Héctor Ramón Jiménez | 1 | -78/+30 |
2024-02-12 | Simplify `scrollable` styling API | Héctor Ramón Jiménez | 1 | -56/+21 |
2024-02-12 | Introduce an appearance for a scrollable, ability to customize the scrollbar ... | dtzxporter | 1 | -0/+14 |
2024-02-11 | Add Kanagawa, Moonfly, Nightfly, Oxocarbon themes | Var Bhat | 1 | -0/+36 |
2024-02-11 | add tokyo night themes and palettes | Var Bhat | 1 | -0/+18 |
2024-02-11 | add catppuccin themes | Var Bhat | 1 | -0/+26 |
2024-02-10 | Use custom `Application::style` to enable transparency | Héctor Ramón Jiménez | 1 | -8/+9 |
2024-02-09 | Styling for QR Code using theme framework | Clark Moody | 1 | -0/+41 |
2024-02-07 | add border widths to toggler stylesheet | Giuliano Bellini s294739 | 1 | -2/+4 |
2024-02-03 | Capitalize theme names in docs of `Theme` | Héctor Ramón Jiménez | 1 | -6/+6 |
2024-02-03 | Use `Theme::ALL` for theme selector in `styling` example | Héctor Ramón Jiménez | 1 | -3/+13 |
2024-02-03 | Add Dracula, Nord, Solarized and Grubvox variants to `Theme` | Var Bhat | 1 | -0/+30 |
2024-02-01 | Use strong background for `Secondary` checkbox accent | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-02-01 | Introduce support for disabling a `checkbox` | Alexander van Saase | 1 | -2/+38 |
2024-01-20 | Add `Shadow` to `container::Appearance` | Héctor Ramón Jiménez | 1 | -1/+2 |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 1 | -56/+72 |
2024-01-10 | Add `Theme` selector to `layout` example | Héctor Ramón Jiménez | 1 | -6/+30 |
2024-01-10 | Add basic controls to `layout` example | Héctor Ramón Jiménez | 1 | -0/+6 |
2023-12-12 | added svg hover, for styles impl | hicaru | 1 | -0/+8 |
2023-11-14 | Remove unnecessary `self` in `iced_style::theme` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | Bingus | 1 | -1/+1 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-09-12 | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 1 | -0/+113 |
2023-09-03 | Introduce `theme::Custom::with_fn` to generate completely custom themes | Héctor Ramón Jiménez | 1 | -5/+22 |
2023-06-01 | Change default styling of `Slider` to leverage rounded borders | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-06-01 | Add border_radius to slider rail | Casper Storm | 1 | -1/+2 |
2023-05-23 | Extend border radius on relevant widgets | Casper Storm | 1 | -18/+18 |
2023-05-21 | Support conversion from Fn trait to custom theme | Marien Zwart | 1 | -12/+16 |
2023-05-19 | Change name of hovered region style struct, reorder lines & export Appearance | Joao Freitas | 1 | -2/+2 |
2023-05-19 | Implement `custom` helper for `theme::Button` | Héctor Ramón Jiménez | 1 | -0/+9 |
2023-05-19 | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 1 | -3/+3 |