| Commit message (Expand) | Author | Files | Lines |
2023-11-14 | Remove unnecessary `self` in `iced_style::theme` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | Bingus | 1 | -1/+1 |
2023-10-27 | Write documentation for the new text APIs | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 1 | -6/+0 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-09-19 | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 1 | -15/+1 |
2023-09-19 | Chore: Apply clippy docs keyword quoting | Yuri Astrakhan | 1 | -1/+1 |
2023-09-17 | Draft `Highlighter` API | Héctor Ramón Jiménez | 2 | -2/+16 |
2023-09-12 | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 3 | -0/+161 |
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 1 | -3/+5 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -17/+13 |
2023-09-03 | Introduce `theme::Custom::with_fn` to generate completely custom themes | Héctor Ramón Jiménez | 1 | -5/+22 |
2023-07-28 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-07-06 | Add ability to drag pane to the pane grid edges & optional style for dragged ... | Joao Freitas | 1 | -1/+1 |
2023-06-01 | Change default styling of `Slider` to leverage rounded borders | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-06-01 | Add border_radius to slider rail | Casper Storm | 2 | -1/+4 |
2023-05-25 | Upgrade `palette` dependency | Clark Moody | 2 | -11/+13 |
2023-05-23 | Extend border radius on relevant widgets | Casper Storm | 12 | -43/+43 |
2023-05-21 | Support conversion from Fn trait to custom theme | Marien Zwart | 1 | -12/+16 |
2023-05-19 | Change name of hovered region style struct, reorder lines & export Appearance | Joao Freitas | 2 | -18/+18 |
2023-05-19 | Implement `custom` helper for `theme::Button` | Héctor Ramón Jiménez | 1 | -0/+9 |
2023-05-19 | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-05-16 | Add pane_grid functionality to split a pane with another pane | Joao Freitas | 2 | -1/+36 |
2023-05-11 | Added support for gradients as background variants + other optimizations. | Bingus | 2 | -0/+6 |
2023-04-28 | Do not require `Copy` for text `StyleSheet::Style` | Ian Douglas Scott | 1 | -20/+0 |
2023-04-13 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-04-13 | Remove `border_radius` support for `slider::Rail` | Héctor Ramón Jiménez | 2 | -3/+0 |
2023-04-12 | Rename `Rail::size` to `width` | Héctor Ramón Jiménez | 2 | -3/+3 |
2023-04-12 | Use a `border_radius` of `2.0` for slider rails in built-in theme | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-04-12 | Remove `border_width` support in `slider::Rail` | Héctor Ramón Jiménez | 2 | -6/+0 |
2023-04-12 | Introduce left and right colors for slider rails | Night_Hunter | 2 | -5/+26 |
2023-04-12 | Fine-tune built-in styling of disabled `TextInput` | Héctor Ramón Jiménez | 1 | -7/+5 |
2023-04-12 | Introduce disabled state for `TextInput` | Dan Mishin | 2 | -0/+32 |
2023-04-11 | Changed `Handle` to `Icon` to be consistent | Casper Storm | 2 | -5/+5 |
2023-04-11 | Updated `handle_color` for focused state | Casper Storm | 1 | -1/+1 |
2023-04-11 | feat: added handle to text_input | Casper Storm | 2 | -0/+5 |
2023-03-27 | Fix inconsistency in default implementation of `scrollable::StyleSheet` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-03-27 | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | Héctor Ramón Jiménez | 2 | -49/+46 |
2023-03-25 | renamed scrollable styles | Giuliano Bellini s294739 | 2 | -17/+17 |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 3 | -4/+3 |
2023-02-18 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-02-16 | Added the ability to change checkbox icon | Casper Storm | 2 | -4/+4 |
2023-01-23 | added function focused and focused_horizontal to theme.rs | Giuliano Bellini s294739 | 1 | -0/+17 |
2023-01-23 | added new style for scrollable, to be applied when mouse is over the scrollab... | Giuliano Bellini s294739 | 1 | -0/+10 |
2023-01-14 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-12-29 | Reworked Scrollable to account for lack of widget order guarantees. | bungoboingo | 1 | -0/+9 |
2022-12-29 | Add multidirectional scrolling capabilities to the existing Scrollable. | Bingus | 2 | -1/+40 |
2022-12-14 | Rename `pick_list::AccessoryContent` to `Handle` | Héctor Ramón Jiménez | 2 | -4/+4 |
2022-12-07 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-12-06 | Fix casing in `theme` | Héctor Ramón Jiménez | 1 | -1/+1 |