summaryrefslogtreecommitdiffstats
path: root/widget/src/scrollable.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add alignment to ViewportLibravatar Cory Forsstrom2023-07-041-1/+27
|
* Make viewport bounds publicLibravatar Cory Forsstrom2023-07-041-2/+4
|
* Add scrollable alignment optionLibravatar Cory Forsstrom2023-07-041-8/+101
|
* Use `Option::filter` instead of `and_then` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-14/+6
|
* Require a `Direction` when computing `State::offset` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-18/+23
|
* Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-57/+48
|
* Make vertical scroll properties optionalLibravatar Austin M. Reppert2023-06-271-40/+90
| | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com>
* Only scroll w/ wheel if over scrollableLibravatar Cory Forsstrom2023-06-121-0/+4
|
* Fix mouse interactions in `Scrollable`Libravatar Héctor Ramón Jiménez2023-06-081-4/+24
|
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-3/+3
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-131/+125
|
* clippyLibravatar Casper Storm2023-05-231-2/+2
|
* Avoid drawing empty quads in `widget::scrollable`Libravatar Héctor Ramón Jiménez2023-05-231-6/+10
|
* Remove min width 1 from scrollbar & scrollerLibravatar Cory Forsstrom2023-05-231-4/+2
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-05-021-27/+80
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-17/+35
|
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+1325