| Commit message (Expand) | Author | Files | Lines |
2024-09-05 | Add mouse passthrough tasks to `window` module | Héctor Ramón Jiménez | 1 | -0/+28 |
2024-08-30 | Add `get_scale_factor` task to `window` module | Héctor Ramón Jiménez | 1 | -0/+10 |
2024-08-12 | Revert `window::close` producing a `window::Id` | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-08-12 | Make `window::close` return and introduce `Task::discard` | Héctor Ramón Jiménez | 2 | -3/+14 |
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 5 | -7/+7 |
2024-07-30 | Return `window::Id` in `window::open` | Héctor Ramón Jiménez | 1 | -4/+7 |
2024-07-14 | Implement `application::Update` for `()` | Héctor Ramón Jiménez | 1 | -4/+1 |
2024-07-13 | Add `resize_events` subscription to `window` module | Héctor Ramón Jiménez | 1 | -0/+11 |
2024-07-12 | Add `abort_on_drop` to `task::Handle` | Héctor Ramón Jiménez | 1 | -5/+40 |
2024-07-10 | Introduce `Task::abortable` :tada: | Héctor Ramón Jiménez | 1 | -0/+37 |
2024-07-10 | Move docs of `future` and `stream` in `Task` | Héctor Ramón Jiménez | 1 | -18/+18 |
2024-07-05 | Hide internal `Task` constructors | Héctor Ramón Jiménez | 5 | -117/+118 |
2024-06-28 | Fix `window::open_events` subscribing to closed events | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-06-21 | Remove unnecessary `Send` bound in `runtime::Action` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-06-20 | Add `get_latest` and `get_oldest` tasks in `window` | Héctor Ramón Jiménez | 1 | -30/+46 |
2024-06-20 | Introduce `and_then` methods for fallible `Task`s | Héctor Ramón Jiménez | 1 | -0/+33 |
2024-06-19 | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 1 | -0/+16 |
2024-06-16 | Rename `window::closings` to `window::close_events` | Héctor Ramón Jiménez | 1 | -5/+27 |
2024-06-15 | Fix `Task::collect` not producing the collected outputs | Héctor Ramón Jiménez | 1 | -5/+12 |
2024-06-15 | Implement `Task::collect` | Héctor Ramón Jiménez | 1 | -29/+61 |
2024-06-14 | Use `Task` chaining to simplify `multi_window` example | Héctor Ramón Jiménez | 1 | -9/+29 |
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-06-14 | Fix `Send` requirements for Wasm targets | Héctor Ramón Jiménez | 2 | -4/+4 |
2024-06-14 | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 17 | -749/+607 |
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-05-24 | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | Shan | 1 | -3/+13 |
2024-05-08 | Pass `WindowHandle` by value to `window::run_with_handle` | Héctor Ramón Jiménez | 2 | -2/+2 |
2024-05-01 | Fix `clippy` lint in `runtime::window::screenshot` | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-05-01 | Utilize bytes::Bytes iced_runtime::window::Screenshot | Thomas Sieverding | 2 | -5/+12 |
2024-04-25 | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2 | -2/+2 |
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2 | -7/+3 |
2024-03-22 | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | Héctor Ramón Jiménez | 1 | -6/+6 |
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | Héctor Ramón Jiménez | 1 | -0/+6 |
2024-02-22 | Rename `fetch_location` to `fetch_position` | Héctor Ramón Jiménez | 2 | -16/+16 |
2024-02-22 | Add `fetch_location` command to `window` module | Night_Hunter | 2 | -0/+19 |
2024-02-15 | Fix URL of graph image in `iced_runtime` docs | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-02-15 | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2 | -2/+2 |
2024-02-13 | Rename `show_window_menu` to `show_system_menu` | Héctor Ramón Jiménez | 2 | -8/+10 |
2024-02-13 | Add `show_window_menu` action | Ian Douglas Scott | 2 | -0/+14 |
2024-02-13 | Introduce `Kind` in `core::clipboard` | Héctor Ramón Jiménez | 2 | -27/+31 |
2024-02-13 | Add support for primary clipboard | Mattias Eriksson | 2 | -0/+23 |
2024-02-07 | Fix documentation of `Action::RunWithHandle` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-02-07 | Rename `fetch_native_handle` to `run_with_handle` in `window` | Héctor Ramón Jiménez | 2 | -8/+10 |
2024-02-07 | Re-implement against latest iced master. Rename FetchNativeHandle. | dtzxporter | 3 | -0/+26 |
2024-02-03 | Organize imports in `runtime::command::action` | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-02-03 | Rename `PlateformSpecific` variant in `Action` to `Custom` | Héctor Ramón Jiménez | 1 | -4/+4 |
2024-02-03 | feat: somewhere to place extra actions by platform | ShootingStarDragons | 1 | -0/+6 |
2024-02-02 | The memory information is returned in bytes and not kb. | brianch | 1 | -2/+2 |
2024-02-01 | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2 | -46/+37 |