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
/
native
/
src
/
widget
/
scrollable.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
Export scroll_to helper
Cory Forsstrom
1
-0
/
+9
2023-04-20
Compare absolute offsets as well in `notify_on_scroll`
Héctor Ramón Jiménez
1
-3
/
+10
2023-04-17
Add scrollable `Viewport`
Cory Forsstrom
1
-38
/
+56
2023-04-14
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
1
-18
/
+37
2023-04-12
Remove `max_width` and `max_height` calls in `scrollable::layout`
Héctor Ramón Jiménez
1
-9
/
+1
2023-04-12
Include NaN in unchaged logic
Cory Forsstrom
1
-1
/
+3
2023-04-12
Don't publish redundant on_scroll offsets
Cory Forsstrom
1
-2
/
+18
2023-03-27
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
1
-6
/
+2
2023-03-25
renamed scrollable styles
Giuliano Bellini s294739
1
-4
/
+4
2023-03-08
fix: add `width` to scrollables
FinnPerry
1
-2
/
+10
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-1327
/
+0
2023-02-17
Fix `Scrollbar` bound calculations in `Scrollable`
Héctor Ramón Jiménez
1
-9
/
+12
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-44
/
+43
2023-02-16
scrollable: provide ID to operation.container
Nick Senger
1
-8
/
+11
2023-01-23
added function focused and focused_horizontal to theme.rs
Giuliano Bellini s294739
1
-2
/
+2
2023-01-23
debugging focused style not working
Giuliano Bellini s294739
1
-2
/
+2
2023-01-23
added new style for scrollable, to be applied when mouse is over the scrollab...
Giuliano Bellini s294739
1
-0
/
+4
2023-01-08
Avoid dragging scroll area when touching scrollbars for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+4
2023-01-08
Remove `PartialOrd` implementation for `Rectangle`
Héctor Ramón Jiménez
1
-1
/
+3
2023-01-08
Enable horizontal scrolling with `Shift+MouseWheel`
Héctor Ramón Jiménez
1
-1
/
+17
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-45
/
+40
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
1
-601
/
+532
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
1
-363
/
+753
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-3
/
+2
2022-12-05
Fix scroller in `Scrollable` always being drawn
Héctor Ramón Jiménez
1
-3
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
1
-2
/
+2
2022-11-11
Allow converting from widget-specific IDs to generic ID
mtkennerly
1
-0
/
+6
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-2
/
+2
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+7
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-3
/
+39
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+16
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-212
/
+190
2022-07-18
Fix `max_height` for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+3
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-3
/
+3
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
1
-12
/
+25
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+2
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
1
-3
/
+3
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
1
-0
/
+7
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-13
/
+3
2022-02-12
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
1
-369
/
+520
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-1
/
+4
2021-12-07
Remove unused field in `scrollable::Scrollbar`
Héctor Ramón Jiménez
1
-4
/
+0
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-9
/
+9
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-16
/
+20
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+3
2021-10-28
Fix scrollbar clipping in `Scrollable` draw logic
Héctor Ramón Jiménez
1
-25
/
+32
[next]