| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `Iterator::size_hint` to initialize `Column` and `Row` capacity | Héctor Ramón Jiménez | 2024-04-01 | 1 | -1/+8 |
* | Fix `Column` and `Row` fluidity being overridden by `push` | Héctor Ramón Jiménez | 2024-02-27 | 1 | -8/+3 |
* | Add `from_vec` method to `Column` and `Row` | Héctor Ramón Jiménez | 2024-02-19 | 1 | -9/+22 |
* | Add `extend` method to `Column` and `Row` | Héctor Ramón Jiménez | 2024-02-19 | 1 | -1/+9 |
* | Add `push_maybe` to `Column` and `Row` | Héctor Ramón Jiménez | 2024-02-15 | 1 | -0/+12 |
* | Add `clip` property to `Button` | Héctor Ramón Jiménez | 2024-02-15 | 1 | -1/+1 |
* | Add `clip` property to `Container`, `Column`, and `Row` | Héctor Ramón Jiménez | 2024-02-15 | 1 | -2/+21 |
* | 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 | -12/+13 |
* | Make `column` and `row` take an `IntoIterator` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -4/+2 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -7/+6 |
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | Héctor Ramón Jiménez | 2024-01-10 | 1 | -11/+30 |
* | Create `layout` example | Héctor Ramón Jiménez | 2024-01-10 | 1 | -1/+1 |
* | Fix needless borrow in `row::layout` | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+1 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -3/+3 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -9/+11 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
* | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -2/+2 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -0/+2 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 1 | -1/+1 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+2 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -20/+10 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+253 |