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
/
runtime
/
src
/
overlay
/
nested.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-1
/
+3
2023-06-21
Fix `translation` in `layout` of `Nested` overlay
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-14
Fix cursor availability in `overlay::Nested::draw`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-1
/
+12
2023-06-14
Cursor availability during on_event
Cory Forsstrom
1
-23
/
+50
2023-06-14
Remove interior mutability
Cory Forsstrom
1
-62
/
+23
2023-06-14
Use layout with children for nesting
Cory Forsstrom
1
-59
/
+71
2023-06-14
Cursor availability by layer
Cory Forsstrom
1
-6
/
+28
2023-06-14
Remove unwraps in `overlay::Nested` and fix `mouse_interaction`
Cory Forsstrom
1
-51
/
+69
2023-06-14
Prioritize mouse interaction of deepest `Overlay`
Cory Forsstrom
1
-9
/
+21
2023-06-14
Render nested in layer
Cory Forsstrom
1
-1
/
+3
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-0
/
+288