Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-10 | Reintroduce damage tracking for `iced_tiny_skia` | 1 | -0/+5 | ||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -0/+139 | ||
2024-04-03 | Remove unused `layer` module in `iced_graphics` | 1 | -47/+0 | ||
2024-04-03 | Redesign `iced_wgpu` layering architecture | 1 | -0/+47 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -270/+0 | ||
2023-02-24 | Overhaul `Font` type to allow font family selection | 1 | -1/+1 | ||
2023-02-24 | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | 1 | -4/+5 | ||
2022-12-06 | Remove `appearance` from `Handle` | 1 | -1/+6 | ||
... and pass it directly to `Renderer::draw` instead. | |||||
2022-11-16 | Group all solid triangles independently of color | 1 | -4/+21 | ||
2022-11-03 | Refactor exports in `graphics::layer` | 1 | -5/+7 | ||
2022-11-03 | Run `cargo fmt` | 1 | -13/+11 | ||
2022-10-07 | More import adjusting. | 1 | -13/+1 | ||
2022-10-06 | Fixed lint issues & cleaned up some documentation. | 1 | -1/+1 | ||
2022-10-05 | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 1 | -100/+11 | ||
2022-10-04 | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 1 | -19/+13 | ||
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | |||||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -9/+38 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -9/+38 | ||
2022-07-09 | Address Clippy lints | 1 | -2/+2 | ||
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -2/+3 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2021-10-25 | Implement `Widget::mouse_interaction` for `PaneGrid` | 1 | -7/+2 | ||
... and fix rendering of drag interaction in `PaneGrid` by introducing an explicit `with_translation` method to `Renderer` and simplifying the `with_layer` and `Clip` primitive. | |||||
2021-10-14 | Implement `Widget::draw` for `Text` | 1 | -7/+9 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -6/+6 | ||
2021-02-23 | Generate new layers only for clip primitives in `Layer::generate` | 1 | -12/+28 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -48/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -2/+2 | ||
2020-07-08 | Rename `Layer` to `overlay::Content` | 1 | -2/+0 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -0/+2 | ||
2020-05-28 | Write documentation for `iced_graphics` | 1 | -2/+113 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -0/+1 | ||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -32/+13 | ||
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -0/+266 | ||