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
/
examples
/
scrollable
/
src
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add scrollable alignment option
Cory Forsstrom
2023-07-04
1
-7
/
+45
*
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-13
/
+13
*
Make vertical scroll properties optional
Austin M. Reppert
2023-06-27
1
-9
/
+9
*
clean up rebase mistake
Casper Storm
2023-05-23
1
-19
/
+8
*
Extend border radius on relevant widgets
Casper Storm
2023-05-23
1
-10
/
+21
*
Support conversion from Fn trait to custom theme
Marien Zwart
2023-05-21
1
-19
/
+8
*
Add scrollable `Viewport`
Cory Forsstrom
2023-04-17
1
-3
/
+3
*
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
2023-04-14
1
-2
/
+2
*
Merge pull request #1669 from GyulyVGC/master
Héctor Ramón
2023-03-27
1
-11
/
+25
|
\
|
*
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
2023-03-27
1
-11
/
+25
*
|
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
2023-02-27
1
-1
/
+0
|
/
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-11
/
+11
*
Add some missing `spacing` to `scrollable` example
Héctor Ramón Jiménez
2023-01-08
1
-0
/
+2
*
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2023-01-08
1
-7
/
+7
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
1
-80
/
+54
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
1
-183
/
+323
*
Box `Custom` in `Theme`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Remove unnecessary `clone` in `scrollable` example
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
1
-3
/
+1
*
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2022-11-03
1
-1
/
+1
*
fix: scrollable example
Ashley Wulber
2022-11-03
1
-5
/
+14
*
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2022-08-04
1
-16
/
+36
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-07-27
1
-1
/
+1
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-94
/
+76
*
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2022-06-07
1
-15
/
+12
*
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2022-06-01
1
-1
/
+1
*
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
1
-9
/
+6
*
Remove unnecessary String allocation
Ram.Type-0
2021-11-02
1
-1
/
+1
*
Add scrolling progress indicators to `scrollable` example
Héctor Ramón
2021-06-04
1
-4
/
+32
*
Add buttons to control scrolling in `scrollable` example
Héctor Ramón
2021-06-04
1
-12
/
+40
*
Fix `Scrollable` scrollbar being rendered behind contents
Héctor Ramón
2021-05-03
1
-13
/
+28
*
Improve minor details in `scrollable` example
Héctor Ramón Jiménez
2020-10-24
1
-249
/
+68
*
Add scrollable example program
Clark Moody
2020-10-22
1
-0
/
+365