Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-22 | Restore `canvas::Frame` API | 1 | -137/+0 | ||
2024-03-21 | Gate `Custom` variants in `iced_renderer` behind `custom` feature | 1 | -2/+5 | ||
2024-03-21 | Draft support for dynamic custom renderer injection | 1 | -0/+9 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -2/+2 | ||
2023-09-20 | Fix `clippy::default_trait_access` | 1 | -1/+1 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -7/+45 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+3 | ||
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 | -35/+20 | ||
2023-02-06 | Accept FnOnce instead of Fn in canvas cache draw | 1 | -1/+5 | ||
Use FnOnce in `draw` function signature instead of `Fn`, permitting the use of iterators and other one-time functions. | |||||
2022-09-13 | Make `Cache::clear` immutable | 1 | -1/+1 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -4/+2 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -10/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | ||
2020-04-30 | Write documentation for the new `canvas` API | 1 | -12/+24 | ||
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | 1 | -30/+7 | ||
2020-04-28 | Allow `canvas::State` to produce messages | 1 | -2/+5 | ||
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 1 | -3/+9 | ||
2020-04-28 | Ask for a `Size` in `Frame::new` | 1 | -1/+1 | ||
2020-04-19 | Remove `Layer` trait and simplify `Canvas` | 1 | -43/+33 | ||
2020-04-19 | Add interactivity to `solar_system` example | 1 | -38/+12 | ||
2020-04-19 | Use `Borrow<T>` when binding in `layer::Cache<T>` | 1 | -6/+10 | ||
2020-04-19 | Draft `Program` interactivity for `Canvas` | 1 | -1/+15 | ||
2020-04-08 | impl default for canvas cache | 1 | -7/+24 | ||
2020-04-02 | Fix minor documentation issues | 1 | -1/+1 | ||
2020-03-10 | Fix `Debug` implementation of `layer::cache::State` | 1 | -3/+2 | ||
2020-03-07 | Implement `Primitive::Cached` | 1 | -5/+8 | ||
2020-03-06 | implement text support in canvas widget | 1 | -15/+10 | ||
2020-03-04 | Improve `Debug` implementation of `cache::State` | 1 | -1/+14 | ||
2020-02-18 | Write documentation for new `canvas` module | 1 | -13/+32 | ||
2020-02-13 | Move `layer::Cached` to its own module | 1 | -11/+5 | ||
2020-02-12 | Finish `clock` example | 1 | -8/+55 | ||
2020-02-12 | Draft `Canvas` types and `clock` example | 1 | -0/+41 | ||