summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-07add border widths to toggler stylesheetLibravatar Giuliano Bellini s2947391-2/+4
2024-02-03Capitalize theme names in docs of `Theme`Libravatar Héctor Ramón Jiménez1-6/+6
2024-02-03Use `Theme::ALL` for theme selector in `styling` exampleLibravatar Héctor Ramón Jiménez1-3/+13
2024-02-03Add Dracula, Nord, Solarized and Grubvox variants to `Theme`Libravatar Var Bhat1-0/+30
2024-02-01Use strong background for `Secondary` checkbox accentLibravatar Héctor Ramón Jiménez1-2/+2
2024-02-01Introduce support for disabling a `checkbox`Libravatar Alexander van Saase1-2/+38
2024-01-20Add `Shadow` to `container::Appearance`Libravatar Héctor Ramón Jiménez1-1/+2
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-56/+72
2024-01-10Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez1-6/+30
2024-01-10Add basic controls to `layout` exampleLibravatar Héctor Ramón Jiménez1-0/+6
2023-12-12added svg hover, for styles implLibravatar hicaru1-0/+8
2023-11-14Remove unnecessary `self` in `iced_style::theme`Libravatar Héctor Ramón Jiménez1-1/+1
2023-11-14Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus1-1/+1
2023-09-20Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez1-3/+3
2023-09-12Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez1-0/+113
2023-09-03Introduce `theme::Custom::with_fn` to generate completely custom themesLibravatar Héctor Ramón Jiménez1-5/+22
2023-06-01Change default styling of `Slider` to leverage rounded bordersLibravatar Héctor Ramón Jiménez1-2/+2
2023-06-01Add border_radius to slider railLibravatar Casper Storm1-1/+2
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-18/+18
2023-05-21Support conversion from Fn trait to custom themeLibravatar Marien Zwart1-12/+16
2023-05-19Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas1-2/+2
2023-05-19Implement `custom` helper for `theme::Button`Libravatar Héctor Ramón Jiménez1-0/+9
2023-05-19Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez1-3/+3
2023-05-16Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas1-0/+19
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus1-0/+3
2023-04-13Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez1-1/+0
2023-04-12Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-12Use a `border_radius` of `2.0` for slider rails in built-in themeLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-12Remove `border_width` support in `slider::Rail`Libravatar Héctor Ramón Jiménez1-2/+0
2023-04-12Introduce left and right colors for slider railsLibravatar Night_Hunter1-4/+10
2023-04-12Fine-tune built-in styling of disabled `TextInput`Libravatar Héctor Ramón Jiménez1-7/+5
2023-04-12Introduce disabled state for `TextInput`Libravatar Dan Mishin1-0/+26
2023-04-11Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm1-3/+3
2023-04-11Updated `handle_color` for focused stateLibravatar Casper Storm1-1/+1
2023-04-11feat: added handle to text_inputLibravatar Casper Storm1-0/+3
2023-03-27Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez1-32/+31
2023-03-25renamed scrollable stylesLibravatar Giuliano Bellini s2947391-10/+10
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm1-2/+2
2023-01-23added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947391-0/+17
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-0/+9
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-0/+24
2022-12-14Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez1-2/+2
2022-12-06Fix casing in `theme`Libravatar Héctor Ramón Jiménez1-1/+1
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez1-23/+38
2022-12-06feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy1-0/+24
2022-12-02Fix custom style of PickListLibravatar Poly1-1/+1
2022-11-29Added accessory_content_color to appreance.Libravatar Casper Rogild Storm1-0/+2
2022-11-29Added ability to customize accessory content.Libravatar Casper Rogild Storm1-2/+0
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-42/+67