summaryrefslogtreecommitdiffstats
path: root/style (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-2/+2
* Add ability to drag pane to the pane grid edges & optional style for dragged ...Libravatar Joao Freitas2023-07-061-1/+1
* 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-012-1/+4
* Upgrade `palette` dependencyLibravatar Clark Moody2023-05-252-11/+13
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-2312-43/+43
* 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-192-11/+46
|\
| * Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2023-05-192-18/+18
| * Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-162-1/+36
* | 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-112-0/+6
|/
* Do not require `Copy` for text `StyleSheet::Style`Libravatar Ian Douglas Scott2023-04-281-20/+0
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-175-30/+101
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-131-2/+2
| * Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-132-3/+0
| * Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez2023-04-122-3/+3
| * 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-122-6/+0
| * Introduce left and right colors for slider railsLibravatar Night_Hunter2023-04-122-5/+26
| * 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-122-0/+32
| * Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2023-04-112-5/+5
| * Updated `handle_color` for focused stateLibravatar Casper Storm2023-04-111-1/+1
| * feat: added handle to text_inputLibravatar Casper Storm2023-04-112-0/+5
| * Fix inconsistency in default implementation of `scrollable::StyleSheet`Libravatar Héctor Ramón Jiménez2023-03-271-1/+1
| * Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-272-49/+46
| * renamed scrollable stylesLibravatar Giuliano Bellini s2947392023-03-252-17/+17
| * Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-223-6/+6
| |\
| * | added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947392023-01-231-0/+17
| * | added new style for scrollable, to be applied when mouse is over the scrollab...Libravatar Giuliano Bellini s2947392023-01-231-0/+10
* | | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-043-4/+3
| |/ |/|
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-2/+2
* | Added the ability to change checkbox iconLibravatar Casper Storm2023-02-162-4/+4
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-2/+2
* Merge pull request #1550 from bungoboingo/feat/multidirectional-scrollingLibravatar Héctor Ramón2023-01-092-1/+49
|\
| * 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-292-1/+40
* | Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-022-4/+4
|\ \ | |/ |/|
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-142-4/+4
| * Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2022-11-292-0/+4
| * Added ability to customize accessory content.Libravatar Casper Rogild Storm2022-11-292-4/+0
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-1/+1
* | 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-062-28/+45
* | feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-063-0/+46
* | Fix custom style of PickListLibravatar Poly2022-12-021-1/+1
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-2/+2
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-1018-56/+261