Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-05 | Unify `shader::Program` API with `canvas::Program` | 1 | -23/+0 | ||
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 1 | -2/+0 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -1/+1 | ||
2023-11-14 | Fix broken intra-doc links | 1 | -1/+1 | ||
2023-11-14 | Use `Instant` from `iced_core` instead of `std` | 1 | -2/+1 | ||
This is needed for Wasm compatibility. | |||||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 1 | -0/+1 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Run `cargo fmt` | 1 | -1/+1 | ||
2023-11-14 | Added redraw request handling to widget events. | 1 | -0/+4 | ||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 1 | -3/+3 | ||
2023-09-09 | Fix majority of unresolved documentation links | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+4 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -4/+4 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -4/+4 | ||
2022-10-04 | expose touch events in canvas widget | 1 | -0/+4 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -1/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-12 | Implement event capturing for `Canvas` | 1 | -0/+1 | ||
2020-11-12 | Make `Widget::on_event` return an `event::Status` | 1 | -0/+2 | ||
2020-08-10 | Add `Keyboard` variant to `canvas::Event` | 1 | -0/+4 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | ||
2020-04-30 | Write documentation for the new `canvas` API | 1 | -0/+4 | ||
2020-04-30 | Remove inconsistent `input` module in `iced_native` | 1 | -1/+1 | ||
2020-04-19 | Draft `Program` interactivity for `Canvas` | 1 | -0/+6 | ||