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
/
component.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-18
Add `bounds` argument to `Component::operate`
Héctor Ramón Jiménez
1
-1
/
+4
2025-02-14
Fix `Component` not diffing when its state is recreated
Héctor Ramón Jiménez
1
-0
/
+3
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
1
-25
/
+4
2025-02-02
Draft `input_method` support
KENZ
1
-0
/
+2
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-10
/
+10
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
1
-2
/
+2
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
/
+22
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-2
/
+17
2024-10-04
Fix `responsive`, `component`, and `lazy` always returning an `overlay`
Héctor Ramón Jiménez
1
-37
/
+41
2024-09-13
Document how the state of a `Component` can be managed
dtoniolo
1
-0
/
+13
2024-09-05
Deprecate the `component` widget
Héctor Ramón Jiménez
1
-0
/
+6
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
-3
/
+3
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-57
/
+4
2024-03-21
Fix layout invalidation for `Responsive` widget
Héctor Ramón Jiménez
1
-0
/
+2
2024-02-21
Add `size_hint` method to `Component` trait
Héctor Ramón Jiménez
1
-4
/
+17
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-23
/
+8
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-34
/
+41
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+2
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-0
/
+7
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
1
-1
/
+2
2023-09-20
Fix `clippy::redundant-closure-for-method-calls`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-01
Fix `Widget::layout` for `Component`
Héctor Ramón Jiménez
1
-1
/
+7
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-1
/
+2
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-3
/
+7
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+2
2023-07-09
fix: request redraw in component overlay
Nick Senger
1
-0
/
+4
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-17
/
+25
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
-17
/
+12
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-16
/
+16
2023-02-12
fix: diff widget sub-tree after rebuilding component with operation
Nick Senger
1
-0
/
+2
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-30
Fix widget-driven animations for `Component`
Héctor Ramón Jiménez
1
-0
/
+4
2023-01-02
Prefix `_` instead of `allow(unused)` in `Component` trait
Héctor Ramón Jiménez
1
-2
/
+4
2022-12-30
Add `operate` method to `Component` trait
Nick Senger
1
-0
/
+33
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
1
-18
/
+13
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+8
2022-08-07
Impl operate for Component widget
tarkah
1
-0
/
+42
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-132
/
+176
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-2
/
+11
2022-05-13
remove rebuild of component overlay from `on_event`
Nick Senger
1
-3
/
+1
2022-05-13
Revert "fix: prevent building overlay with stale layout"
Héctor Ramón Jiménez
1
-33
/
+3
[next]