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
/
lazy
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
2
-3
/
+6
2023-09-20
Fix `clippy::redundant-closure-for-method-calls`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-01
Fix `Widget::layout` for `Component`
Héctor Ramón Jiménez
1
-1
/
+7
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2
-5
/
+5
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2
-9
/
+11
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-3
/
+7
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
2
-0
/
+4
2023-07-09
fix: request redraw in component overlay
Nick Senger
1
-0
/
+4
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
2
-29
/
+40
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
2
-4
/
+14
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
2
-53
/
+26
2023-06-01
Invalidate `Responsive` layout when size changes without a `view` call
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-11
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+8
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
4
-0
/
+1054