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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Implement `From<u32>` instead of `u16` for `Length` and `Pixels`
Héctor Ramón Jiménez
2025-02-09
1
-6
/
+6
*
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
1
-2
/
+2
*
chore: remove once_cell dependency
Tommy Volk
2025-01-06
2
-5
/
+4
*
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
2024-07-16
1
-8
/
+6
*
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
2024-07-12
1
-6
/
+8
*
Improve `Padding` ergonomics
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-11
/
+11
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-16
/
+16
*
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-31
/
+30
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-6
/
+6
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-1
/
+1
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-2
/
+2
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+1
*
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
2024-03-16
1
-14
/
+16
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-18
/
+12
*
Simplify theming for `ProgressBar` widget
Héctor Ramón Jiménez
2024-03-05
1
-2
/
+3
*
Assert `scrollable` content size never fills scrolling axis
Héctor Ramón Jiménez
2024-02-24
1
-30
/
+30
*
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
2024-02-15
1
-10
/
+10
*
Simplify `scrollable` styling API
Héctor Ramón Jiménez
2024-02-12
1
-51
/
+2
*
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
2024-02-12
1
-1
/
+5
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-8
/
+8
*
Reduce `padding` of `scrollable` example
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-15
/
+8
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-19
/
+10
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-2
/
+2
*
Fix styling of horizontal scrollbar in `scrollable` example
Héctor Ramón Jiménez
2023-09-14
1
-2
/
+2
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-2
/
+4
*
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
2
-81
/
+55
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
3
-183
/
+324
*
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
[next]