Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use `Program` API in `todos` example | 2024-03-17 | 1 | -1/+15 | ||
* | Support custom themes in `Program` API | 2024-03-17 | 2 | -17/+20 | ||
* | 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 | 3 | -37/+27 | ||
* | Fix new doc test in root module | 2024-03-17 | 1 | -0/+7 | ||
* | Fix broken intra-doc links to `Sandbox` | 2024-03-17 | 4 | -13/+15 | ||
* | Remove `Sandbox` trait :tada: | 2024-03-17 | 3 | -212/+146 | ||
* | Fix broken intra-doc link | 2024-03-16 | 1 | -1/+1 | ||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 2 | -87/+42 | ||
* | 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 | 2 | -4/+5 | ||
* | Implement `Program::load` to specify startup `Command` | 2024-03-16 | 2 | -10/+80 | ||
* | Rename `Program::new` to `build` | 2024-03-16 | 1 | -10/+10 | ||
* | Introduce `Program` API | 2024-03-16 | 3 | -1/+718 | ||
* | Merge pull request #2312 from iced-rs/theming-reloaded | 2024-03-08 | 6 | -275/+286 | ||
|\ | ||||||
| * | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 3 | -16/+16 | ||
| * | Fix broken links in documentation | 2024-03-07 | 1 | -3/+1 | ||
| * | Move `Theme` type to `iced_core` | 2024-03-07 | 2 | -6/+3 | ||
| * | Simplify theming for `Application` | 2024-03-06 | 4 | -263/+279 | ||
* | | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 2024-03-07 | 1 | -2/+17 | ||
|/ | ||||||
* | Export `clipboard` module in `advanced` module | 2024-02-21 | 1 | -1/+2 | ||
* | Point doc links to `0.12` branch | 2024-02-15 | 3 | -24/+24 | ||
* | Add support for primary clipboard | 2024-02-13 | 1 | -1/+3 | ||
* | Fix missing feature flag docs for `time::every` | 2024-02-06 | 2 | -0/+10 | ||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -1/+2 | ||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 3 | -15/+23 | ||
* | 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 | ||
* | Create `layout` example | 2024-01-10 | 1 | -0/+1 | ||
* | Fix unused import in `multi_window::application` | 2023-11-29 | 1 | -2/+1 | ||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -0/+2 | ||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 5 | -54/+73 | ||
|\ | ||||||
| * | Implement `command::channel` helper | 2023-11-29 | 1 | -1/+6 | ||
| * | Merge branch 'master' into text-editor | 2023-10-27 | 3 | -10/+4 | ||
| |\ | ||||||
| | * | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -6/+0 | ||
| | * | Fix `clippy::default_trait_access` | 2023-09-20 | 2 | -3/+3 | ||
| * | | Introduce new `iced_highlighter` subcrate | 2023-09-19 | 1 | -0/+3 | ||
| * | | Flesh out the `editor` example a bit more | 2023-09-18 | 1 | -0/+8 | ||
| |/ | ||||||
| * | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 3 | -16/+24 | ||
| |\ | ||||||
| | * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | ||
| | * | Fix majority of unresolved documentation links | 2023-09-09 | 3 | -5/+5 | ||
| | * | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -3/+3 | ||
| | * | Merge pull request #2069 from iced-rs/use-workspace-dependencies | 2023-09-07 | 1 | -4/+5 | ||
| | |\ | ||||||
| | | * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -4/+5 | ||
| | * | | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 1 | -2/+8 | ||
| | |/ | ||||||
| * / | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -3/+3 | ||
| |/ | ||||||
| * | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -0/+1 |