summaryrefslogtreecommitdiffstats
path: root/runtime/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2-2/+2
2023-09-19Chore: Apply some minor clippy fixesLibravatar Yuri Astrakhan1-13/+7
2023-09-19Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan1-1/+1
2023-09-09Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez1-2/+3
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang4-28/+7
2023-09-07Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez1-2/+3
2023-08-30Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez1-3/+3
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-6/+11
2023-08-26Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-28Bump versions :tada:Libravatar Héctor Ramón Jiménez2-3/+3
2023-07-24Don't clip raw overlay boundsLibravatar Cory Forsstrom1-11/+7
2023-07-15Add viewport to Widget::on_eventLibravatar Cory Forsstrom1-0/+3
2023-07-06Add `fetch_size` helper to `runtime::window`Libravatar Héctor Ramón Jiménez1-0/+7
2023-07-06Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2-14/+8
2023-06-29Revert "Remove `layout` method from `core::Renderer` trait"Libravatar Héctor Ramón Jiménez1-7/+6
2023-06-29Keep imports consistent in `program::state`Libravatar Héctor Ramón Jiménez1-4/+4
2023-06-29Take `Box` instead of reference in `State::operate`Libravatar Héctor Ramón Jiménez1-8/+8
2023-06-29Remove `layout` method from `core::Renderer` traitLibravatar Héctor Ramón Jiménez1-6/+7
2023-06-28runtime: Add `operate` method to `program::State`Libravatar Victoria Brekenfeld1-0/+38
2023-06-27Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez4-4/+5
2023-06-22Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir1-15/+3
2023-06-21Add command to retrieve window sizeLibravatar Yiğit Özdemir1-0/+16
2023-06-21Fix `translation` in `layout` of `Nested` overlayLibravatar Héctor Ramón Jiménez1-1/+1
2023-06-14Fix cursor availability in `overlay::Nested::draw`Libravatar Héctor Ramón Jiménez1-1/+1
2023-06-14Use nested for lazy widgetsLibravatar Cory Forsstrom4-5/+19
2023-06-14Cursor availability during on_eventLibravatar Cory Forsstrom1-23/+50
2023-06-14Remove interior mutabilityLibravatar Cory Forsstrom2-80/+42
2023-06-14Use layout with children for nestingLibravatar Cory Forsstrom1-59/+71
2023-06-14Cursor availability by layerLibravatar Cory Forsstrom1-6/+28
2023-06-14Remove unwraps in `overlay::Nested` and fix `mouse_interaction`Libravatar Cory Forsstrom1-51/+69
2023-06-14Prioritize mouse interaction of deepest `Overlay`Libravatar Cory Forsstrom1-9/+21
2023-06-14Render nested in layerLibravatar Cory Forsstrom1-1/+3
2023-06-14Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2-27/+332
2023-06-08Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2-29/+48
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez1-15/+15
2023-06-06Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez1-4/+15
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus4-0/+99
2023-05-25Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez2-21/+15
2023-05-11Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez1-1/+1
2023-05-11Remove OpenGL mentions in `README`sLibravatar Héctor Ramón Jiménez1-4/+3
2023-05-11Write missing documentation in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-26Remove `dbg!` statement leftoverLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-04Draft (very) basic incremental rendering for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez16-0/+1764