Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -280/+0 | ||
2023-02-17 | Use `Pixels` for `Text::size` | 1 | -2/+2 | ||
2022-11-23 | fix: adjust y position of scissor rectangle | 1 | -0/+1 | ||
2022-11-23 | cargo fmt | 1 | -2/+7 | ||
2022-11-23 | fix: scissor layout bounds for images | 1 | -1/+1 | ||
2022-11-05 | Remove redundant features in `iced_wgpu` and `iced_glow` | 1 | -7/+7 | ||
2022-11-05 | Refactor some `image` traits a bit | 1 | -4/+4 | ||
- Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | |||||
2022-11-05 | Add image/svg support to `iced_glow` | 1 | -3/+23 | ||
https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API. | |||||
2022-11-03 | Run `cargo fmt` | 1 | -1/+1 | ||
2022-10-04 | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 1 | -1/+1 | ||
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 | -4/+3 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -4/+3 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -1/+0 | ||
... and check those in CI as well! | |||||
2022-05-02 | Replace `hecrj` in links with `iced-rs` | 1 | -1/+1 | ||
2022-01-19 | Add `Shader` and `Version` | 1 | -52/+2 | ||
to simplify and constrain `program::create` | |||||
2022-01-19 | Improve shader version selection | 1 | -2/+55 | ||
2021-10-31 | Introduce first-class `svg` module in `iced_native` | 1 | -1/+1 | ||
2021-10-31 | Introduce first-class `image` module in `iced_native` | 1 | -4/+1 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -2/+5 | ||
2021-10-25 | Avoid flushing empty layers in `iced_wgpu` and `iced_glow` | 1 | -0/+5 | ||
2021-10-14 | Implement `Widget::draw` for `Text` | 1 | -2/+2 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -8/+4 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -7/+8 | ||
2021-09-15 | Use `Option` to encode empty text case in hit test methods | 1 | -1/+1 | ||
2021-08-26 | Rename `HitTestResult` to `Hit` | 1 | -4/+3 | ||
... and also move it to a new `text` module in `iced_core` | |||||
2021-08-21 | Implement textual hit testing | 1 | -1/+22 | ||
2021-07-22 | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 1 | -1/+6 | ||
2021-02-13 | Fix `image` feature name in `glow` and `iced` | 1 | -1/+1 | ||
2021-02-13 | Add image format options to reduce code bloat, fixes #376 | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-07-08 | Render arrow icon in `ComboBox` | 1 | -0/+1 | ||
2020-06-19 | Make default text size configurable in `Settings` | 1 | -0/+6 | ||
2020-06-02 | Rename `Rectangle::round` to `snap` | 1 | -1/+1 | ||
Also use `ceil` instead of `round`. Closes #380. | |||||
2020-05-30 | Fix `Backend` link in `iced_glow` docs | 1 | -1/+1 | ||
2020-05-30 | Expose `Backend` in `iced_glow` | 1 | -3/+8 | ||
2020-05-27 | Update `glyph_brush` and `glow_glyph` | 1 | -11/+12 | ||
2020-05-22 | Use built-in OpenGL multisampling in `iced_glow` | 1 | -5/+1 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -8/+21 | ||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -14/+9 | ||
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -252/+39 | ||
2020-05-19 | Move built-in fonts to `iced_graphics` | 1 | -2/+3 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -59/+27 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -95/+43 | ||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -6/+5 | ||
2020-04-28 | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 1 | -13/+23 | ||
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 1 | -7/+13 | ||
2020-04-26 | Render meshes after quads in `iced_wgpu` | 1 | -12/+12 | ||
2020-04-16 | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 1 | -3/+3 | ||
* Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt | |||||
2020-04-10 | Align text in `iced_wgpu` on a case-by-case basis | 1 | -21/+4 | ||
2020-03-29 | Use `!is_empty()` instead of `len() > 0` | 1 | -1/+1 | ||