summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-15Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez1-10/+10
2024-02-12Simplify `scrollable` styling APILibravatar Héctor Ramón Jiménez1-51/+2
2024-02-12Introduce an appearance for a scrollable, ability to customize the scrollbar ...Libravatar dtzxporter1-1/+5
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-8/+8
2024-01-10Reduce `padding` of `scrollable` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2024-01-10Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez1-15/+8
2024-01-04Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez1-19/+10
2023-09-20Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez1-2/+2
2023-09-14Fix styling of horizontal scrollbar in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-2/+2
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-2/+4
2023-07-04Add scrollable alignment optionLibravatar Cory Forsstrom1-7/+45
2023-06-27Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez1-13/+13
2023-06-27Make vertical scroll properties optionalLibravatar Austin M. Reppert1-9/+9
2023-05-23clean up rebase mistakeLibravatar Casper Storm1-19/+8
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-10/+21
2023-05-21Support conversion from Fn trait to custom themeLibravatar Marien Zwart1-19/+8
2023-04-17Add scrollable `Viewport`Libravatar Cory Forsstrom1-3/+3
2023-04-14Add `scroll_to` operation for absolute scrollLibravatar Cory Forsstrom1-2/+2
2023-03-27Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez1-11/+25
2023-02-27Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez1-1/+0
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez1-11/+11
2023-01-08Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez1-0/+2
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-7/+7
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2-81/+55
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus3-183/+324
2022-11-03Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-03Remove unnecessary `clone` in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-3/+1
2022-11-03fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber1-1/+1
2022-11-03fix: scrollable exampleLibravatar Ashley Wulber1-5/+14
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-16/+36
2022-07-27Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-94/+76
2022-06-07Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-52/+0
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2-92/+14
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-6/+0
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2-25/+3
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2-47/+8
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-07[ImgBot] Optimize imagesLibravatar ImgBotApp1-0/+0
2022-02-07Fix linksLibravatar Theo Robinson1-2/+2
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez1-0/+1
2021-11-02Remove unnecessary String allocationLibravatar Ram.Type-01-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2-3/+3
2021-10-31Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2-3/+3
2021-10-31Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2-4/+4
2021-10-20Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2-3/+3
2021-10-18Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2-4/+4
2021-10-18Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2-3/+3
2021-06-04Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón1-4/+32