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
/
responsive.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
-2
/
+2
2024-12-02
Run `cargo fmt`
Héctor Ramón Jiménez
1
-5
/
+2
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-6
/
+6
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Fix deferred layout on resize after drawing
Héctor Ramón Jiménez
1
-10
/
+13
2024-11-05
Rename `Widget::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
-21
/
+10
2024-10-24
Fix `responsive` diffing when `Tree` is emptied by ancestors
Héctor Ramón Jiménez
1
-1
/
+4
2024-10-04
Fix `responsive`, `component`, and `lazy` always returning an `overlay`
Héctor Ramón Jiménez
1
-1
/
+5
2024-10-04
Implement `Overlay::operate` for `responsive::Overlay`
Héctor Ramón Jiménez
1
-0
/
+11
2024-09-05
Flag `lazy` feature types directly
Héctor Ramón Jiménez
1
-0
/
+1
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-21
Fix layout invalidation for `Responsive` widget
Héctor Ramón Jiménez
1
-11
/
+34
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-17
/
+6
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-29
/
+42
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
1
-2
/
+4
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-3
/
+3
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-8
/
+9
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+2
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-12
/
+15
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-2
/
+7
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-36
/
+14
2023-06-01
Invalidate `Responsive` layout when size changes without a `view` call
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-19
/
+21
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-10
fix: lazy widgets overlay is_over
Nick Senger
1
-0
/
+7
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-05
Fix shadowed variable
Cory Forsstrom
1
-2
/
+4
2022-12-22
Implement `Widget::operate` for `Responsive`
Héctor Ramón Jiménez
1
-1
/
+24
2022-11-29
Allow &mut self in overlay
tarkah
1
-9
/
+13
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-227
/
+206
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-1
/
+4
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-37
/
+8
2022-02-22
fix: overlay layout for `Responsive`
Nick Senger
1
-4
/
+9
2022-01-20
Invalidate widget tree in `Responsive` after a `window::Event::Resized`
Héctor Ramón Jiménez
1
-1
/
+5
2022-01-20
Recompute layout of `Responsive` contents when size changes
Héctor Ramón Jiménez
1
-1
/
+3
2022-01-12
Write docs for `responsive` in `iced_lazy`
Héctor Ramón Jiménez
1
-1
/
+13
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
1
-0
/
+413