summaryrefslogtreecommitdiffstats
path: root/glow (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-09-29Fixed issue where OpenGL would not render both shaders at once under certain ...Libravatar shan1-30/+22
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan8-123/+429
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan8-123/+429
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2-9/+1
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-3/+11
2022-07-09Address Clippy lintsLibravatar Poly4-10/+9
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2-6/+17
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-02Add logging to window and context creationLibravatar Richard1-1/+13
2022-05-02Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez3-6/+6
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Implement `GraphicsInformation` for `iced_glow`Libravatar Richard1-0/+9
2022-04-26Add logging to window and context creationLibravatar Richard1-0/+2
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez17-232/+0
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-31Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-28Use glow_glyp in opengl_integration exampleLibravatar Kai Mast1-1/+1
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-4/+8
2022-01-19Add `Shader` and `Version`Libravatar Richard6-134/+156
2022-01-19Update documentation for built-in renderersLibravatar Richard1-0/+51
2022-01-19Export `glow` in `iced_glow`Libravatar Richard1-0/+2
2022-01-19Improve shader version selectionLibravatar Richard16-66/+178
2022-01-19Log debugging infoLibravatar Richard2-0/+9
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard12-220/+754
2022-01-19Use `glutin`, `glow` and `glow_glyph` forksLibravatar Richard1-2/+2
2022-01-12Write missing docs for `user_interface` moduleLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-12Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2-9/+0
2022-01-11Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez3-1/+10
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
2021-11-05Make `program` module in `iced_glow` privateLibravatar Héctor Ramón Jiménez1-2/+2