summaryrefslogtreecommitdiffstats
path: root/runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to `0.13.0` :tada:Libravatar Héctor Ramón Jiménez2024-09-182-2/+2
|
* Add mouse passthrough tasks to `window` moduleLibravatar Héctor Ramón Jiménez2024-09-051-0/+28
| | | | Co-authored-by: Jose Quesada <jquesada2016@fau.edu>
* Add `get_scale_factor` task to `window` moduleLibravatar Héctor Ramón Jiménez2024-08-301-0/+10
|
* Revert `window::close` producing a `window::Id`Libravatar Héctor Ramón Jiménez2024-08-121-3/+3
| | | | | | Instead, subscribing to `window::close_events` is preferable; since most use cases will want to react to the user closing a window as well.
* Make `window::close` return and introduce `Task::discard`Libravatar Héctor Ramón Jiménez2024-08-122-3/+14
|
* Introduce `black_box` and `chain` in `widget::operation`Libravatar Héctor Ramón Jiménez2024-08-085-7/+7
|
* Return `window::Id` in `window::open`Libravatar Héctor Ramón Jiménez2024-07-301-4/+7
|
* Implement `application::Update` for `()`Libravatar Héctor Ramón Jiménez2024-07-141-4/+1
|
* Add `resize_events` subscription to `window` moduleLibravatar Héctor Ramón Jiménez2024-07-131-0/+11
|
* Add `abort_on_drop` to `task::Handle`Libravatar Héctor Ramón Jiménez2024-07-121-5/+40
| | | | You may not want to worry about aborting tasks manually.
* Introduce `Task::abortable` :tada:Libravatar Héctor Ramón Jiménez2024-07-101-0/+37
|
* Move docs of `future` and `stream` in `Task`Libravatar Héctor Ramón Jiménez2024-07-101-18/+18
|
* Hide internal `Task` constructorsLibravatar Héctor Ramón Jiménez2024-07-055-117/+118
|
* Fix `window::open_events` subscribing to closed eventsLibravatar Héctor Ramón Jiménez2024-06-281-1/+1
| | | | Fixes #2481.
* Remove unnecessary `Send` bound in `runtime::Action`Libravatar Héctor Ramón Jiménez2024-06-211-1/+1
| | | | This may fix compilation errors in older versions of Rust.
* Add `get_latest` and `get_oldest` tasks in `window`Libravatar Héctor Ramón Jiménez2024-06-201-30/+46
|
* Introduce `and_then` methods for fallible `Task`sLibravatar Héctor Ramón Jiménez2024-06-201-0/+33
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-0/+16
|
* Rename `window::closings` to `window::close_events`Libravatar Héctor Ramón Jiménez2024-06-161-5/+27
|
* Fix `Task::collect` not producing the collected outputsLibravatar Héctor Ramón Jiménez2024-06-151-5/+12
|
* Implement `Task::collect`Libravatar Héctor Ramón Jiménez2024-06-151-29/+61
|
* Use `Task` chaining to simplify `multi_window` exampleLibravatar Héctor Ramón Jiménez2024-06-141-9/+29
|
* Move `Maybe*` traits back to `iced_futures`Libravatar Héctor Ramón Jiménez2024-06-141-2/+1
|
* Fix `Send` requirements for Wasm targetsLibravatar Héctor Ramón Jiménez2024-06-142-4/+4
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-1417-749/+607
|
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-2/+2
| | | | And remove `window::Id` from `Event` altogether.
* Added scale_factor to `Screenshot` data for use when cropping to widget boundsLibravatar Shan2024-05-241-3/+13
|
* Pass `WindowHandle` by value to `window::run_with_handle`Libravatar Héctor Ramón Jiménez2024-05-082-2/+2
|
* Fix `clippy` lint in `runtime::window::screenshot`Libravatar Héctor Ramón Jiménez2024-05-011-3/+3
|
* Utilize bytes::Bytes iced_runtime::window::ScreenshotLibravatar Thomas Sieverding2024-05-012-5/+12
|
* Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez2024-04-252-2/+2
|
* Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez2024-04-072-7/+3
|
* Allow custom renderers in `Program` and `Application`Libravatar Héctor Ramón Jiménez2024-03-221-2/+2
|
* Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-221-6/+6
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-0/+6
|
* Rename `fetch_location` to `fetch_position`Libravatar Héctor Ramón Jiménez2024-02-222-16/+16
|
* Add `fetch_location` command to `window` moduleLibravatar Night_Hunter2024-02-222-0/+19
|
* Fix URL of graph image in `iced_runtime` docsLibravatar Héctor Ramón Jiménez2024-02-151-1/+1
|
* Point doc links to `0.12` branchLibravatar Héctor Ramón Jiménez2024-02-152-2/+2
|
* Rename `show_window_menu` to `show_system_menu`Libravatar Héctor Ramón Jiménez2024-02-132-8/+10
|
* Add `show_window_menu` actionLibravatar Ian Douglas Scott2024-02-132-0/+14
| | | | | | | | Winit currently supports this only on Windows and Wayland. This requests that a context menu is shown at the cursor position, like the menu normally triggered by right clicking the title bar. This is important for implementing client side decorations with Iced widgets.
* Introduce `Kind` in `core::clipboard`Libravatar Héctor Ramón Jiménez2024-02-132-27/+31
|
* Add support for primary clipboardLibravatar Mattias Eriksson2024-02-132-0/+23
|
* Fix documentation of `Action::RunWithHandle`Libravatar Héctor Ramón Jiménez2024-02-071-1/+1
|
* Rename `fetch_native_handle` to `run_with_handle` in `window`Libravatar Héctor Ramón Jiménez2024-02-072-8/+10
|
* Re-implement against latest iced master. Rename FetchNativeHandle.Libravatar dtzxporter2024-02-073-0/+26
|
* Organize imports in `runtime::command::action`Libravatar Héctor Ramón Jiménez2024-02-031-2/+1
|
* Rename `PlateformSpecific` variant in `Action` to `Custom`Libravatar Héctor Ramón Jiménez2024-02-031-4/+4
|
* feat: somewhere to place extra actions by platformLibravatar ShootingStarDragons2024-02-031-0/+6
| | | | | | I have view iced-sckt forked iced, and add the extra actions. and there do are some extra actions, like set margin for layer-shell, set lock for ext-session-shell. I think add an any will be of help maybe
* The memory information is returned in bytes and not kb.Libravatar brianch2024-02-021-2/+2
| | | | | | | Fix the documentation of the Information struct, and the example system_information that uses it. Co-authored-by: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com>