| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -6/+5 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -1/+3 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -3/+3 |
|\ |
|
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -3/+3 |
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -2/+2 |
* | | Reduce default spacing of `Checkbox` | 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 | -47/+56 |
|/ |
|
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+1 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -3/+3 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -9/+8 |
* | clippy | Casper Storm | 2023-05-23 | 1 | -1/+1 |
* | Add `line_height` to `checkbox::Icon` | Héctor Ramón Jiménez | 2023-05-08 | 1 | -1/+5 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -0/+14 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -3/+16 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+2 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -11/+11 |
* | Use `no_run` for widget doc-tests | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+1 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+323 |