index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widget
/
src
/
scrollable.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary cursor unavailability logic in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-22
/
+12
*
Rename `absolute_from_start` to `translation` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-3
/
+3
*
Disambiguate `offset` from `translation` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-37
/
+40
*
Increase type-safety of `alignment` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-63
/
+37
*
Remove public fields from `Viewport`
Héctor Ramón Jiménez
2023-07-12
1
-31
/
+3
*
Add alignment to Viewport
Cory Forsstrom
2023-07-04
1
-1
/
+27
*
Make viewport bounds public
Cory Forsstrom
2023-07-04
1
-2
/
+4
*
Add scrollable alignment option
Cory Forsstrom
2023-07-04
1
-8
/
+101
*
Use `Option::filter` instead of `and_then` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-14
/
+6
*
Require a `Direction` when computing `State::offset` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-18
/
+23
*
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-57
/
+48
*
Make vertical scroll properties optional
Austin M. Reppert
2023-06-27
1
-40
/
+90
*
Only scroll w/ wheel if over scrollable
Cory Forsstrom
2023-06-12
1
-0
/
+4
*
Fix mouse interactions in `Scrollable`
Héctor Ramón Jiménez
2023-06-08
1
-4
/
+24
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-3
/
+3
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-131
/
+125
*
clippy
Casper Storm
2023-05-23
1
-2
/
+2
*
Avoid drawing empty quads in `widget::scrollable`
Héctor Ramón Jiménez
2023-05-23
1
-6
/
+10
*
Remove min width 1 from scrollbar & scroller
Cory Forsstrom
2023-05-23
1
-4
/
+2
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
1
-27
/
+80
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-17
/
+35
*
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+1325