Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -25/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2021-12-10 | Decouple the image Handle type from the iced_native implementation | 1 | -0/+2 | ||
2021-10-31 | Introduce first-class `image` module in `iced_native` | 1 | -2/+3 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -2/+2 | ||
2021-10-28 | Implement `Widget::draw` for `image::Viewer` | 1 | -7/+3 | ||
2021-10-25 | Implement `Widget::draw` for `Image` | 1 | -1/+9 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -17/+1 | ||
2020-05-28 | Write documentation for `iced_graphics` | 1 | -0/+1 | ||
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -1/+1 | ||
2020-05-19 | Merge unnecessary split widget modules | 1 | -0/+2 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -3/+9 | ||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -2/+2 | ||
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | 1 | -1/+1 | ||
2019-11-29 | Allow to load an image from memory | 1 | -4/+8 | ||
New `image::Handle` opaque type uniquely identifying some `image::Data`, allowing reliable caching. | |||||
2019-11-24 | Fix `iced_native` widget examples | 1 | -3/+3 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -22/+3 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -10/+23 | ||
2019-11-10 | Draft new layout API | 1 | -20/+10 | ||
2019-11-02 | Move `Target` to its own module | 1 | -0/+0 | ||
2019-10-23 | Add `TODO` to `image::Renderer::node` | 1 | -0/+1 | ||
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -5/+26 | ||
2019-10-22 | Remove generic handle in `Image` | 1 | -7/+3 | ||
For now, we will simply assume images will be loaded from a given path. | |||||
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -2/+2 | ||
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | ||
2019-10-08 | Make `iced_core::Button` customizable | 1 | -1/+1 | ||
Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+16 | ||