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.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
Update `ouroboros` dependency
Héctor Ramón Jiménez
1
-5
/
+1
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-15
/
+18
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-2
/
+7
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-24
/
+12
2023-05-11
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+3
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-17
/
+30
2023-02-10
fix: lazy widgets overlay is_over
Nick Senger
1
-0
/
+7
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-11
feat: provide `&Dependency` to `Lazy` widget `View`
Nick Senger
1
-4
/
+8
2023-01-10
fix: `Lazy` widget
Nick Senger
1
-45
/
+75
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
1
-18
/
+9
2022-11-03
Rename `iced_lazy::Cached` to `Lazy` :tada:
Héctor Ramón Jiménez
1
-7
/
+7
2022-11-03
Implement `Widget::operate` for `lazy::Cached`
Héctor Ramón Jiménez
1
-1
/
+17
2022-11-03
Diff children only when hash differs in `lazy::Cached`
Héctor Ramón Jiménez
1
-5
/
+7
2022-11-03
lint
Nick Senger
1
-2
/
+2
2022-11-03
feat: implement `Cached` widget
Nick Senger
1
-0
/
+344