Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix `Task::collect` not producing the collected outputs | 2024-06-15 | 1 | -5/+12 | ||
| | ||||||
* | Implement `Task::collect` | 2024-06-15 | 1 | -29/+61 | ||
| | ||||||
* | Use `Task` chaining to simplify `multi_window` example | 2024-06-14 | 1 | -9/+29 | ||
| | ||||||
* | Move `Maybe*` traits back to `iced_futures` | 2024-06-14 | 1 | -2/+1 | ||
| | ||||||
* | Fix `Send` requirements for Wasm targets | 2024-06-14 | 2 | -4/+4 | ||
| | ||||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 17 | -749/+607 | ||
| | ||||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -2/+2 | ||
| | | | | And remove `window::Id` from `Event` altogether. | |||||
* | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | 2024-05-24 | 1 | -3/+13 | ||
| | ||||||
* | Pass `WindowHandle` by value to `window::run_with_handle` | 2024-05-08 | 2 | -2/+2 | ||
| | ||||||
* | Fix `clippy` lint in `runtime::window::screenshot` | 2024-05-01 | 1 | -3/+3 | ||
| | ||||||
* | Utilize bytes::Bytes iced_runtime::window::Screenshot | 2024-05-01 | 2 | -5/+12 | ||
| | ||||||
* | Introduce `opaque` widget helper | 2024-04-25 | 2 | -2/+2 | ||
| | ||||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 2 | -7/+3 | ||
| | ||||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -2/+2 | ||
| | ||||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -6/+6 | ||
| | ||||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -0/+6 | ||
| | ||||||
* | Rename `fetch_location` to `fetch_position` | 2024-02-22 | 2 | -16/+16 | ||
| | ||||||
* | Add `fetch_location` command to `window` module | 2024-02-22 | 2 | -0/+19 | ||
| | ||||||
* | Fix URL of graph image in `iced_runtime` docs | 2024-02-15 | 1 | -1/+1 | ||
| | ||||||
* | Point doc links to `0.12` branch | 2024-02-15 | 2 | -2/+2 | ||
| | ||||||
* | Rename `show_window_menu` to `show_system_menu` | 2024-02-13 | 2 | -8/+10 | ||
| | ||||||
* | Add `show_window_menu` action | 2024-02-13 | 2 | -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` | 2024-02-13 | 2 | -27/+31 | ||
| | ||||||
* | Add support for primary clipboard | 2024-02-13 | 2 | -0/+23 | ||
| | ||||||
* | Fix documentation of `Action::RunWithHandle` | 2024-02-07 | 1 | -1/+1 | ||
| | ||||||
* | Rename `fetch_native_handle` to `run_with_handle` in `window` | 2024-02-07 | 2 | -8/+10 | ||
| | ||||||
* | Re-implement against latest iced master. Rename FetchNativeHandle. | 2024-02-07 | 3 | -0/+26 | ||
| | ||||||
* | Organize imports in `runtime::command::action` | 2024-02-03 | 1 | -2/+1 | ||
| | ||||||
* | Rename `PlateformSpecific` variant in `Action` to `Custom` | 2024-02-03 | 1 | -4/+4 | ||
| | ||||||
* | feat: somewhere to place extra actions by platform | 2024-02-03 | 1 | -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. | 2024-02-02 | 1 | -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> | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 2 | -46/+37 | ||
| | ||||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 6 | -33/+41 | ||
| | ||||||
* | Implemented fetch_maximized and fetch_minimized | 2024-01-09 | 2 | -0/+45 | ||
| | ||||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 4 | -125/+140 | ||
| | ||||||
* | Use actual floats for logical coordinates | 2023-11-30 | 2 | -23/+15 | ||
| | ||||||
* | Fix broken intra-doc links | 2023-11-29 | 2 | -2/+2 | ||
| | ||||||
* | Fix `clippy` lints | 2023-11-29 | 1 | -1/+1 | ||
| | ||||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 11 | -112/+141 | ||
|\ | ||||||
| * | Implement `command::channel` helper | 2023-11-29 | 1 | -0/+21 | ||
| | | | | | | | | It is analogous to `subscription::channel`. | |||||
| * | Implement `Command::run` for executing a `Stream` to completion | 2023-11-29 | 2 | -2/+21 | ||
| | | ||||||
| * | Remove unused `position` argument in `overlay::Nested` | 2023-11-21 | 1 | -10/+3 | ||
| | | ||||||
| * | Fix `Overlay` composition | 2023-11-21 | 2 | -12/+36 | ||
| | | | | | | | | Translations were not easily composable. | |||||
| * | Fix `Command<T>::perform` to return a `Command<T>` | 2023-10-18 | 1 | -3/+3 | ||
| | | | | | | | | | | | | | | This seems like clearly the correct thing to do here. If the type bound on `Command` isn't specified, it makes no difference, since the generic is inferred in a way that works with either definition. But this is important if `Command<T>` is aliased with a concrete type. | |||||
| * | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -5/+0 | ||
| | | ||||||
| * | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 2 | -2/+2 | ||
| | | ||||||
| * | Merge pull request #2092 from nyurik/clippy | 2023-09-19 | 1 | -13/+7 | ||
| |\ | | | | | | | Chore: Apply some minor clippy fixes | |||||
| | * | Chore: Apply some minor clippy fixes | 2023-09-19 | 1 | -13/+7 | ||
| | | | | | | | | | | | | | | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared | |||||
| * | | Chore: Apply clippy docs keyword quoting | 2023-09-19 | 1 | -1/+1 | ||
| |/ | | | | | | | Add quotes a number of doc strings like `sRGB` | |||||
| * | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 6 | -47/+26 | ||
| |\ |