summaryrefslogtreecommitdiffstats
path: root/glow (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-13Bump versions :tada:Libravatar Héctor Ramón Jiménez3-5/+5
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez25-2999/+0
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+1
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez3-5/+5
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2-6/+6
2023-02-13glow: enable GL_ARB_explicit_attrib_location to fix crashesLibravatar Joakim Frostegård1-4/+4
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
2023-01-14Bump versions in `README`sLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez2-4/+4
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo4-13/+11
2023-01-09Initial profiling support for Iced.Libravatar Bingus4-0/+24
2022-12-15Bump version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-12-11Fixed iced_glow crate compilation when image feature is enabled and the svg f...Libravatar Ben Wallis1-1/+1
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez2-4/+4
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez1-1/+6
2022-11-23fix: adjust y position of scissor rectangleLibravatar Ashley Wulber2-1/+4
2022-11-23cargo fmtLibravatar Ashley Wulber1-2/+7
2022-11-23fix: scissor layout bounds for imagesLibravatar Ashley Wulber2-1/+12
2022-11-16Replace magic constants in `glow::triangle`Libravatar Héctor Ramón Jiménez1-3/+6
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez6-371/+459
2022-11-10Added conditional configurations for WASM target for gradients & storage buff...Libravatar bungoboingo1-0/+1
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-3/+3
2022-11-08Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo3-19/+19
2022-11-08Fix casing of `border_radius` in `quad` shaderLibravatar Héctor Ramón Jiménez1-4/+4
2022-11-08Fix `compatibility::quad` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez3-10/+28
2022-11-05Remove redundant features in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez4-18/+17
2022-11-05Remove unnecessary dependencies from `iced_glow`Libravatar Héctor Ramón Jiménez1-2/+0
2022-11-05Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-05Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez3-42/+56
2022-11-05Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott7-6/+366
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn4-16/+34
2022-11-03Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez1-4/+3
2022-11-03Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez1-3/+6
2022-11-03Fix lints by `clippy`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-03Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez1-4/+6
2022-11-03Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez1-4/+6
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez3-47/+54
2022-10-18Updated syntax for color stop iteration re: PR comments.Libravatar bungoboingo1-2/+1
2022-10-18Cleaned up namespaces re: PR comments.Libravatar bungoboingo3-36/+36
2022-10-10Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo2-14/+14
2022-10-07More import adjusting.Libravatar shan1-5/+5
2022-10-07Fixed an edge case where when gradient start/end are identical the GL fragmen...Libravatar shan1-13/+19
2022-10-07Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan1-0/+3
2022-10-06Fixed some more imports/documentation.Libravatar shan2-9/+11
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan5-7/+7
2022-10-05Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan4-121/+77
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-5/+5
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan5-149/+134