Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Bump versions :tada: | 1 | -1/+1 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 23 | -2897/+0 | ||
2023-02-23 | Remove logging large bytes arrays | 1 | -1/+1 | ||
2023-02-18 | Bump versions :tada: | 1 | -1/+1 | ||
2023-02-17 | Use `Pixels` for `Text::size` | 2 | -6/+6 | ||
2023-02-13 | glow: enable GL_ARB_explicit_attrib_location to fix crashes | 1 | -4/+4 | ||
2023-01-27 | Fix: Clippy lint 'uninlined_format_args' | 1 | -1/+1 | ||
2023-01-14 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 3 | -9/+9 | ||
2023-01-09 | Initial profiling support for Iced. | 3 | -0/+18 | ||
2022-12-11 | Fixed iced_glow crate compilation when image feature is enabled and the svg ↵ | 1 | -1/+1 | ||
feature is disabled | |||||
2022-12-07 | Bump versions :tada: | 1 | -1/+1 | ||
2022-12-06 | Remove `appearance` from `Handle` | 1 | -1/+6 | ||
... and pass it directly to `Renderer::draw` instead. | |||||
2022-11-23 | fix: adjust y position of scissor rectangle | 2 | -1/+4 | ||
2022-11-23 | cargo fmt | 1 | -2/+7 | ||
2022-11-23 | fix: scissor layout bounds for images | 2 | -1/+12 | ||
2022-11-16 | Replace magic constants in `glow::triangle` | 1 | -3/+6 | ||
2022-11-16 | Group all solid triangles independently of color | 6 | -371/+459 | ||
2022-11-10 | Added conditional configurations for WASM target for gradients & storage ↵ | 1 | -0/+1 | ||
buffers, since storage buffers are not supported on wgpu WASM target at the moment. | |||||
2022-11-10 | Fix outdated links in documentation | 1 | -1/+1 | ||
2022-11-08 | Fixed issues with old GL versions ( <= 2.1 ) | 3 | -19/+19 | ||
2022-11-08 | Fix casing of `border_radius` in `quad` shader | 1 | -4/+4 | ||
2022-11-08 | Fix `compatibility::quad` pipeline in `iced_glow` | 3 | -10/+28 | ||
2022-11-05 | Remove redundant features in `iced_wgpu` and `iced_glow` | 3 | -16/+16 | ||
2022-11-05 | Use RGBA texture for `image` and `svg` pipelines | 1 | -1/+1 | ||
2022-11-05 | Refactor some `image` traits a bit | 3 | -42/+56 | ||
- 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` | 6 | -3/+350 | ||
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 | non uniform border radius for quads | 4 | -16/+34 | ||
2022-11-03 | Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu` | 1 | -4/+3 | ||
2022-11-03 | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 1 | -3/+6 | ||
2022-11-03 | Fix lints by `clippy` | 1 | -2/+2 | ||
2022-11-03 | Convert colors to linear RGB in `gradient` pipelines | 1 | -4/+6 | ||
2022-11-03 | Convert colors to linear RGB before uploading in `solid` pipelines | 1 | -4/+6 | ||
2022-11-03 | Run `cargo fmt` | 3 | -47/+54 | ||
2022-10-18 | Updated syntax for color stop iteration re: PR comments. | 1 | -2/+1 | ||
2022-10-18 | Cleaned up namespaces re: PR comments. | 3 | -36/+36 | ||
2022-10-10 | Fixed fragment shader compatibility issues with GLES 3.0+ | 2 | -14/+14 | ||
2022-10-07 | More import adjusting. | 1 | -5/+5 | ||
2022-10-07 | Fixed an edge case where when gradient start/end are identical the GL ↵ | 1 | -13/+19 | ||
fragment shader was not choosing the appropriate color. | |||||
2022-10-07 | Added support for relative positioning of gradient fills. Addressed some PR ↵ | 1 | -0/+3 | ||
feedback. | |||||
2022-10-06 | Fixed some more imports/documentation. | 2 | -9/+11 | ||
2022-10-06 | Fixed lint issues & cleaned up some documentation. | 5 | -7/+7 | ||
2022-10-05 | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵ | 4 | -121/+77 | ||
gradient uniforms on OpenGL side to be more performant. | |||||
2022-10-05 | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 1 | -5/+5 | ||
2022-10-04 | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 5 | -149/+134 | ||
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | |||||
2022-09-29 | Fixed issue where OpenGL would not render both shaders at once under certain ↵ | 1 | -30/+22 | ||
circumstances. | |||||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 8 | -123/+429 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 8 | -123/+429 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 2 | -9/+1 | ||
... and check those in CI as well! | |||||
2022-07-09 | Fix further `clippy` lints | 1 | -3/+11 | ||
... and explicitly annotate crates as well. |