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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Add `bounds` argument to `Component::operate`
Héctor Ramón Jiménez
2025-02-18
1
-1
/
+4
*
Fix `Component` not diffing when its state is recreated
Héctor Ramón Jiménez
2025-02-14
1
-0
/
+3
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
2
-4
/
+4
*
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
1
-25
/
+4
*
Draft `input_method` support
KENZ
2025-02-02
1
-0
/
+2
*
Run `cargo fmt`
Héctor Ramón Jiménez
2024-12-02
1
-5
/
+2
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
2
-16
/
+16
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
2
-4
/
+4
*
Fix deferred layout on resize after drawing
Héctor Ramón Jiménez
2024-11-05
1
-10
/
+13
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
2
-4
/
+4
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
2
-42
/
+32
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-2
/
+17
*
Fix `responsive` diffing when `Tree` is emptied by ancestors
Héctor Ramón Jiménez
2024-10-24
1
-1
/
+4
*
Fix `responsive`, `component`, and `lazy` always returning an `overlay`
Héctor Ramón Jiménez
2024-10-04
2
-38
/
+46
*
Implement `Overlay::operate` for `responsive::Overlay`
Héctor Ramón Jiménez
2024-10-04
1
-0
/
+11
*
Document how the state of a `Component` can be managed
dtoniolo
2024-09-13
1
-0
/
+13
*
Deprecate the `component` widget
Héctor Ramón Jiménez
2024-09-05
2
-0
/
+13
*
Flag `lazy` feature types directly
Héctor Ramón Jiménez
2024-09-05
3
-2
/
+5
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
2
-4
/
+4
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
2
-58
/
+5
*
Allow `dead_code` in `widget::lazy::cache`
Héctor Ramón Jiménez
2024-06-11
1
-0
/
+1
*
Fix layout invalidation for `Responsive` widget
Héctor Ramón Jiménez
2024-03-21
2
-11
/
+36
*
Add `size_hint` method to `Component` trait
Héctor Ramón Jiménez
2024-02-21
1
-4
/
+17
*
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
2024-02-15
1
-1
/
+1
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
2
-40
/
+14
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
4
-75
/
+96
*
Merge pull request #2192 from iced-rs/fix/layout-inconsistencies
Héctor Ramón
2024-01-12
2
-10
/
+12
|
\
|
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
2
-12
/
+7
|
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+7
*
|
Fix doc to include missing feature tags
William Shere
2024-01-05
1
-0
/
+3
|
/
*
Fix `Overlay` composition
Héctor Ramón Jiménez
2023-11-21
2
-3
/
+6
*
Fix `clippy::redundant-closure-for-method-calls`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-2
/
+2
*
Fix `Widget::layout` for `Component`
Héctor Ramón Jiménez
2023-09-01
1
-1
/
+7
*
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
2
-5
/
+5
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
2
-9
/
+11
*
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
2023-07-27
1
-3
/
+7
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
2
-0
/
+4
*
fix: request redraw in component overlay
Nick Senger
2023-07-09
1
-0
/
+4
*
Use nested for lazy widgets
Cory Forsstrom
2023-06-14
2
-29
/
+40
*
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
2023-06-14
2
-4
/
+14
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
2
-53
/
+26
*
Invalidate `Responsive` layout when size changes without a `view` call
Héctor Ramón Jiménez
2023-06-01
1
-0
/
+1
*
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
2023-05-11
1
-0
/
+8
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
1
-21
/
+33
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-79
/
+173
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
4
-0
/
+1054