| Commit message (Expand) | Author | Files | Lines |
2023-06-29 | Remove `layout` method from `core::Renderer` trait | Héctor Ramón Jiménez | 1 | -6/+7 |
2023-06-27 | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 4 | -4/+5 |
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 |
2023-05-11 | Write missing documentation in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-04-26 | Remove `dbg!` statement leftover | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-04-04 | Draft (very) basic incremental rendering for `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-03-05 | Fix `README` of `iced_runtime` | Héctor Ramón Jiménez | 1 | -16/+4 |
2023-03-05 | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 18 | -0/+1824 |