| Commit message (Expand) | Author | Age | Files | Lines |
* | Added conditional configurations for WASM target for gradients & storage buff... | bungoboingo | 2022-11-10 | 1 | -0/+1 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2022-11-10 | 1 | -1/+1 |
* | Fix outdated links in documentation | Héctor Ramón Jiménez | 2022-11-10 | 1 | -1/+1 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2022-11-10 | 1 | -3/+3 |
* | Fixed issues with old GL versions ( <= 2.1 ) | bungoboingo | 2022-11-08 | 3 | -19/+19 |
* | Remove redundant features in `iced_wgpu` and `iced_glow` | Héctor Ramón Jiménez | 2022-11-05 | 4 | -18/+17 |
* | Remove unnecessary dependencies from `iced_glow` | Héctor Ramón Jiménez | 2022-11-05 | 1 | -2/+0 |
* | Use RGBA texture for `image` and `svg` pipelines | Héctor Ramón Jiménez | 2022-11-05 | 1 | -1/+1 |
* | Refactor some `image` traits a bit | Héctor Ramón Jiménez | 2022-11-05 | 3 | -42/+56 |
* | Add image/svg support to `iced_glow` | Ian Douglas Scott | 2022-11-05 | 7 | -6/+366 |
* | Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -4/+3 |
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -3/+6 |
* | Fix lints by `clippy` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -2/+2 |
* | Convert colors to linear RGB in `gradient` pipelines | Héctor Ramón Jiménez | 2022-11-03 | 1 | -4/+6 |
* | Convert colors to linear RGB before uploading in `solid` pipelines | Héctor Ramón Jiménez | 2022-11-03 | 1 | -4/+6 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 3 | -47/+54 |
* | Updated syntax for color stop iteration re: PR comments. | bungoboingo | 2022-10-18 | 1 | -2/+1 |
* | Cleaned up namespaces re: PR comments. | bungoboingo | 2022-10-18 | 3 | -36/+36 |
* | Fixed fragment shader compatibility issues with GLES 3.0+ | bungoboingo | 2022-10-10 | 2 | -14/+14 |
* | More import adjusting. | shan | 2022-10-07 | 1 | -5/+5 |
* | Fixed an edge case where when gradient start/end are identical the GL fragmen... | shan | 2022-10-07 | 1 | -13/+19 |
* | Added support for relative positioning of gradient fills. Addressed some PR f... | shan | 2022-10-07 | 1 | -0/+3 |
* | Fixed some more imports/documentation. | shan | 2022-10-06 | 2 | -9/+11 |
* | Fixed lint issues & cleaned up some documentation. | shan | 2022-10-06 | 5 | -7/+7 |
* | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien... | shan | 2022-10-05 | 4 | -121/+77 |
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | shan | 2022-10-05 | 1 | -5/+5 |
* | Reworked wgpu buffers, updated glow side to have proper transform location st... | shan | 2022-10-04 | 5 | -149/+134 |
* | Fixed issue where OpenGL would not render both shaders at once under certain ... | shan | 2022-09-29 | 1 | -30/+22 |
* | Adds linear gradient support to 2D meshes in the canvas widget. | shan | 2022-09-29 | 8 | -123/+429 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 2 | -9/+1 |
* | Fix further `clippy` lints | Héctor Ramón Jiménez | 2022-07-09 | 1 | -3/+11 |
* | Address Clippy lints | Poly | 2022-07-09 | 4 | -10/+9 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 2 | -6/+17 |
* | Merge branch 'master' into dev/system-information | Héctor Ramón Jiménez | 2022-05-04 | 4 | -11/+11 |
|\ |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2022-05-02 | 1 | -4/+4 |
| * | Fix typo in `README` of `iced_glow` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -1/+1 |
| * | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 3 | -6/+6 |
| * | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -1/+1 |
* | | Add logging to window and context creation | Richard | 2022-05-02 | 1 | -1/+13 |
* | | Rename `get_information` to `fetch_information` | Richard | 2022-04-27 | 1 | -1/+1 |
* | | Move `compositor` module access from `window` to `crate` | Richard | 2022-04-27 | 1 | -3/+3 |
* | | Rename `GraphicsInformation` to `Information` | Richard | 2022-04-26 | 1 | -2/+2 |
* | | Implement `GraphicsInformation` for `iced_glow` | Richard | 2022-04-26 | 1 | -0/+9 |
* | | Add logging to window and context creation | Richard | 2022-04-26 | 1 | -0/+2 |
|/ |
|
* | Remove redundant `widget` modules in subcrates | Héctor Ramón Jiménez | 2022-03-09 | 17 | -232/+0 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | Replace Zulip links with Discord | Héctor Ramón Jiménez | 2022-01-31 | 1 | -1/+1 |
* | Use glow_glyp in opengl_integration example | Kai Mast | 2022-01-28 | 1 | -1/+1 |
* | Experimental wgpu WebGL backend support | Vladyslav Nikonov | 2022-01-28 | 1 | -4/+8 |
* | Add `Shader` and `Version` | Richard | 2022-01-19 | 6 | -134/+156 |