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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-11
/
+11
2023-01-08
Add some missing `spacing` to `scrollable` example
Héctor Ramón Jiménez
1
-0
/
+2
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-7
/
+7
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2
-81
/
+55
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
3
-183
/
+324
2022-11-03
Box `Custom` in `Theme`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Remove unnecessary `clone` in `scrollable` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-3
/
+1
2022-11-03
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
1
-1
/
+1
2022-11-03
fix: scrollable example
Ashley Wulber
1
-5
/
+14
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-16
/
+36
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-94
/
+76
2022-06-07
Remove `style` module leftover in `scrollable` example
Héctor Ramón Jiménez
1
-52
/
+0
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2
-92
/
+14
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-6
/
+0
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2
-25
/
+3
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2
-47
/
+8
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-07
[ImgBot] Optimize images
ImgBotApp
1
-0
/
+0
2022-02-07
Fix links
Theo Robinson
1
-2
/
+2
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
1
-0
/
+1
2021-11-02
Remove unnecessary String allocation
Ram.Type-0
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
2
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
2
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2
-4
/
+4
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2
-3
/
+3
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2
-4
/
+4
2021-10-18
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2
-3
/
+3
2021-06-04
Add scrolling progress indicators to `scrollable` example
Héctor Ramón
1
-4
/
+32
2021-06-04
Add buttons to control scrolling in `scrollable` example
Héctor Ramón
1
-12
/
+40
2021-05-03
Fix `Scrollable` scrollbar being rendered behind contents
Héctor Ramón
2
-14
/
+29
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-6
/
+6
2020-10-24
Update screenshot of `scrollable` example
Héctor Ramón Jiménez
1
-0
/
+0
2020-10-24
Reduce contrast of dark theme in `scrollable` example
Héctor Ramón Jiménez
1
-39
/
+37
2020-10-24
Improve minor details in `scrollable` example
Héctor Ramón Jiménez
2
-249
/
+260
2020-10-22
Add scrollable example program
Clark Moody
4
-0
/
+389