Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-03-17 | Use `Program` API in `todos` example | 1 | -1/+15 | |
2024-03-17 | Support custom themes in `Program` API | 2 | -17/+20 | |
2024-03-17 | Clarify chain nature of `run` function | 1 | -0/+4 | |
2024-03-17 | Fix documentation of `run` function | 1 | -4/+2 | |
2024-03-17 | Move `Program` to `application` module | 3 | -37/+27 | |
2024-03-17 | Fix new doc test in root module | 1 | -0/+7 | |
2024-03-17 | Fix broken intra-doc links to `Sandbox` | 4 | -13/+15 | |
2024-03-17 | Remove `Sandbox` trait :tada: | 3 | -212/+146 | |
2024-03-16 | Fix broken intra-doc link | 1 | -1/+1 | |
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 2 | -87/+42 | |
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 | 2 | -4/+5 | |
2024-03-16 | Implement `Program::load` to specify startup `Command` | 2 | -10/+80 | |
2024-03-16 | Rename `Program::new` to `build` | 1 | -10/+10 | |
2024-03-16 | Introduce `Program` API | 3 | -1/+718 | |
2024-03-07 | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 1 | -2/+17 | |
2024-03-07 | Leverage `DefaultStyle` traits instead of `Default` | 3 | -16/+16 | |
2024-03-07 | Fix broken links in documentation | 1 | -3/+1 | |
2024-03-07 | Move `Theme` type to `iced_core` | 2 | -6/+3 | |
2024-03-06 | Simplify theming for `Application` | 4 | -263/+279 | |
2024-02-21 | Export `clipboard` module in `advanced` module | 1 | -1/+2 | |
2024-02-15 | Point doc links to `0.12` branch | 3 | -24/+24 | |
2024-02-13 | Add support for primary clipboard | 1 | -1/+3 | |
2024-02-06 | Fix missing feature flag docs for `time::every` | 2 | -0/+10 | |
2024-02-02 | Introduce `with_transformation` to `Renderer` trait | 1 | -1/+2 | |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 3 | -15/+23 | |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | 1 | -3/+4 | |
2024-01-20 | feat: quad shadows | 1 | -1/+2 | |
2024-01-18 | Remove `Compositor` window generic | 1 | -6/+1 | |
2024-01-16 | WIP raw-window-handle 0.6 | 1 | -1/+6 | |
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | 1 | -1/+2 | |
2024-01-10 | Create `layout` example | 1 | -0/+1 | |
2023-11-29 | Fix unused import in `multi_window::application` | 1 | -2/+1 | |
2023-11-29 | Fix broken intra-doc links | 1 | -0/+2 | |
2023-11-29 | Implement `command::channel` helper | 1 | -1/+6 | |
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | |
2023-09-20 | Fix `clippy::default_trait_access` | 2 | -3/+3 | |
2023-09-19 | Introduce new `iced_highlighter` subcrate | 1 | -0/+3 | |
2023-09-18 | Flesh out the `editor` example a bit more | 1 | -0/+8 | |
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | |
2023-09-09 | Fix majority of unresolved documentation links | 3 | -5/+5 | |
2023-09-07 | Host GIFs and video examples in `iced.rs` | 1 | -3/+3 | |
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 1 | -2/+8 | |
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -4/+5 | |
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -3/+3 | |
2023-08-26 | Fix `clippy` lints for Rust 1.72 | 1 | -0/+1 | |
2023-08-16 | [docs] Don't use &mut self for view() | 1 | -1/+1 | |
2023-07-28 | Bump versions :tada: | 3 | -24/+24 | |
2023-07-27 | Run `cargo fmt` | 1 | -2/+2 |