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
(
unfollow
)
Commit message (
Collapse
)
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
Translations were not easily composable.
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
-0
/
+353