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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-3
/
+3
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
1
-2
/
+2
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-39
/
+35
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-2
/
+2
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-2
/
+2
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-17
/
+4
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-18
/
+20
*
Remove unused `position` argument in `overlay::Nested`
Héctor Ramón Jiménez
2023-11-21
1
-10
/
+3
*
Fix `Overlay` composition
Héctor Ramón Jiménez
2023-11-21
1
-5
/
+13
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-1
/
+3
*
Fix `translation` in `layout` of `Nested` overlay
Héctor Ramón Jiménez
2023-06-21
1
-1
/
+1
*
Fix cursor availability in `overlay::Nested::draw`
Héctor Ramón Jiménez
2023-06-14
1
-1
/
+1
*
Use nested for lazy widgets
Cory Forsstrom
2023-06-14
1
-0
/
+353