| Commit message (Expand) | Author | Files | Lines |
2023-07-12 | Remove unnecessary cursor unavailability logic in `scrollable` | Héctor Ramón Jiménez | 1 | -22/+12 |
2023-07-12 | Rename `absolute_from_start` to `translation` in `scrollable` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-07-12 | Disambiguate `offset` from `translation` in `scrollable` | Héctor Ramón Jiménez | 1 | -37/+40 |
2023-07-12 | Increase type-safety of `alignment` in `scrollable` | Héctor Ramón Jiménez | 1 | -63/+37 |
2023-07-12 | Remove public fields from `Viewport` | Héctor Ramón Jiménez | 1 | -31/+3 |
2023-07-12 | Remove useless conversions in `widget::tooltip` | Héctor Ramón Jiménez | 1 | -15/+17 |
2023-07-12 | Use overlay for `Tooltip` widget | Cory Forsstrom | 1 | -97/+160 |
2023-07-09 | fix: request redraw in component overlay | Nick Senger | 1 | -0/+4 |
2023-07-06 | Remove useless conversion in `widget::pane_grid` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-07-06 | Introduce `drop` helper to `pane_grid::State` | Héctor Ramón Jiménez | 1 | -24/+34 |
2023-07-06 | Simplify `Target` enum in `widget::pane_grid` | Héctor Ramón Jiménez | 1 | -13/+5 |
2023-07-06 | Call `in_edge` only when `picked_pane.is_some()` | Héctor Ramón Jiménez | 1 | -19/+21 |
2023-07-06 | Reuse code | Joao Freitas | 1 | -35/+22 |
2023-07-06 | Add ability to drag pane to the pane grid edges & optional style for dragged ... | Joao Freitas | 3 | -99/+281 |
2023-07-04 | Add alignment to Viewport | Cory Forsstrom | 1 | -1/+27 |
2023-07-04 | Make viewport bounds public | Cory Forsstrom | 1 | -2/+4 |
2023-07-04 | Add scrollable alignment option | Cory Forsstrom | 1 | -8/+101 |
2023-06-29 | Add touch support for toggler. (#1935) | Austin M. Reppert | 1 | -1/+3 |
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 | 1 | -5/+1 |
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 |