Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 2 | -10/+10 | ||
2025-02-11 | Replace `with` function with `Function` trait | 1 | -3/+3 | ||
2025-02-11 | Introduce `with` helper and use `sipper` in `gallery` example | 1 | -1/+1 | ||
2025-02-11 | Introduce `Task::map_with` | 1 | -0/+1 | ||
2025-02-11 | Rewrite `websocket` example using `sipper` | 1 | -1/+0 | ||
2025-02-11 | Export `sipper` types in `task` module | 1 | -1/+3 | ||
2025-02-04 | Fix documentation of `markdown` and `rich_text` | 1 | -3/+3 | ||
2025-01-29 | Enable `animation` module for Wasm target | 1 | -9/+4 | ||
2025-01-27 | Make `animation` module only available in native | 1 | -4/+9 | ||
2025-01-27 | Draft basic `Animation` API in `iced_core` | 1 | -3/+4 | ||
2025-01-24 | Add `Duration` helpers to `time` module | 1 | -1/+1 | ||
2025-01-24 | Implement `time::repeat` and simplify `Subscription::run_with` | 1 | -2/+2 | ||
2025-01-14 | Bump image from `0.24` to `0.25` | 1 | -2/+2 | ||
2024-12-14 | Support custom renderers in `iced_test` through `renderer::Headless` trait | 2 | -63/+2 | ||
2024-12-10 | Decouple `iced_test` from `iced` crate | 1 | -1/+0 | ||
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 4 | -26/+23 | ||
2024-12-10 | Draft `iced_test` crate and test `todos` example | 1 | -0/+2 | ||
2024-09-20 | Move `wgpu` re-export to root module | 1 | -0/+3 | ||
This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | |||||
2024-09-18 | Explain `Action` pattern a bit in The Pocket Guide | 1 | -2/+10 | ||
2024-09-18 | Show `Action` pattern in The Pocket Guide | 1 | -2/+16 | ||
2024-09-18 | Implement `executor` method for `Daemon` | 1 | -1/+16 | ||
2024-09-18 | Fix order of `Program::theme` implementation | 1 | -8/+8 | ||
2024-09-18 | Import `Executor` directly from `crate` | 1 | -3/+3 | ||
2024-09-18 | Allow specifying a custom executor | 2 | -0/+92 | ||
2024-07-30 | Expose additional `subscription` types in `advanced` | 1 | -1/+2 | ||
2024-07-16 | Remove unnecessary `derive` in "Scaling Applications" docs | 1 | -1/+0 | ||
2024-07-16 | Fix grammar in "Passive Subscriptions" docs | 1 | -1/+1 | ||
2024-07-16 | Finish "The Pocket Guide" | 1 | -3/+128 | ||
2024-07-16 | Draft "The Pocket Guide" for the API reference | 1 | -129/+286 | ||
2024-07-15 | Make `run_with` take a `FnOnce` | 3 | -5/+5 | ||
2024-07-14 | Export `operate` constructor in `advanced::widget` | 2 | -9/+14 | ||
2024-07-14 | Implement `application::Update` for `()` | 2 | -2/+10 | ||
2024-07-12 | Improve `Padding` ergonomics | 1 | -0/+1 | ||
We expose free functions for creating a `Padding` and methods with the same name to modify its fields. | |||||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -0/+5 | ||
2024-07-10 | Introduce `Task::abortable` :tada: | 1 | -1/+7 | ||
2024-07-09 | Remove `load` method from `application` and `daemon` | 3 | -141/+13 | ||
If you need to run a `Task` during boot, use `run_with` instead! | |||||
2024-07-05 | Expose `from_recipe` and `into_recipes` in `advanced::subscription` | 1 | -1/+1 | ||
2024-07-05 | Hide `Subscription` internals | 1 | -8/+2 | ||
.. and introduce `stream::channel` helper | |||||
2024-06-20 | Inline documentation for `application` and `daemon` functions | 1 | -2/+7 | ||
2024-06-20 | Add `window` method to `Application` | 1 | -1/+8 | ||
2024-06-20 | feat: Add methods for window settings in Application | 1 | -0/+44 | ||
This commit adds new methods to the `Application` struct for setting various window settings such as resizable, decorations, position, and level. These methods allow for more customization and control over the appearance and behavior of the application window. | |||||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 7 | -1030/+949 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 4 | -62/+57 | ||
2024-06-11 | Introduce `subscription::Event` | 1 | -2/+4 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-05-07 | Update `winit` to `0.30` | 1 | -17/+2 | ||
2024-05-02 | Simplify image rotation API and its internals | 1 | -2/+2 | ||
2024-05-02 | Add `Image` rotation support | 1 | -2/+2 | ||
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | |||||
2024-04-30 | add missing derive(Debug) in lib.rs docs | 1 | -0/+1 | ||
2024-04-19 | Fix typo | 1 | -1/+1 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -7/+0 | ||