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-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-11
Fix docs of `Scrollable::with_direction` and `Scrollable::direction`
edwloef
1
-2
/
+2
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-35
/
+27
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Implement `reactive-rendering` for `scrollable`
Héctor Ramón Jiménez
1
-294
/
+331
2024-10-14
Add `PartialEq` derives for widget styles
BradySimon
1
-3
/
+3
2024-09-19
Show `scrollable` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+41
2024-09-18
Fix `scrollable` transactions when `on_scroll` is not set
Héctor Ramón Jiménez
1
-8
/
+10
2024-09-18
Fix scrolling direction with trackpad in `scrollable`
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-10
Notify all `scrollable::Viewport` changes
Héctor Ramón Jiménez
1
-14
/
+44
2024-09-10
Implement `scroll_by` operation for `scrollable`
lufte
1
-31
/
+59
2024-09-08
Enable horizontal scrolling without shift modifier
Matt Woelfel
1
-6
/
+20
2024-09-08
Implement mouse wheel transactions for `scrollable`
Héctor Ramón Jiménez
1
-9
/
+34
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-30
Reintroduce `Scrollable::with_direction`
Héctor Ramón Jiménez
1
-1
/
+9
2024-07-18
Adapt `scrollable` sizing strategy to contents
Héctor Ramón Jiménez
1
-5
/
+13
2024-07-16
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
1
-37
/
+22
2024-07-12
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
1
-43
/
+56
2024-07-12
Improve `Border` ergonomics
Héctor Ramón Jiménez
1
-4
/
+5
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-27
/
+48
2024-07-11
Fix broken doc links in `widget::scrollable`
Héctor Ramón Jiménez
1
-4
/
+4
2024-07-11
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
1
-163
/
+248
2024-07-11
Add `align_x` and `align_y` helpers to `Scrollable`
Héctor Ramón Jiménez
1
-0
/
+26
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
1
-3
/
+4
2024-07-02
doc: remove extraneous comment
Vlad-Stefan Harbuz
1
-1
/
+0
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-14
/
+10
2024-04-26
Fix `Shift` scrolling for `scrollable` on macOS
Héctor Ramón Jiménez
1
-1
/
+3
2024-04-26
Capture scrollbar events in a `scrollable` before content events
Héctor Ramón Jiménez
1
-142
/
+142
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-23
Don't consume unused scroll events (#2397)
Daniel
1
-39
/
+45
2024-04-23
Fix clip bounds with nested `scrollable` widgets
Héctor Ramón Jiménez
1
-4
/
+8
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-66
/
+65
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
[next]