| Commit message (Expand) | Author | Files | Lines |
2023-06-29 | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 2 | -4/+5 |
2023-06-27 | Use `Option::filter` instead of `and_then` in `scrollable` | Héctor Ramón Jiménez | 1 | -14/+6 |
2023-06-27 | Require a `Direction` when computing `State::offset` in `scrollable` | Héctor Ramón Jiménez | 1 | -18/+23 |
2023-06-27 | Rename `ScrollbarProperties` to `Direction` in `scrollable` | Héctor Ramón Jiménez | 1 | -57/+48 |
2023-06-27 | Make vertical scroll properties optional | Austin M. Reppert | 1 | -40/+90 |
2023-06-21 | Update `ouroboros` dependency | Héctor Ramón Jiménez | 2 | -6/+2 |
2023-06-14 | Make `overlay::Menu` publish messages on selection | Héctor Ramón Jiménez | 2 | -42/+42 |
2023-06-14 | Use nested for lazy widgets | Cory Forsstrom | 3 | -44/+58 |
2023-06-14 | Introduce internal `overlay::Nested` for `UserInterface` | Cory Forsstrom | 3 | -6/+21 |
2023-06-12 | Only scroll w/ wheel if over scrollable | Cory Forsstrom | 1 | -0/+4 |
2023-06-08 | Fix mouse interactions in `Scrollable` | Héctor Ramón Jiménez | 1 | -4/+24 |
2023-06-08 | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 15 | -42/+38 |
2023-06-08 | Implement basic cursor availability | Héctor Ramón Jiménez | 32 | -678/+523 |
2023-06-06 | Introduce `on_press_maybe` helper for `Button` | Héctor Ramón Jiménez | 1 | -2/+11 |
2023-06-01 | Fix `quad` glitch when rounding borders of a `Slider` rail | Héctor Ramón Jiménez | 2 | -10/+4 |
2023-06-01 | only add border radius to the visible part | Casper Storm | 2 | -4/+10 |
2023-06-01 | Add border_radius to slider rail | Casper Storm | 2 | -4/+4 |
2023-06-01 | Invalidate `Responsive` layout when size changes without a `view` call | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-05-23 | clippy | Casper Storm | 11 | -16/+15 |
2023-05-23 | Extend border radius on relevant widgets | Casper Storm | 2 | -21/+21 |
2023-05-23 | Avoid drawing empty quads in `widget::scrollable` | Héctor Ramón Jiménez | 1 | -6/+10 |
2023-05-23 | Remove min width 1 from scrollbar & scroller | Cory Forsstrom | 1 | -4/+2 |
2023-05-19 | Rename invert -> swap | Joao Freitas | 1 | -2/+2 |
2023-05-19 | Take pane state internally | Joao Freitas | 1 | -18/+8 |
2023-05-19 | Change name of hovered region style struct, reorder lines & export Appearance | Joao Freitas | 1 | -1/+1 |
2023-05-19 | Remove redundant re-export in `widget::canvas` | Héctor Ramón Jiménez | 1 | -1/+0 |
2023-05-16 | Add pane_grid functionality to split a pane with another pane | Joao Freitas | 2 | -5/+156 |
2023-05-11 | Added support for gradients as background variants + other optimizations. | Bingus | 1 | -0/+1 |
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 2 | -3/+1 |
2023-05-11 | Write missing documentation in `iced_widget` | Héctor Ramón Jiménez | 5 | -1/+15 |
2023-05-11 | Write missing documentation in `iced_graphics` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-05-10 | Fix bounds of `PickList` text label | Héctor Ramón Jiménez | 1 | -1/+3 |
2023-05-10 | Add `line_height` to `pick_list::Icon` | Héctor Ramón Jiménez | 1 | -5/+16 |
2023-05-08 | Add `line_height` to `checkbox::Icon` | Héctor Ramón Jiménez | 1 | -1/+5 |
2023-05-08 | Export `Shaping` and `LineHeight` in `widget::text` | Héctor Ramón Jiménez | 1 | -1/+0 |
2023-05-04 | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 6 | -16/+126 |
2023-05-02 | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 7 | -27/+105 |
2023-05-02 | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 6 | -1/+14 |
2023-04-04 | Draft (very) basic incremental rendering for `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-03-05 | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 5 | -7/+7 |
2023-03-05 | Use `no_run` for widget doc-tests | Héctor Ramón Jiménez | 10 | -10/+10 |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 49 | -0/+14380 |