Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -12/+12 | ||
|\ \ | ||||||
| * | | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -12/+12 | ||
* | | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -10/+7 | ||
|/ / | ||||||
* | | Fix `ComboBox` widget not displaying selection text | 2023-09-10 | 1 | -1/+27 | ||
* | | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -1/+1 | ||
|\ \ | ||||||
| * | | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+1 | ||
* | | | Implement `Icon` support for `TextInput` | 2023-09-09 | 1 | -4/+23 | ||
* | | | Simplify new logic in `TextInput` | 2023-08-30 | 1 | -33/+25 | ||
* | | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -27/+19 | ||
* | | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -158/+164 | ||
|/ / | ||||||
* | | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 1 | -2/+6 | ||
* | | ensure no paste with alt | 2023-08-05 | 1 | -1/+3 | ||
* | | Use default padding of `TextInput` in `ComboBox` | 2023-07-26 | 1 | -1/+4 | ||
* | | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+1 | ||
* | | Restart animation when regaining focus | 2023-07-13 | 1 | -0/+3 | ||
* | | Dont blink input cursor when window loses focus | 2023-07-13 | 1 | -8/+31 | ||
|/ | ||||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -3/+3 | ||
* | Implement basic cursor availability | 2023-06-08 | 1 | -17/+21 | ||
* | clippy | 2023-05-23 | 1 | -1/+1 | ||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+29 | ||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -2/+5 | ||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -7/+11 | ||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -1/+6 | ||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-17 | 1 | -32/+170 | ||
|\ | ||||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -32/+170 | ||
* | | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -0/+2 | ||
|/ | ||||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | ||
* | Use `no_run` for widget doc-tests | 2023-03-05 | 1 | -1/+1 | ||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+1221 |