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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
2025-02-12
1
-2
/
+2
*
Fix scrolling offset of preedit window
KENZ
2025-02-07
1
-1
/
+1
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-4
/
+4
*
Merge branch 'master' into explore-input-method2
Héctor Ramón Jiménez
2025-02-03
1
-2
/
+4
|
\
|
*
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
2025-02-03
1
-2
/
+4
*
|
Fix `InputMethod` conflicts with multiple scrollables
Héctor Ramón Jiménez
2025-02-03
1
-4
/
+8
*
|
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
1
-13
/
+5
*
|
Draft `input_method` support
KENZ
2025-02-02
1
-2
/
+17
|
/
*
Add `horizontal` helper to `scrollable`
Héctor Ramón Jiménez
2025-02-01
1
-0
/
+5
*
Revert automatic horizontal scroll in `scrollable`
Héctor Ramón Jiménez
2025-02-01
1
-7
/
+1
*
Fix `viewport` when using nested `scrollable`s
Héctor Ramón Jiménez
2025-02-01
1
-6
/
+6
*
Use `Into<Id>` for `scrollable::Id` arguments
Héctor Ramón Jiménez
2025-01-30
1
-8
/
+19
*
Rename `*_disabled` to `is_*_disabled` in `scrollable`
Héctor Ramón Jiménez
2025-01-06
1
-8
/
+8
*
Simplify `scrollable` disabled styling calculation
Héctor Ramón Jiménez
2025-01-06
1
-24
/
+11
*
Migrate scrollbar disabled style status to iced 0.13.
dtzxporter
2025-01-06
1
-14
/
+65
*
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2024-12-10
1
-1
/
+1
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+2
*
Merge pull request #2668 from edwloef/master
Héctor
2024-11-13
1
-2
/
+2
|
\
|
*
Fix docs of `Scrollable::with_direction` and `Scrollable::direction`
edwloef
2024-11-11
1
-2
/
+2
*
|
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-2
/
+2
*
|
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-35
/
+27
*
|
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
|
Implement `reactive-rendering` for `scrollable`
Héctor Ramón Jiménez
2024-11-05
1
-294
/
+331
|
/
*
Add `PartialEq` derives for widget styles
BradySimon
2024-10-14
1
-3
/
+3
*
Merge pull request #2587 from iced-rs/improve-api-reference
Héctor Ramón
2024-09-19
1
-1
/
+41
|
\
|
*
Show `scrollable` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+41
*
|
Merge pull request #2584 from iced-rs/fix/scrollable-transactions
Héctor Ramón
2024-09-18
1
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fix `scrollable` transactions when `on_scroll` is not set
Héctor Ramón Jiménez
2024-09-18
1
-8
/
+10
*
|
Fix scrolling direction with trackpad in `scrollable`
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
|
/
*
Notify all `scrollable::Viewport` changes
Héctor Ramón Jiménez
2024-09-10
1
-14
/
+44
*
Implement `scroll_by` operation for `scrollable`
lufte
2024-09-10
1
-31
/
+59
*
Enable horizontal scrolling without shift modifier
Matt Woelfel
2024-09-08
1
-6
/
+20
*
Implement mouse wheel transactions for `scrollable`
Héctor Ramón Jiménez
2024-09-08
1
-9
/
+34
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-1
/
+1
*
Reintroduce `Scrollable::with_direction`
Héctor Ramón Jiménez
2024-07-30
1
-1
/
+9
*
Adapt `scrollable` sizing strategy to contents
Héctor Ramón Jiménez
2024-07-18
1
-5
/
+13
*
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
2024-07-16
1
-37
/
+22
*
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
2024-07-12
1
-43
/
+56
*
Improve `Border` ergonomics
Héctor Ramón Jiménez
2024-07-12
1
-4
/
+5
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-27
/
+48
*
Fix broken doc links in `widget::scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-4
/
+4
*
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-163
/
+248
*
Merge pull request #2488 from vladh/remove-scrollable-comment
Héctor Ramón
2024-07-11
1
-1
/
+0
|
\
|
*
doc: remove extraneous comment
Vlad-Stefan Harbuz
2024-07-02
1
-1
/
+0
*
|
Add `align_x` and `align_y` helpers to `Scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-0
/
+26
*
|
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
1
-3
/
+4
|
/
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-14
/
+10
*
Fix `Shift` scrolling for `scrollable` on macOS
Héctor Ramón Jiménez
2024-04-26
1
-1
/
+3
*
Capture scrollbar events in a `scrollable` before content events
Héctor Ramón Jiménez
2024-04-26
1
-142
/
+142
[next]