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
*
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2023-09-20
1
-2
/
+2
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-5
/
+5
*
Fix `height` of vertical scroller in `Scrollbar`
Héctor Ramón Jiménez
2023-09-14
1
-4
/
+4
*
Fix width of horizontal scrollbar in `Scrollable`
Héctor Ramón Jiménez
2023-09-14
1
-6
/
+6
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
1
-0
/
+10
|
\
|
*
Add access to bounds/content bounds from a scrollable viewport. (#2072)
Nick
2023-09-07
1
-0
/
+10
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+2
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+6
|
/
*
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
2023-08-26
1
-6
/
+6
*
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
2023-07-27
1
-1
/
+13
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-2
/
+18
*
Avoid redundant `max` in `absolute_offset_reversed`
Héctor Ramón Jiménez
2023-07-13
1
-4
/
+2
*
Introduce `absolute_offset_reversed` to `scrollable::Viewport`
Héctor Ramón Jiménez
2023-07-13
1
-58
/
+17
*
Expose methods to change viewport alignment
Cory Forsstrom
2023-07-12
1
-1
/
+58
*
Remove unnecessary cursor unavailability logic in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-22
/
+12
*
Rename `absolute_from_start` to `translation` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-3
/
+3
*
Disambiguate `offset` from `translation` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-37
/
+40
*
Increase type-safety of `alignment` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-63
/
+37
*
Remove public fields from `Viewport`
Héctor Ramón Jiménez
2023-07-12
1
-31
/
+3
*
Add alignment to Viewport
Cory Forsstrom
2023-07-04
1
-1
/
+27
*
Make viewport bounds public
Cory Forsstrom
2023-07-04
1
-2
/
+4
*
Add scrollable alignment option
Cory Forsstrom
2023-07-04
1
-8
/
+101
*
Use `Option::filter` instead of `and_then` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-14
/
+6
*
Require a `Direction` when computing `State::offset` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-18
/
+23
*
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-57
/
+48
*
Make vertical scroll properties optional
Austin M. Reppert
2023-06-27
1
-40
/
+90
*
Only scroll w/ wheel if over scrollable
Cory Forsstrom
2023-06-12
1
-0
/
+4
*
Fix mouse interactions in `Scrollable`
Héctor Ramón Jiménez
2023-06-08
1
-4
/
+24
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-3
/
+3
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-131
/
+125
*
clippy
Casper Storm
2023-05-23
1
-2
/
+2
*
Avoid drawing empty quads in `widget::scrollable`
Héctor Ramón Jiménez
2023-05-23
1
-6
/
+10
*
Remove min width 1 from scrollbar & scroller
Cory Forsstrom
2023-05-23
1
-4
/
+2
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
1
-27
/
+80
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-17
/
+35
*
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+1325