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
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-3
/
+3
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-39
/
+35
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-2
/
+2
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-17
/
+4
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-18
/
+20
2023-11-21
Remove unused `position` argument in `overlay::Nested`
Héctor Ramón Jiménez
1
-10
/
+3
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
1
-5
/
+13
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