| Commit message (Expand) | Author | Age | Files | Lines |
* | Update all `examples` to Rust 2024 | Héctor Ramón Jiménez | 2025-02-21 | 1 | -1/+1 |
* | Invert Earth's rotation in `solar_system` example | Héctor Ramón Jiménez | 2024-08-04 | 1 | -1/+1 |
* | Introduce `Image` struct in `core::image` | Héctor Ramón Jiménez | 2024-08-04 | 1 | -12/+3 |
* | Increase Earth's spin a bit in `solar_system` example | Héctor Ramón Jiménez | 2024-08-04 | 1 | -1/+1 |
* | Remove unnecessary `with_save` calls in `solar_system` example | Héctor Ramón Jiménez | 2024-08-04 | 1 | -25/+21 |
* | Showcase `canvas` image support in `solar_system` example | Héctor Ramón Jiménez | 2024-08-04 | 5 | -23/+41 |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -5/+2 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -1/+1 |
* | Restore `canvas::Frame` API | Héctor Ramón Jiménez | 2024-03-22 | 1 | -1/+0 |
* | Restore `canvas::Program` API | Héctor Ramón Jiménez | 2024-03-21 | 1 | -4/+4 |
* | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2024-03-21 | 1 | -3/+4 |
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+1 |
* | Remove `sandbox` by making `application` more generic :tada: | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Make `sandbox` helper take a `title` as well | Héctor Ramón Jiménez | 2024-03-16 | 1 | -5/+8 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -38/+17 |
* | Simplify theming for `Application` | Héctor Ramón Jiménez | 2024-03-06 | 1 | -10/+5 |
* | Fix `style` in `solar_system` example | Héctor Ramón Jiménez | 2024-02-10 | 1 | -1/+1 |
* | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 2023-11-30 | 1 | -9/+5 |
* | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
* | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -3/+1 |
* | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 2 | -3/+5 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -2/+3 |
* | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 2023-05-19 | 1 | -4/+4 |
* | Added support for gradients as background variants + other optimizations. | Bingus | 2023-05-11 | 2 | -11/+11 |
* | Move `Canvas` and `QRCode` to `iced` crate | Héctor Ramón Jiménez | 2023-03-03 | 1 | -1/+1 |
* | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -13/+15 |
* | Implement `window::frames` subscription | Héctor Ramón Jiménez | 2023-01-12 | 1 | -2/+1 |
* | Introduce `Custom` variants for every style in the built-in `Theme` | Héctor Ramón Jiménez | 2022-11-09 | 1 | -4/+8 |
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -1/+1 |
* | Refactor imports in `solar_system` example | Héctor Ramón Jiménez | 2022-11-03 | 1 | -11/+12 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -7/+7 |
* | Fixed import issue with canvas in the gradient mod for situations where canva... | shan | 2022-10-07 | 1 | -8/+2 |
* | Adjusted reexports for clarity. | shan | 2022-10-07 | 1 | -2/+1 |
* | Added support for relative positioning of gradient fills. Addressed some PR f... | shan | 2022-10-07 | 1 | -2/+5 |
* | Fixed some imports/documentation. | shan | 2022-10-06 | 1 | -2/+2 |
* | Added support for gradients to respect current frame transform. | shan | 2022-10-06 | 1 | -19/+21 |
* | Fixed lint issues & cleaned up some documentation. | shan | 2022-10-06 | 1 | -4/+3 |
* | Reworked wgpu buffers, updated glow side to have proper transform location st... | shan | 2022-10-04 | 1 | -2/+2 |
* | Adds linear gradient support to 2D meshes in the canvas widget. | shan | 2022-09-29 | 1 | -6/+7 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -5/+9 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 1 | -2/+1 |
* | Add `Style` variant support to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -1/+10 |
* | Merge branch 'master' into theming | Héctor Ramón Jiménez | 2022-07-08 | 1 | -4/+4 |
|\ |
|
| * | Fix alpha blending for wgpu msaa | Cory Forsstrom | 2022-06-16 | 1 | -4/+4 |
* | | Implement theme styling for `Canvas` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -0/+1 |
* | | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -4/+8 |
|/ |
|
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | Ask for a slice of segments instead of ownership in `LineDash` | Héctor Ramón Jiménez | 2022-02-03 | 1 | -1/+1 |
* | Increase gap in example | Cory Forsstrom | 2022-01-27 | 1 | -1/+1 |
* | Add line dash API | Cory Forsstrom | 2022-01-27 | 1 | -0/+4 |