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
2021-06-04
Introduce `on_scroll` event in `Scrollable`
Héctor Ramón
1
-1
/
+47
2021-06-04
Introduce `snap_to` and `unsnap` to `scrollable::State`
Héctor Ramón
1
-184
/
+139
2021-06-04
feat(native): Make scrollable programmatically scrollable for some use cases,...
Yusuf Bera Ertan
1
-90
/
+181
2021-06-01
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
1
-5
/
+0
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-4
/
+9
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-3
/
+3
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-7
/
+1
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-1
/
+7
2020-12-15
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
1
-33
/
+32
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-62
/
+1
2020-11-12
Implement event capturing for `Scrollable`
Héctor Ramón Jiménez
1
-37
/
+52
2020-11-12
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
1
-3
/
+8
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-0
/
+5
2020-10-22
Update scrollbar logic and introduce outer_bounds
Clark Moody
1
-3
/
+10
2020-10-22
Replace hard-coded params with struct members
Clark Moody
1
-2
/
+56
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-10
Rename `overlay::Content` trait to `Overlay`
Héctor Ramón Jiménez
1
-3
/
+3
2020-07-08
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
1
-3
/
+5
2020-07-08
Implement `Widget::overlay` for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+17
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-3
/
+3
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-30
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
1
-12
/
+8
2020-04-12
#288 Renamed XXXWidget to Marker
Olivier Pinon
1
-2
/
+2
2020-04-12
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
1
-3
/
+4
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-30
refactor: remove not mandatory static lifetime
Théo Gaillard
1
-1
/
+1
2020-03-19
Remove redundant `scroll_to` in `Scrollable`
Héctor Ramón Jiménez
1
-14
/
+0
2020-03-19
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
1
-18
/
+38
2020-03-18
Added initial touch events to support iOS
Sebastian Imlay
1
-4
/
+40
2020-03-14
Fix `Scrollable` width consistency
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
1
-1
/
+1
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
1
-1
/
+1
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
1
-5
/
+19
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-1
/
+7
2019-12-21
Fix scroll percentage calculation in `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+2
2019-12-18
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
1
-2
/
+4
2019-12-03
Correct documentation oversight
Friz64
1
-2
/
+5
2019-12-03
Unify logic by introducing `scrollable::Scrollbar`
Héctor Ramón Jiménez
1
-112
/
+103
2019-12-02
Address suggestions
Friz64
1
-43
/
+65
2019-12-02
Move scrolling percentage logic to separate function
Friz64
1
-10
/
+23
2019-12-02
Finalize work
Friz64
1
-28
/
+41
2019-12-02
First implementation
Friz64
1
-21
/
+52
2019-11-24
Increase scrolling speed in `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-24
Fix rounding error when scrolling
Héctor Ramón Jiménez
1
-8
/
+7
2019-11-22
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
1
-0
/
+1
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
1
-0
/
+24
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-17
/
+200
2019-11-16
Make `width` and `height` required methods
Héctor Ramón Jiménez
1
-0
/
+8
[next]