summaryrefslogtreecommitdiffstats
path: root/runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-2911-112/+141
|\
| * Implement `command::channel` helperLibravatar Héctor Ramón Jiménez2023-11-291-0/+21
| * Implement `Command::run` for executing a `Stream` to completionLibravatar Héctor Ramón Jiménez2023-11-292-2/+21
| * Remove unused `position` argument in `overlay::Nested`Libravatar Héctor Ramón Jiménez2023-11-211-10/+3
| * Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-212-12/+36
| * Fix `Command<T>::perform` to return a `Command<T>`Libravatar Ian Douglas Scott2023-10-181-3/+3
| * Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez2023-09-201-5/+0
| * Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-202-2/+2
| * Merge pull request #2092 from nyurik/clippyLibravatar Héctor Ramón2023-09-191-13/+7
| |\
| | * Chore: Apply some minor clippy fixesLibravatar Yuri Astrakhan2023-09-191-13/+7
| * | Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-191-1/+1
| |/
| * Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-106-47/+26
| |\
| | * Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-2/+3
| | * Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-094-28/+7
| | * Merge pull request #2069 from iced-rs/use-workspace-dependenciesLibravatar Héctor Ramón2023-09-071-15/+13
| | |\
| | | * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-15/+13
| | * | Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-2/+3
| | |/
| * | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-3/+3
| * | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-6/+11
| |/
| * Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-261-1/+1
| * Bump version of `iced_runtime` :tada:Libravatar Héctor Ramón Jiménez2023-08-021-1/+1
| * Update README.md to reflect native->runtime renameLibravatar Ryan Scheidter2023-08-021-5/+5
| * Fix `iced_runtime` descriptionLibravatar Héctor Ramón Jiménez2023-07-281-1/+1
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-283-6/+6
| * Don't clip raw overlay boundsLibravatar Cory Forsstrom2023-07-241-11/+7
| * Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-151-0/+3
* | refactored window storage;Libravatar Bingus2023-07-217-42/+386
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-122-4/+15
|/
* Merge pull request #1927 from thunderstorm010/masterLibravatar Héctor Ramón2023-07-062-13/+18
|\
| * Add `fetch_size` helper to `runtime::window`Libravatar Héctor Ramón Jiménez2023-07-061-0/+7
| * Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2023-07-062-14/+8
| * Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir2023-06-221-15/+3
| * Add command to retrieve window sizeLibravatar Yiğit Özdemir2023-06-211-0/+16
* | Merge pull request #1938 from iced-rs/text-cache-modesLibravatar Héctor Ramón2023-06-301-7/+6
|\ \
| * | Revert "Remove `layout` method from `core::Renderer` trait"Libravatar Héctor Ramón Jiménez2023-06-291-7/+6
* | | Merge pull request #1913 from Drakulix/feature/runtime-state-operateLibravatar Héctor Ramón2023-06-291-0/+38
|\ \ \ | |/ / |/| |
| * | Keep imports consistent in `program::state`Libravatar Héctor Ramón Jiménez2023-06-291-4/+4
| * | Take `Box` instead of reference in `State::operate`Libravatar Héctor Ramón Jiménez2023-06-291-8/+8
| * | runtime: Add `operate` method to `program::State`Libravatar Victoria Brekenfeld2023-06-281-0/+38
* | | Remove `layout` method from `core::Renderer` traitLibravatar Héctor Ramón Jiménez2023-06-291-6/+7
* | | Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-273-0/+111
|\ \ \ | |_|/ |/| |
| * | Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-274-4/+5
| * | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez2023-06-061-4/+15
| * | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus2023-06-064-0/+99
* | | Fix `translation` in `layout` of `Nested` overlayLibravatar Héctor Ramón Jiménez2023-06-211-1/+1
* | | Fix cursor availability in `overlay::Nested::draw`Libravatar Héctor Ramón Jiménez2023-06-141-1/+1
* | | Use nested for lazy widgetsLibravatar Cory Forsstrom2023-06-144-5/+19
* | | Cursor availability during on_eventLibravatar Cory Forsstrom2023-06-141-23/+50
* | | Remove interior mutabilityLibravatar Cory Forsstrom2023-06-142-80/+42
* | | Use layout with children for nestingLibravatar Cory Forsstrom2023-06-141-59/+71