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