Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `wgpu` re-export to root module | 2024-09-20 | 1 | -0/+3 | |
| | | | | | This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | ||||
* | Explain `Action` pattern a bit in The Pocket Guide | 2024-09-18 | 1 | -2/+10 | |
| | |||||
* | Show `Action` pattern in The Pocket Guide | 2024-09-18 | 1 | -2/+16 | |
| | |||||
* | Remove unnecessary `derive` in "Scaling Applications" docs | 2024-07-16 | 1 | -1/+0 | |
| | |||||
* | Fix grammar in "Passive Subscriptions" docs | 2024-07-16 | 1 | -1/+1 | |
| | |||||
* | Finish "The Pocket Guide" | 2024-07-16 | 1 | -3/+128 | |
| | |||||
* | Draft "The Pocket Guide" for the API reference | 2024-07-16 | 1 | -129/+286 | |
| | |||||
* | Implement `application::Update` for `()` | 2024-07-14 | 1 | -2/+0 | |
| | |||||
* | Improve `Padding` ergonomics | 2024-07-12 | 1 | -0/+1 | |
| | | | | | We expose free functions for creating a `Padding` and methods with the same name to modify its fields. | ||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -0/+5 | |
| | |||||
* | Introduce `Task::abortable` :tada: | 2024-07-10 | 1 | -1/+7 | |
| | |||||
* | Hide `Subscription` internals | 2024-07-05 | 1 | -8/+2 | |
| | | | | .. and introduce `stream::channel` helper | ||||
* | Inline documentation for `application` and `daemon` functions | 2024-06-20 | 1 | -2/+7 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -18/+15 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -6/+1 | |
| | |||||
* | Introduce `subscription::Event` | 2024-06-11 | 1 | -2/+4 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -2/+2 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -2/+2 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | add missing derive(Debug) in lib.rs docs | 2024-04-30 | 1 | -0/+1 | |
| | |||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -7/+0 | |
| | |||||
* | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 1 | -1/+1 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -2/+3 | |
| | |||||
* | Simplify message names in overview docs | 2024-03-18 | 1 | -12/+12 | |
| | |||||
* | Move `Application` trait to `advanced` module | 2024-03-17 | 1 | -13/+12 | |
| | |||||
* | Support custom themes in `Program` API | 2024-03-17 | 1 | -2/+3 | |
| | |||||
* | Clarify chain nature of `run` function | 2024-03-17 | 1 | -0/+4 | |
| | |||||
* | Fix documentation of `run` function | 2024-03-17 | 1 | -4/+2 | |
| | |||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -9/+6 | |
| | |||||
* | Fix new doc test in root module | 2024-03-17 | 1 | -0/+7 | |
| | |||||
* | Fix broken intra-doc links to `Sandbox` | 2024-03-17 | 1 | -4/+12 | |
| | |||||
* | Remove `Sandbox` trait :tada: | 2024-03-17 | 1 | -2/+0 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -3/+3 | |
| | |||||
* | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -1/+1 | |
| | |||||
* | Implement `Program::load` to specify startup `Command` | 2024-03-16 | 1 | -1/+1 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -0/+48 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -5/+2 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -4/+4 | |
| | |||||
* | Add support for primary clipboard | 2024-02-13 | 1 | -1/+3 | |
| | |||||
* | Fix missing feature flag docs for `time::every` | 2024-02-06 | 1 | -0/+1 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -1/+2 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -7/+13 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -3/+4 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -1/+2 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -1/+2 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -23/+33 | |
|\ | |||||
| * | Implement `command::channel` helper | 2023-11-29 | 1 | -1/+6 | |
| | | | | | | | | It is analogous to `subscription::channel`. | ||||
| * | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -6/+0 | |
| |\ | |||||
| | * | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -6/+0 | |
| | | | |||||
| * | | Introduce new `iced_highlighter` subcrate | 2023-09-19 | 1 | -0/+3 | |
| |/ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | |