Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -1/+1 | ||
2025-01-24 | Add helper functions for alignment to `widget` module | 1 | -4/+3 | ||
2024-12-02 | Fix new `clippy` lints | 1 | -1/+1 | ||
2024-11-05 | Implement `reactive-rendering` for `canvas` | 1 | -39/+39 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -6/+5 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+1 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-04-27 | Use `hover` widget in `bezier_tool` example | 1 | -11/+15 | ||
2024-04-25 | Showcase new `Stack` widget in `bezier_tool` example | 1 | -18/+35 | ||
2024-03-22 | Restore `canvas::Frame` API | 1 | -6/+4 | ||
2024-03-21 | Restore `canvas::Program` API | 1 | -9/+11 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -19/+14 | ||
2024-03-17 | Move `Program` to `application` module | 1 | -1/+1 | ||
2024-03-17 | Remove `Sandbox` trait :tada: | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -2/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -16/+6 | ||
2024-03-08 | Use `button::danger` in `bezier_tool` example | 1 | -1/+3 | ||
2024-02-02 | Implement `transform` method for `Geometry` | 1 | -1/+1 | ||
2023-09-20 | Fix `clippy::manual_let_else` | 1 | -6/+3 | ||
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | 1 | -1/+1 | ||
2023-09-07 | Host GIFs and video examples in `iced.rs` | 1 | -3/+1 | ||
RIP Gfycat | |||||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+2 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-06-08 | Take `Rectangle` by value in `Cursor` API | 1 | -3/+3 | ||
2023-06-08 | Implement basic cursor availability | 1 | -7/+5 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -1/+1 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -8/+17 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -38/+31 | ||
2022-06-07 | Implement theme styling for `Canvas` | 1 | -2/+7 | ||
2022-03-18 | Reintroduce generic `Message` type for `canvas::Program` | 1 | -3/+1 | ||
As it is useful to make the `Message` completely free in many implementations. | |||||
2022-03-09 | Use associated type for `Message` in a `canvas::Program` | 1 | -1/+3 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -3/+2 | ||
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -2/+3 | ||
2020-11-12 | Implement event capturing for `Canvas` | 1 | -32/+43 | ||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -2/+2 | ||
2020-08-10 | Add `Keyboard` variant to `canvas::Event` | 1 | -0/+1 | ||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -5/+5 | ||
2020-04-30 | Split `Input` mouse event by `ButtonState` | 1 | -28/+27 | ||
2020-04-29 | Rename `Cursor::*_position` methods in `canvas` | 1 | -2/+2 | ||
2020-04-29 | Introduce `Cursor` type in `canvas` | 1 | -68/+69 | ||
2020-04-29 | Display crosshair cursor in `bezier_tool` example | 1 | -4/+14 | ||
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | 1 | -40/+51 | ||
2020-04-28 | Remove unnecessary `Container` in `bezier_tool` | 1 | -10/+3 | ||
2020-04-28 | Port `bezier_tool` example to use `Canvas` | 3 | -298/+149 | ||
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 1 | -6/+8 | ||
2020-04-10 | Fix `bezier_tool` placeholder text alignment | 1 | -3/+7 | ||
2020-03-07 | Implement `Primitive::Cached` | 1 | -3/+2 | ||
2020-02-21 | Create `README` files for all the examples | 1 | -0/+19 | ||