summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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
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énez1-189/+453
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 Wulber1-1/+8
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX1-3/+11
2022-08-02feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger1-0/+1
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-4/+4
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énez1-6/+20
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-0/+35
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-1/+57
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez1-1/+45
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-0/+43
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-13/+72
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-0/+104
2022-06-04Expose `palette` module in `theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-06-01Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez1-0/+39
2022-06-01Introduce `Custom` style variant for `Rule`Libravatar Héctor Ramón Jiménez1-7/+22
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-0/+19
2022-06-01Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez1-0/+26