summaryrefslogtreecommitdiffstats
path: root/style/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-06Add ability to drag pane to the pane grid edges & optional style for dragged ...Libravatar Joao Freitas1-1/+1
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 Storm2-1/+4
2023-05-25Upgrade `palette` dependencyLibravatar Clark Moody1-10/+12
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm12-43/+43
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 Freitas2-18/+18
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 Freitas2-1/+36
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus2-0/+6
2023-04-28Do not require `Copy` for text `StyleSheet::Style`Libravatar Ian Douglas Scott1-20/+0
2023-04-13Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez2-3/+0
2023-04-12Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez2-3/+3
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énez2-6/+0
2023-04-12Introduce left and right colors for slider railsLibravatar Night_Hunter2-5/+26
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 Mishin2-0/+32
2023-04-11Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2-5/+5
2023-04-11Updated `handle_color` for focused stateLibravatar Casper Storm1-1/+1
2023-04-11feat: added handle to text_inputLibravatar Casper Storm2-0/+5
2023-03-27Fix inconsistency in default implementation of `scrollable::StyleSheet`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-27Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2-49/+46
2023-03-25renamed scrollable stylesLibravatar Giuliano Bellini s2947392-17/+17
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez3-4/+3
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm2-4/+4
2023-01-23added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947391-0/+17
2023-01-23added new style for scrollable, to be applied when mouse is over the scrollab...Libravatar Giuliano Bellini s2947391-0/+10
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 Bingus2-1/+40
2022-12-14Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2-4/+4
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énez2-28/+45
2022-12-06feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy3-0/+46
2022-12-02Fix custom style of PickListLibravatar Poly1-1/+1
2022-11-29Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2-0/+4
2022-11-29Added ability to customize accessory content.Libravatar Casper Rogild Storm2-4/+0
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez18-56/+261
2022-11-09Use `derive(Default)` for `theme` typesLibravatar Héctor Ramón Jiménez1-50/+16
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez15-242/+499
2022-11-03Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez1-4/+4
2022-11-03Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-03Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez1-6/+22
2022-11-03fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber1-5/+5
2022-11-03wip: Custom palette for built in themeLibravatar Ashley Wulber2-2/+15
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott1-6/+5
2022-10-05Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX1-1/+1
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2-5/+13
2022-08-02feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2-0/+2