Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -5/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -1/+1 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -45/+1 | ||
2020-10-28 | Introduce `viewport` to `Widget::draw` | 1 | -3/+9 | ||
This should eventually allow us to only generate primitives that are visible. | |||||
2020-05-28 | Write documentation for `iced_graphics` | 1 | -0/+1 | ||
2020-05-19 | Merge unnecessary split widget modules | 1 | -0/+3 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -3/+8 | ||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -6/+6 | ||
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | 1 | -1/+1 | ||
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -1/+2 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -4/+3 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -1/+1 | ||
2019-11-10 | Draft new layout API | 1 | -1/+1 | ||
2019-11-02 | Move `Target` to its own module | 1 | -0/+0 | ||
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -11/+23 | ||
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | ||
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+22 | ||