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
/
widget
/
src
/
scrollable.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
Use closures for `Scrollable::style`
Héctor Ramón Jiménez
1
-18
/
+17
2024-03-11
Prioritize release events in `scrollable`
LuisLiraC
1
-22
/
+16
2024-03-08
Fix `mouse_interaction` and `on_event` for `Scrollable`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-08
Inline helper functions in `widget` modules
Héctor Ramón Jiménez
1
-432
/
+375
2024-03-07
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-18
/
+19
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-13
/
+34
2024-03-06
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
1
-1
/
+2
2024-03-05
Simplify theming for `TextInput` widget
Héctor Ramón Jiménez
1
-9
/
+9
2024-03-05
Simplify theming for `Scrollable` widget
Héctor Ramón Jiménez
1
-217
/
+332
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-6
/
+6
2024-02-28
Fix scrollbar style when cursor is over `scrollable`
Giuliano Bellini s294739
1
-15
/
+17
2024-02-24
Assert `scrollable` content size never fills scrolling axis
Héctor Ramón Jiménez
1
-9
/
+25
2024-02-12
Simplify `scrollable` styling API
Héctor Ramón Jiménez
1
-35
/
+41
2024-02-12
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
1
-1
/
+36
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-18
/
+17
2024-01-31
Avoid returning early on `Captured` event in `scrollable`
Héctor Ramón Jiménez
1
-10
/
+10
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-26
/
+30
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-10
/
+6
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+2
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-21
/
+18
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-5
/
+5
2023-09-14
Fix `height` of vertical scroller in `Scrollbar`
Héctor Ramón Jiménez
1
-4
/
+4
2023-09-14
Fix width of horizontal scrollbar in `Scrollable`
Héctor Ramón Jiménez
1
-6
/
+6
2023-09-07
Add access to bounds/content bounds from a scrollable viewport. (#2072)
Nick
1
-0
/
+10
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-1
/
+6
2023-08-26
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
1
-6
/
+6
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-1
/
+13
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-2
/
+18
2023-07-13
Avoid redundant `max` in `absolute_offset_reversed`
Héctor Ramón Jiménez
1
-4
/
+2
2023-07-13
Introduce `absolute_offset_reversed` to `scrollable::Viewport`
Héctor Ramón Jiménez
1
-58
/
+17
2023-07-12
Expose methods to change viewport alignment
Cory Forsstrom
1
-1
/
+58
2023-07-12
Remove unnecessary cursor unavailability logic in `scrollable`
Héctor Ramón Jiménez
1
-22
/
+12
2023-07-12
Rename `absolute_from_start` to `translation` in `scrollable`
Héctor Ramón Jiménez
1
-3
/
+3
2023-07-12
Disambiguate `offset` from `translation` in `scrollable`
Héctor Ramón Jiménez
1
-37
/
+40
2023-07-12
Increase type-safety of `alignment` in `scrollable`
Héctor Ramón Jiménez
1
-63
/
+37
2023-07-12
Remove public fields from `Viewport`
Héctor Ramón Jiménez
1
-31
/
+3
2023-07-04
Add alignment to Viewport
Cory Forsstrom
1
-1
/
+27
2023-07-04
Make viewport bounds public
Cory Forsstrom
1
-2
/
+4
2023-07-04
Add scrollable alignment option
Cory Forsstrom
1
-8
/
+101
2023-06-27
Use `Option::filter` instead of `and_then` in `scrollable`
Héctor Ramón Jiménez
1
-14
/
+6
2023-06-27
Require a `Direction` when computing `State::offset` in `scrollable`
Héctor Ramón Jiménez
1
-18
/
+23
2023-06-27
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
1
-57
/
+48
[prev]
[next]