| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |