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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-2
/
+2
*
Run `cargo fmt`
Héctor Ramón Jiménez
2024-12-02
1
-3
/
+1
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-5
/
+5
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
1
-2
/
+2
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-2
/
+2
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-10
/
+8
*
Fix new elided lifetime lint in the `beta` toolchain
Héctor Ramón Jiménez
2024-10-17
1
-1
/
+1
*
Fix `responsive`, `component`, and `lazy` always returning an `overlay`
Héctor Ramón Jiménez
2024-10-04
1
-23
/
+34
*
Deprecate the `component` widget
Héctor Ramón Jiménez
2024-09-05
1
-0
/
+1
*
Flag `lazy` feature types directly
Héctor Ramón Jiménez
2024-09-05
1
-0
/
+1
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-1
/
+1
*
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2024-04-01
1
-7
/
+14
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-17
/
+6
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-32
/
+43
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+2
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+7
*
Fix `Overlay` composition
Héctor Ramón Jiménez
2023-11-21
1
-2
/
+3
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-3
/
+3
*
Fix `Widget::layout` for `Lazy`
Héctor Ramón Jiménez
2023-09-01
1
-1
/
+3
*
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+2
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+2
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+2
*
Update `ouroboros` dependency
Héctor Ramón Jiménez
2023-06-21
1
-5
/
+1
*
Use nested for lazy widgets
Cory Forsstrom
2023-06-14
1
-15
/
+18
*
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
2023-06-14
1
-2
/
+7
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-24
/
+12
*
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
2023-05-11
1
-0
/
+3
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+409