summaryrefslogtreecommitdiffstats
path: root/style (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-13Bump versions :tada:Libravatar Héctor Ramón Jiménez1-2/+2
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-18Bump versions :tada:Libravatar Héctor Ramón Jiménez1-2/+2
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
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez1-2/+2
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-07Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
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-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-2/+2
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 Scott2-8/+7
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
2022-07-10Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez1-5/+5
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez3-11/+15
2022-07-08Fix inconsistent styling for `Radio` and `Checkbox`Libravatar Héctor Ramón Jiménez1-2/+11
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2-8/+28
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez3-0/+54
2022-06-07Remove unused code warningsLibravatar Héctor Ramón Jiménez1-14/+0
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez3-67/+73