Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
* | 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 | |