Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add alignment to Viewport | 2023-07-04 | 1 | -1/+27 | ||
| | ||||||
* | Make viewport bounds public | 2023-07-04 | 1 | -2/+4 | ||
| | ||||||
* | Add scrollable alignment option | 2023-07-04 | 1 | -8/+101 | ||
| | ||||||
* | Use `Option::filter` instead of `and_then` in `scrollable` | 2023-06-27 | 1 | -14/+6 | ||
| | ||||||
* | Require a `Direction` when computing `State::offset` in `scrollable` | 2023-06-27 | 1 | -18/+23 | ||
| | ||||||
* | Rename `ScrollbarProperties` to `Direction` in `scrollable` | 2023-06-27 | 1 | -57/+48 | ||
| | ||||||
* | Make vertical scroll properties optional | 2023-06-27 | 1 | -40/+90 | ||
| | | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com> | |||||
* | Only scroll w/ wheel if over scrollable | 2023-06-12 | 1 | -0/+4 | ||
| | ||||||
* | Fix mouse interactions in `Scrollable` | 2023-06-08 | 1 | -4/+24 | ||
| | ||||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -3/+3 | ||
| | ||||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -131/+125 | ||
| | ||||||
* | clippy | 2023-05-23 | 1 | -2/+2 | ||
| | ||||||
* | Avoid drawing empty quads in `widget::scrollable` | 2023-05-23 | 1 | -6/+10 | ||
| | ||||||
* | Remove min width 1 from scrollbar & scroller | 2023-05-23 | 1 | -4/+2 | ||
| | ||||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -27/+80 | ||
| | ||||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -17/+35 | ||
| | ||||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | ||
| | ||||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+1325 | ||