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
/
operation
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-04-17
Add scrollable `Viewport`
Cory Forsstrom
1
-9
/
+0
2023-04-14
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
1
-1
/
+49
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
3
-388
/
+0
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-6
/
+24
2023-01-04
Make count fields pub
Cory Forsstrom
1
-2
/
+2
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
1
-5
/
+5
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
1
-9
/
+10
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+131
2022-11-11
Add widget operation to find currently focused widget
mtkennerly
1
-0
/
+34
2022-08-05
Fix documentation in `operation::focusable`
Héctor Ramón Jiménez
1
-3
/
+4
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
2
-0
/
+24
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2
-0
/
+179