| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify theming for `Scrollable` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -55/+0 |
* | Simplify `scrollable` styling API | Héctor Ramón Jiménez | 2024-02-12 | 1 | -37/+18 |
* | Introduce an appearance for a scrollable, ability to customize the scrollbar ... | dtzxporter | 2024-02-12 | 1 | -4/+16 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -13/+5 |
* | Extend border radius on relevant widgets | Casper Storm | 2023-05-23 | 1 | -3/+3 |
* | Fix inconsistency in default implementation of `scrollable::StyleSheet` | Héctor Ramón Jiménez | 2023-03-27 | 1 | -1/+1 |
* | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | Héctor Ramón Jiménez | 2023-03-27 | 1 | -17/+15 |
* | renamed scrollable styles | Giuliano Bellini s294739 | 2023-03-25 | 1 | -7/+7 |
* | added new style for scrollable, to be applied when mouse is over the scrollab... | Giuliano Bellini s294739 | 2023-01-23 | 1 | -0/+10 |
* | Add multidirectional scrolling capabilities to the existing Scrollable. | Bingus | 2022-12-29 | 1 | -1/+16 |
* | Write documentation for `iced_style` | Héctor Ramón Jiménez | 2022-11-10 | 1 | -1/+11 |
* | Introduce `Custom` variants for every style in the built-in `Theme` | Héctor Ramón Jiménez | 2022-11-09 | 1 | -4/+4 |
* | Implement theme styling for `Scrollable` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -45/+6 |
* | Introduce generic lifetime to `Default` implementation for style sheets | Héctor Ramón Jiménez | 2021-11-02 | 1 | -1/+1 |
* | Reintroduce `Box` for `style_sheet` in `Scrollable` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -2/+11 |
* | Draw scrollbar in `Widget::draw` for `Scrollable` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -11/+2 |
* | Use `f32` for `border_width` and `border_radius` | Héctor Ramón Jiménez | 2020-11-23 | 1 | -8/+8 |
* | Implement styling for `Scrollable` | Héctor Ramón Jiménez | 2020-01-06 | 1 | -0/+76 |