summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change default styling of `Slider` to leverage rounded bordersLibravatar Héctor Ramón Jiménez2023-06-011-2/+2
* Add border_radius to slider railLibravatar Casper Storm2023-06-011-1/+2
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-18/+18
* Support conversion from Fn trait to custom themeLibravatar Marien Zwart2023-05-211-12/+16
* Merge pull request #1856 from jhff/pane_grid_split_with_dragged_paneLibravatar Héctor Ramón2023-05-191-0/+19
|\
| * Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2023-05-191-2/+2
| * Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-161-0/+19
* | Implement `custom` helper for `theme::Button`Libravatar Héctor Ramón Jiménez2023-05-191-0/+9
* | Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez2023-05-191-3/+3
* | Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-0/+3
|/
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-20/+66
|\
| * Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-131-1/+0
| * Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez2023-04-121-1/+1
| * Use a `border_radius` of `2.0` for slider rails in built-in themeLibravatar Héctor Ramón Jiménez2023-04-121-1/+1
| * Remove `border_width` support in `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-121-2/+0
| * Introduce left and right colors for slider railsLibravatar Night_Hunter2023-04-121-4/+10
| * Fine-tune built-in styling of disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-7/+5
| * Introduce disabled state for `TextInput`Libravatar Dan Mishin2023-04-121-0/+26
| * Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2023-04-111-3/+3
| * Updated `handle_color` for focused stateLibravatar Casper Storm2023-04-111-1/+1
| * feat: added handle to text_inputLibravatar Casper Storm2023-04-111-0/+3
| * Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-271-32/+31
| * renamed scrollable stylesLibravatar Giuliano Bellini s2947392023-03-251-10/+10
| * Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-221-2/+2
| |\
| * | added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947392023-01-231-0/+17
* | | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-1/+1
| |/ |/|
* | Added the ability to change checkbox iconLibravatar Casper Storm2023-02-161-2/+2
|/
* Merge pull request #1550 from bungoboingo/feat/multidirectional-scrollingLibravatar Héctor Ramón2023-01-091-0/+33
|\
| * Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-291-0/+9
| * Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-0/+24
* | Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-021-2/+2
|\ \ | |/ |/|
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-141-2/+2
| * Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2022-11-291-0/+2
| * Added ability to customize accessory content.Libravatar Casper Rogild Storm2022-11-291-2/+0
* | Fix casing in `theme`Libravatar Héctor Ramón Jiménez2022-12-061-1/+1
* | Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-23/+38
* | feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-061-0/+24
* | Fix custom style of PickListLibravatar Poly2022-12-021-1/+1
|/
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-42/+67
* Use `derive(Default)` for `theme` typesLibravatar Héctor Ramón Jiménez2022-11-091-50/+16
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-189/+453
* Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-4/+4
* Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-2/+2
* Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez2022-11-031-6/+22
* fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber2022-11-031-5/+5
* wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-031-1/+8
* Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2022-10-051-3/+11
* feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2022-08-021-0/+1
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-4/+4
* Fix inconsistent styling for `Radio` and `Checkbox`Libravatar Héctor Ramón Jiménez2022-07-081-2/+11