summaryrefslogtreecommitdiffstats
path: root/widget/src/scrollable.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-12Simplify `scrollable` styling APILibravatar Héctor Ramón Jiménez1-35/+41
2024-02-12Introduce an appearance for a scrollable, ability to customize the scrollbar ...Libravatar dtzxporter1-1/+36
2024-02-01Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez1-18/+17
2024-01-31Avoid returning early on `Captured` event in `scrollable`Libravatar Héctor Ramón Jiménez1-10/+10
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-26/+30
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-10/+6
2024-01-20Use `Default` implementation of `renderer::Quad`Libravatar Héctor Ramón Jiménez1-2/+2
2024-01-20feat: quad shadowsLibravatar Nick Senger1-0/+2
2024-01-10Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez1-21/+18
2024-01-10Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez1-6/+5
2024-01-04Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez1-1/+1
2023-09-20Fix `clippy::match-wildcard-for-single-variants`Libravatar Héctor Ramón Jiménez1-2/+2
2023-09-20Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez1-5/+5
2023-09-14Fix `height` of vertical scroller in `Scrollbar`Libravatar Héctor Ramón Jiménez1-4/+4
2023-09-14Fix width of horizontal scrollbar in `Scrollable`Libravatar Héctor Ramón Jiménez1-6/+6
2023-09-07Add access to bounds/content bounds from a scrollable viewport. (#2072)Libravatar Nick1-0/+10
2023-08-30Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez1-2/+2
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-1/+6
2023-08-26Run `cargo fmt` with Rust 1.72Libravatar Héctor Ramón Jiménez1-6/+6
2023-07-27Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez1-1/+13
2023-07-15Add viewport to Widget::on_eventLibravatar Cory Forsstrom1-2/+18
2023-07-13Avoid redundant `max` in `absolute_offset_reversed`Libravatar Héctor Ramón Jiménez1-4/+2
2023-07-13Introduce `absolute_offset_reversed` to `scrollable::Viewport`Libravatar Héctor Ramón Jiménez1-58/+17
2023-07-12Expose methods to change viewport alignmentLibravatar Cory Forsstrom1-1/+58
2023-07-12Remove unnecessary cursor unavailability logic in `scrollable`Libravatar Héctor Ramón Jiménez1-22/+12
2023-07-12Rename `absolute_from_start` to `translation` in `scrollable`Libravatar Héctor Ramón Jiménez1-3/+3
2023-07-12Disambiguate `offset` from `translation` in `scrollable`Libravatar Héctor Ramón Jiménez1-37/+40
2023-07-12Increase type-safety of `alignment` in `scrollable`Libravatar Héctor Ramón Jiménez1-63/+37
2023-07-12Remove public fields from `Viewport`Libravatar Héctor Ramón Jiménez1-31/+3
2023-07-04Add alignment to ViewportLibravatar Cory Forsstrom1-1/+27
2023-07-04Make viewport bounds publicLibravatar Cory Forsstrom1-2/+4
2023-07-04Add scrollable alignment optionLibravatar Cory Forsstrom1-8/+101
2023-06-27Use `Option::filter` instead of `and_then` in `scrollable`Libravatar Héctor Ramón Jiménez1-14/+6
2023-06-27Require a `Direction` when computing `State::offset` in `scrollable`Libravatar Héctor Ramón Jiménez1-18/+23
2023-06-27Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez1-57/+48
2023-06-27Make vertical scroll properties optionalLibravatar Austin M. Reppert1-40/+90
2023-06-12Only scroll w/ wheel if over scrollableLibravatar Cory Forsstrom1-0/+4
2023-06-08Fix mouse interactions in `Scrollable`Libravatar Héctor Ramón Jiménez1-4/+24
2023-06-08Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez1-3/+3
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez1-131/+125
2023-05-23clippyLibravatar Casper Storm1-2/+2
2023-05-23Avoid drawing empty quads in `widget::scrollable`Libravatar Héctor Ramón Jiménez1-6/+10
2023-05-23Remove min width 1 from scrollbar & scrollerLibravatar Cory Forsstrom1-4/+2
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-85/+83
2023-02-17Fix `Scrollbar` bound calculations in `Scrollable`Libravatar Héctor Ramón Jiménez1-9/+12
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez1-44/+43
2023-02-16scrollable: provide ID to operation.containerLibravatar Nick Senger1-8/+11
2023-01-23added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947391-2/+2