Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write missing documentation in `iced_graphics` | 2023-05-11 | 1 | -3/+3 | |
| | |||||
* | Fix bounds of `PickList` text label | 2023-05-10 | 1 | -1/+3 | |
| | |||||
* | Add `line_height` to `pick_list::Icon` | 2023-05-10 | 1 | -5/+16 | |
| | |||||
* | Add `line_height` to `checkbox::Icon` | 2023-05-08 | 1 | -1/+5 | |
| | |||||
* | Export `Shaping` and `LineHeight` in `widget::text` | 2023-05-08 | 1 | -1/+0 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-08 | 1 | -1/+5 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 6 | -16/+126 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 5 | -54/+122 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 7 | -27/+105 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 6 | -1/+14 | |
| | |||||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-17 | 12 | -227/+829 | |
|\ | |||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 12 | -227/+829 | |
| | | |||||
* | | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -0/+2 | |
|/ | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 5 | -7/+7 | |
| | |||||
* | Use `no_run` for widget doc-tests | 2023-03-05 | 10 | -10/+10 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 49 | -0/+14380 | |