Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -15/+13 | |
| | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -1/+1 | |
| | |||||
* | Bump version of `iced_runtime` :tada: | 2023-08-02 | 1 | -1/+1 | |
| | |||||
* | Update README.md to reflect native->runtime rename | 2023-08-02 | 1 | -5/+5 | |
| | |||||
* | Fix `iced_runtime` description | 2023-07-28 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2023-07-28 | 3 | -6/+6 | |
| | |||||
* | Don't clip raw overlay bounds | 2023-07-24 | 1 | -11/+7 | |
| | | | | | | | | User interface wraps the overlay in `overlay::Nested`. Clipping here w/ the base Nested overlay always clipped at (0, 0) position instead of the correct position of the child overlay. It's clipped properly already within `Nested::draw`. | ||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+3 | |
| | |||||
* | Merge pull request #1927 from thunderstorm010/master | 2023-07-06 | 2 | -13/+18 | |
|\ | | | | | Add command to retrieve window size | ||||
| * | Add `fetch_size` helper to `runtime::window` | 2023-07-06 | 1 | -0/+7 | |
| | | |||||
| * | Use `Size` in both `Resize` and `FetchSize` window actions | 2023-07-06 | 2 | -14/+8 | |
| | | |||||
| * | Add FetchSize command - apply the changes discussed at #water-cooler | 2023-06-22 | 1 | -15/+3 | |
| | | |||||
| * | Add command to retrieve window size | 2023-06-21 | 1 | -0/+16 | |
| | | |||||
* | | Merge pull request #1938 from iced-rs/text-cache-modes | 2023-06-30 | 1 | -7/+6 | |
|\ \ | | | | | | | Text cache modes | ||||
| * | | Revert "Remove `layout` method from `core::Renderer` trait" | 2023-06-29 | 1 | -7/+6 | |
| | | | | | | | | | | | | This reverts commit 2128472c2a8afcb59927712497c4f613612e9dcc. | ||||
* | | | Merge pull request #1913 from Drakulix/feature/runtime-state-operate | 2023-06-29 | 1 | -0/+38 | |
|\ \ \ | |/ / |/| | | runtime: Handle widget operations in `program::State` helper | ||||
| * | | Keep imports consistent in `program::state` | 2023-06-29 | 1 | -4/+4 | |
| | | | |||||
| * | | Take `Box` instead of reference in `State::operate` | 2023-06-29 | 1 | -8/+8 | |
| | | | |||||
| * | | runtime: Add `operate` method to `program::State` | 2023-06-28 | 1 | -0/+38 | |
| | | | |||||
* | | | Remove `layout` method from `core::Renderer` trait | 2023-06-29 | 1 | -6/+7 | |
| | | | |||||
* | | | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 3 | -0/+111 | |
|\ \ \ | |_|/ |/| | | Feat: Offscreen Rendering & Screenshots | ||||
| * | | Move `Screenshot` inside `window` module | 2023-06-27 | 4 | -4/+5 | |
| | | | |||||
| * | | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>` | 2023-06-06 | 1 | -4/+15 | |
| | | | |||||
| * | | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 4 | -0/+99 | |
| | | | | | | | | | | | | window::screenshot command. | ||||
* | | | Fix `translation` in `layout` of `Nested` overlay | 2023-06-21 | 1 | -1/+1 | |
| | | | |||||
* | | | Fix cursor availability in `overlay::Nested::draw` | 2023-06-14 | 1 | -1/+1 | |
| | | | |||||
* | | | Use nested for lazy widgets | 2023-06-14 | 4 | -5/+19 | |
| | | | |||||
* | | | Cursor availability during on_event | 2023-06-14 | 1 | -23/+50 | |
| | | | |||||
* | | | Remove interior mutability | 2023-06-14 | 2 | -80/+42 | |
| | | | | | | | | | | | | | | | Nested doesn't need to implement Overlay trait, it can be be used mutably in user interface so we don't need interior mutability. | ||||
* | | | Use layout with children for nesting | 2023-06-14 | 1 | -59/+71 | |
| | | | |||||
* | | | Cursor availability by layer | 2023-06-14 | 1 | -6/+28 | |
| | | | |||||
* | | | Remove unwraps in `overlay::Nested` and fix `mouse_interaction` | 2023-06-14 | 1 | -51/+69 | |
| | | | |||||
* | | | Prioritize mouse interaction of deepest `Overlay` | 2023-06-14 | 1 | -9/+21 | |
| | | | |||||
* | | | Render nested in layer | 2023-06-14 | 1 | -1/+3 | |
| | | | |||||
* | | | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 2 | -27/+332 | |
| |/ |/| | |||||
* | | Extend cursor availability to the shell level | 2023-06-08 | 2 | -29/+48 | |
| | | |||||
* | | Implement basic cursor availability | 2023-06-08 | 1 | -15/+15 | |
|/ | |||||
* | Replace `change_always_on_top` action with `change_level` | 2023-05-25 | 2 | -21/+15 | |
| | |||||
* | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 1 | -1/+1 | |
| | |||||
* | Remove OpenGL mentions in `README`s | 2023-05-11 | 1 | -4/+3 | |
| | |||||
* | Write missing documentation in `iced_wgpu` | 2023-05-11 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 6 | -15/+32 | |
| | |||||
* | Fix `README` of `iced_runtime` | 2023-03-05 | 1 | -16/+4 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 18 | -0/+1824 | |