| Commit message (Expand) | Author | Age | Files | Lines |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2025-02-21 | 2 | -10/+10 |
* | Replace `with` function with `Function` trait | Héctor Ramón Jiménez | 2025-02-11 | 1 | -3/+3 |
* | Introduce `with` helper and use `sipper` in `gallery` example | Héctor Ramón Jiménez | 2025-02-11 | 1 | -1/+1 |
* | Introduce `Task::map_with` | Héctor Ramón Jiménez | 2025-02-11 | 1 | -0/+1 |
* | Rewrite `websocket` example using `sipper` | Héctor Ramón Jiménez | 2025-02-11 | 1 | -1/+0 |
* | Export `sipper` types in `task` module | Héctor Ramón Jiménez | 2025-02-11 | 1 | -1/+3 |
* | Fix documentation of `markdown` and `rich_text` | Héctor Ramón Jiménez | 2025-02-04 | 1 | -3/+3 |
* | Enable `animation` module for Wasm target | Héctor Ramón Jiménez | 2025-01-29 | 1 | -9/+4 |
* | Make `animation` module only available in native | Héctor Ramón Jiménez | 2025-01-27 | 1 | -4/+9 |
* | Draft basic `Animation` API in `iced_core` | Héctor Ramón Jiménez | 2025-01-27 | 1 | -3/+4 |
* | Add `Duration` helpers to `time` module | Héctor Ramón Jiménez | 2025-01-24 | 1 | -1/+1 |
* | Implement `time::repeat` and simplify `Subscription::run_with` | Héctor Ramón Jiménez | 2025-01-24 | 1 | -2/+2 |
* | Bump image from `0.24` to `0.25` | Jos Ahrens | 2025-01-14 | 1 | -2/+2 |
* | Support custom renderers in `iced_test` through `renderer::Headless` trait | Héctor Ramón Jiménez | 2024-12-14 | 2 | -63/+2 |
* | Decouple `iced_test` from `iced` crate | Héctor Ramón Jiménez | 2024-12-10 | 1 | -1/+0 |
* | Add image and hash snapshot-based testing to `iced_test` | Héctor Ramón Jiménez | 2024-12-10 | 4 | -26/+23 |
* | Draft `iced_test` crate and test `todos` example | Héctor Ramón Jiménez | 2024-12-10 | 1 | -0/+2 |
* | Move `wgpu` re-export to root module | Héctor Ramón Jiménez | 2024-09-20 | 1 | -0/+3 |
* | Merge pull request #2587 from iced-rs/improve-api-reference | Héctor Ramón | 2024-09-19 | 1 | -4/+26 |
|\ |
|
| * | Explain `Action` pattern a bit in The Pocket Guide | Héctor Ramón Jiménez | 2024-09-18 | 1 | -2/+10 |
| * | Show `Action` pattern in The Pocket Guide | Héctor Ramón Jiménez | 2024-09-18 | 1 | -2/+16 |
* | | Implement `executor` method for `Daemon` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+16 |
* | | Fix order of `Program::theme` implementation | Héctor Ramón Jiménez | 2024-09-18 | 1 | -8/+8 |
* | | Import `Executor` directly from `crate` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+3 |
* | | Allow specifying a custom executor | mtkennerly | 2024-09-18 | 2 | -0/+92 |
|/ |
|
* | Expose additional `subscription` types in `advanced` | Héctor Ramón Jiménez | 2024-07-30 | 1 | -1/+2 |
* | Remove unnecessary `derive` in "Scaling Applications" docs | Héctor Ramón Jiménez | 2024-07-16 | 1 | -1/+0 |
* | Fix grammar in "Passive Subscriptions" docs | Héctor Ramón Jiménez | 2024-07-16 | 1 | -1/+1 |
* | Finish "The Pocket Guide" | Héctor Ramón Jiménez | 2024-07-16 | 1 | -3/+128 |
* | Draft "The Pocket Guide" for the API reference | Héctor Ramón Jiménez | 2024-07-16 | 1 | -129/+286 |
* | Make `run_with` take a `FnOnce` | Héctor Ramón Jiménez | 2024-07-15 | 3 | -5/+5 |
* | Export `operate` constructor in `advanced::widget` | Héctor Ramón Jiménez | 2024-07-14 | 2 | -9/+14 |
* | Implement `application::Update` for `()` | Héctor Ramón Jiménez | 2024-07-14 | 2 | -2/+10 |
* | Improve `Padding` ergonomics | Héctor Ramón Jiménez | 2024-07-12 | 1 | -0/+1 |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -0/+5 |
* | Introduce `Task::abortable` :tada: | Héctor Ramón Jiménez | 2024-07-10 | 1 | -1/+7 |
* | Remove `load` method from `application` and `daemon` | Héctor Ramón Jiménez | 2024-07-09 | 3 | -141/+13 |
* | Expose `from_recipe` and `into_recipes` in `advanced::subscription` | Héctor Ramón Jiménez | 2024-07-05 | 1 | -1/+1 |
* | Hide `Subscription` internals | Héctor Ramón Jiménez | 2024-07-05 | 1 | -8/+2 |
* | Inline documentation for `application` and `daemon` functions | Héctor Ramón Jiménez | 2024-06-20 | 1 | -2/+7 |
* | Add `window` method to `Application` | Héctor Ramón Jiménez | 2024-06-20 | 1 | -1/+8 |
* | feat: Add methods for window settings in Application | ryankopf | 2024-06-20 | 1 | -0/+44 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 7 | -1030/+949 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 4 | -62/+57 |
* | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2024-06-11 | 1 | -2/+4 |
* | Update `winit` to `0.30` | Héctor Ramón Jiménez | 2024-05-07 | 1 | -17/+2 |
* | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 1 | -2/+2 |
* | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 1 | -2/+2 |
* | add missing derive(Debug) in lib.rs docs | JL710 | 2024-04-30 | 1 | -0/+1 |
* | Fix typo | saihaze | 2024-04-19 | 1 | -1/+1 |