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