| Commit message (Expand) | Author | Files | Lines |
2023-11-29 | Implement `command::channel` helper | Héctor Ramón Jiménez | 1 | -0/+21 |
2023-11-29 | Implement `Command::run` for executing a `Stream` to completion | Héctor Ramón Jiménez | 2 | -2/+21 |
2023-11-21 | Remove unused `position` argument in `overlay::Nested` | Héctor Ramón Jiménez | 1 | -10/+3 |
2023-11-21 | Fix `Overlay` composition | Héctor Ramón Jiménez | 2 | -12/+36 |
2023-10-18 | Fix `Command<T>::perform` to return a `Command<T>` | Ian Douglas Scott | 1 | -3/+3 |
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 1 | -5/+0 |
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2 | -2/+2 |
2023-09-19 | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 1 | -13/+7 |
2023-09-19 | Chore: Apply clippy docs keyword quoting | Yuri Astrakhan | 1 | -1/+1 |
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-09-09 | Fix majority of unresolved documentation links | Matthias Vogelgesang | 4 | -28/+7 |
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -15/+13 |
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-08-30 | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 1 | -6/+11 |
2023-08-26 | Fix `clippy` lints for Rust 1.72 | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-08-02 | Bump version of `iced_runtime` :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-08-02 | Update README.md to reflect native->runtime rename | Ryan Scheidter | 1 | -5/+5 |
2023-07-28 | Fix `iced_runtime` description | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-07-28 | Bump versions :tada: | Héctor Ramón Jiménez | 3 | -6/+6 |
2023-07-24 | Don't clip raw overlay bounds | Cory Forsstrom | 1 | -11/+7 |
2023-07-15 | Add viewport to Widget::on_event | Cory Forsstrom | 1 | -0/+3 |
2023-07-06 | Add `fetch_size` helper to `runtime::window` | Héctor Ramón Jiménez | 1 | -0/+7 |
2023-07-06 | Use `Size` in both `Resize` and `FetchSize` window actions | Héctor Ramón Jiménez | 2 | -14/+8 |
2023-06-29 | Revert "Remove `layout` method from `core::Renderer` trait" | Héctor Ramón Jiménez | 1 | -7/+6 |
2023-06-29 | Keep imports consistent in `program::state` | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-06-29 | Take `Box` instead of reference in `State::operate` | Héctor Ramón Jiménez | 1 | -8/+8 |
2023-06-29 | Remove `layout` method from `core::Renderer` trait | Héctor Ramón Jiménez | 1 | -6/+7 |
2023-06-28 | runtime: Add `operate` method to `program::State` | Victoria Brekenfeld | 1 | -0/+38 |
2023-06-27 | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 4 | -4/+5 |
2023-06-22 | Add FetchSize command - apply the changes discussed at #water-cooler | Yiğit Özdemir | 1 | -15/+3 |
2023-06-21 | Add command to retrieve window size | Yiğit Özdemir | 1 | -0/+16 |
2023-06-21 | Fix `translation` in `layout` of `Nested` overlay | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-06-14 | Fix cursor availability in `overlay::Nested::draw` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-06-14 | Use nested for lazy widgets | Cory Forsstrom | 4 | -5/+19 |
2023-06-14 | Cursor availability during on_event | Cory Forsstrom | 1 | -23/+50 |
2023-06-14 | Remove interior mutability | Cory Forsstrom | 2 | -80/+42 |
2023-06-14 | Use layout with children for nesting | Cory Forsstrom | 1 | -59/+71 |
2023-06-14 | Cursor availability by layer | Cory Forsstrom | 1 | -6/+28 |
2023-06-14 | Remove unwraps in `overlay::Nested` and fix `mouse_interaction` | Cory Forsstrom | 1 | -51/+69 |
2023-06-14 | Prioritize mouse interaction of deepest `Overlay` | Cory Forsstrom | 1 | -9/+21 |
2023-06-14 | Render nested in layer | Cory Forsstrom | 1 | -1/+3 |
2023-06-14 | Introduce internal `overlay::Nested` for `UserInterface` | Cory Forsstrom | 2 | -27/+332 |
2023-06-08 | Extend cursor availability to the shell level | Héctor Ramón Jiménez | 2 | -29/+48 |
2023-06-08 | Implement basic cursor availability | Héctor Ramón Jiménez | 1 | -15/+15 |
2023-06-06 | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>` | Héctor Ramón Jiménez | 1 | -4/+15 |
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 4 | -0/+99 |
2023-05-25 | Replace `change_always_on_top` action with `change_level` | Héctor Ramón Jiménez | 2 | -21/+15 |
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-05-11 | Remove OpenGL mentions in `README`s | Héctor Ramón Jiménez | 1 | -4/+3 |