Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 1 | -15/+14 | ||
2024-09-18 | Fix order of `Program::theme` implementation | 1 | -8/+8 | ||
2024-09-18 | Allow specifying a custom executor | 1 | -0/+74 | ||
2024-07-15 | Make `run_with` take a `FnOnce` | 1 | -3/+3 | ||
2024-07-09 | Remove `load` method from `application` and `daemon` | 1 | -102/+9 | ||
If you need to run a `Task` during boot, use `run_with` instead! | |||||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -492/+262 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -30/+30 | ||
2024-03-24 | Remove redundant `text::Renderer` bound in `program` | 1 | -1/+1 | ||
2024-03-22 | Rename `compositor::Renderer` to `Default` | 1 | -3/+9 | ||
2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -19/+41 | ||
2024-03-17 | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | 1 | -1/+4 | ||
This reverts commit cab9dec6267f3e38b2dee2a0262cd04e21a7519e. Wasm needs the `'static'` bound since the runtime will run in a background task. | |||||
2024-03-17 | Remove `'static'` bound for `P::State` in `Program::run_with` | 1 | -4/+1 | ||
2024-03-17 | Move `Application` trait to `advanced` module | 1 | -23/+19 | ||
2024-03-17 | Introduce `Program::run_with` to control the initial state | 1 | -25/+54 | ||
2024-03-17 | Use `Program` API in `todos` example | 1 | -1/+15 | ||
2024-03-17 | Support custom themes in `Program` API | 1 | -15/+17 | ||
2024-03-17 | Move `Program` to `application` module | 1 | -27/+17 | ||
2024-03-17 | Fix broken intra-doc links to `Sandbox` | 1 | -3/+1 | ||
2024-03-17 | Remove `Sandbox` trait :tada: | 1 | -11/+146 | ||
2024-03-16 | Fix broken intra-doc link | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -84/+39 | ||
2024-03-16 | Replace `Program::fonts` with simpler `font` method | 1 | -12/+4 | ||
2024-03-16 | Make `Program::title` private | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -3/+4 | ||
2024-03-16 | Implement `Program::load` to specify startup `Command` | 1 | -9/+79 | ||
2024-03-16 | Rename `Program::new` to `build` | 1 | -10/+10 | ||
2024-03-16 | Introduce `Program` API | 1 | -0/+669 | ||