summaryrefslogtreecommitdiffstats
path: root/runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-09Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe2-0/+45
2023-12-02Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez4-125/+140
2023-11-30Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2-23/+15
2023-11-29Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2-2/+2
2023-11-29Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2023-11-29Implement `command::channel` helperLibravatar Héctor Ramón Jiménez1-0/+21
2023-11-29Implement `Command::run` for executing a `Stream` to completionLibravatar Héctor Ramón Jiménez2-2/+21
2023-11-21Remove unused `position` argument in `overlay::Nested`Libravatar Héctor Ramón Jiménez1-10/+3
2023-11-21Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2-12/+36
2023-10-18Fix `Command<T>::perform` to return a `Command<T>`Libravatar Ian Douglas Scott1-3/+3
2023-09-20Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez1-5/+0
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-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-15/+13
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-08-02Bump version of `iced_runtime` :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-08-02Update README.md to reflect native->runtime renameLibravatar Ryan Scheidter1-5/+5
2023-07-28Fix `iced_runtime` descriptionLibravatar Héctor Ramón Jiménez1-1/+1
2023-07-28Bump versions :tada:Libravatar Héctor Ramón Jiménez3-6/+6
2023-07-24Don't clip raw overlay boundsLibravatar Cory Forsstrom1-11/+7
2023-07-21refactored window storage;Libravatar Bingus7-42/+386
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