| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: fix "Reconciles" typo | Vlad-Stefan Harbuz | 2024-06-30 | 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 |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+1 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -5/+5 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -1/+2 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -3/+3 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -6/+3 |
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | Héctor Ramón Jiménez | 2024-01-10 | 1 | -1/+9 |
* | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+2 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -5/+5 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+1 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -4/+4 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -5/+5 |
|\ |
|
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+145 |
|/ |
|
* | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 1 | -39/+0 |
* | Implement `Container` widget | Héctor Ramón Jiménez | 2019-11-11 | 1 | -0/+2 |
* | Draft `TextInput` widget structure | Héctor Ramón Jiménez | 2019-10-30 | 1 | -4/+4 |
* | Draft `Scrollable` widget (no clipping yet!) | Héctor Ramón Jiménez | 2019-10-25 | 1 | -0/+4 |
* | Improve documentation | Héctor Ramón Jiménez | 2019-09-24 | 1 | -5/+11 |
* | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 2019-09-20 | 1 | -0/+27 |
* | Rethink workspace structure | Héctor Ramón Jiménez | 2019-09-14 | 1 | -114/+0 |
* | Switch to workspace layout | Héctor Ramón Jiménez | 2019-09-10 | 1 | -0/+114 |