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
/
keyed
(
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
-8
/
+2
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-3
/
+3
*
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
-18
/
+17
*
Show `keyed_column` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-2
/
+20
*
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
*
Fix `clippy` lints for new `1.78` stable toolchain
Héctor Ramón Jiménez
2024-05-02
1
-1
/
+1
*
Use `Iterator::size_hint` to initialize `Column` and `Row` capacity
Héctor Ramón Jiménez
2024-04-01
1
-6
/
+40
*
Fix `Column` and `Row` fluidity being overridden by `push`
Héctor Ramón Jiménez
2024-02-27
1
-8
/
+3
*
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-15
1
-0
/
+13
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+9
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-13
/
+23
*
Fix `size_hint` for `keyed_column`
Héctor Ramón Jiménez
2024-01-10
1
-20
/
+25
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-7
/
+6
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-0
/
+2
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
2023-09-04
1
-0
/
+320