summaryrefslogtreecommitdiffstats
path: root/glow (follow)
Commit message (Expand)AuthorAgeFilesLines
* Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-166-371/+459
* Added conditional configurations for WASM target for gradients & storage buff...Libravatar bungoboingo2022-11-101-0/+1
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-1/+1
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-1/+1
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-3/+3
* Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-083-19/+19
* Remove redundant features in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez2022-11-054-18/+17
* Remove unnecessary dependencies from `iced_glow`Libravatar Héctor Ramón Jiménez2022-11-051-2/+0
* Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez2022-11-051-1/+1
* Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez2022-11-053-42/+56
* Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott2022-11-057-6/+366
* Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-11-031-4/+3
* Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2022-11-031-3/+6
* Fix lints by `clippy`Libravatar Héctor Ramón Jiménez2022-11-031-2/+2
* Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
* Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-033-47/+54
* Updated syntax for color stop iteration re: PR comments.Libravatar bungoboingo2022-10-181-2/+1
* Cleaned up namespaces re: PR comments.Libravatar bungoboingo2022-10-183-36/+36
* Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo2022-10-102-14/+14
* More import adjusting.Libravatar shan2022-10-071-5/+5
* Fixed an edge case where when gradient start/end are identical the GL fragmen...Libravatar shan2022-10-071-13/+19
* Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan2022-10-071-0/+3
* Fixed some more imports/documentation.Libravatar shan2022-10-062-9/+11
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-065-7/+7
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan2022-10-054-121/+77
* Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-5/+5
* Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan2022-10-045-149/+134
* Fixed issue where OpenGL would not render both shaders at once under certain ...Libravatar shan2022-09-291-30/+22
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-298-123/+429
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-092-9/+1
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-3/+11
* Address Clippy lintsLibravatar Poly2022-07-094-10/+9
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-142-6/+17
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-044-11/+11
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-4/+4
| * Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| * Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-023-6/+6
| * Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
* | Add logging to window and context creationLibravatar Richard2022-05-021-1/+13
* | Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
* | Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-3/+3
* | Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
* | Implement `GraphicsInformation` for `iced_glow`Libravatar Richard2022-04-261-0/+9
* | Add logging to window and context creationLibravatar Richard2022-04-261-0/+2
|/
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-0917-232/+0
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
* Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez2022-01-311-1/+1
* Use glow_glyp in opengl_integration exampleLibravatar Kai Mast2022-01-281-1/+1
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-4/+8