summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-8/+8
* Reduce `padding` of `scrollable` exampleLibravatar Héctor Ramón Jiménez2024-01-101-1/+1
* Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-101-15/+8
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-19/+10
* Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-2/+2
* Fix styling of horizontal scrollbar in `scrollable` exampleLibravatar Héctor Ramón Jiménez2023-09-141-2/+2
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-2/+4
* Add scrollable alignment optionLibravatar Cory Forsstrom2023-07-041-7/+45
* Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-13/+13
* Make vertical scroll properties optionalLibravatar Austin M. Reppert2023-06-271-9/+9
* clean up rebase mistakeLibravatar Casper Storm2023-05-231-19/+8
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-10/+21
* Support conversion from Fn trait to custom themeLibravatar Marien Zwart2023-05-211-19/+8
* Add scrollable `Viewport`Libravatar Cory Forsstrom2023-04-171-3/+3
* Add `scroll_to` operation for absolute scrollLibravatar Cory Forsstrom2023-04-141-2/+2
* Merge pull request #1669 from GyulyVGC/masterLibravatar Héctor Ramón2023-03-271-11/+25
|\
| * Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-271-11/+25
* | Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez2023-02-271-1/+0
|/
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-11/+11
* Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez2023-01-081-0/+2
* Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-081-7/+7
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-292-81/+55
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-293-183/+324
* Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
* Remove unnecessary `clone` in `scrollable` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+1
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-031-3/+1
* fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber2022-11-031-1/+1
* fix: scrollable exampleLibravatar Ashley Wulber2022-11-031-5/+14
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-16/+36
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-271-1/+1
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-94/+76
* Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez2022-06-071-52/+0
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-072-92/+14
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-6/+0
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-012-25/+3
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-272-47/+8
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
* [ImgBot] Optimize imagesLibravatar ImgBotApp2022-02-071-0/+0
* Fix linksLibravatar Theo Robinson2022-02-071-2/+2
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-0/+1
* Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa...Libravatar Héctor Ramón2021-11-101-1/+1
|\
| * Remove unnecessary String allocationLibravatar Ram.Type-02021-11-021-1/+1
* | Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-312-3/+3
* | Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-312-3/+3
* | Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-312-4/+4
* | Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-202-3/+3
* | Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-182-4/+4
* | Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-182-3/+3
|/
* Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón2021-06-041-4/+32
* Add buttons to control scrolling in `scrollable` exampleLibravatar Héctor Ramón2021-06-041-12/+40