Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-28 | Enable `doc_cfg` for `docs.rs` in `iced_glow` | 2 | -0/+5 | |
2020-05-28 | Write documentation for `iced_glow` | 3 | -9/+17 | |
2020-05-27 | Target physical pixels for quads in `iced_glow` | 1 | -6/+6 | |
2020-05-27 | Update `glyph_brush` and `glow_glyph` | 3 | -56/+40 | |
2020-05-27 | Introduce feature flags to enable `iced_glow` | 1 | -0/+1 | |
2020-05-22 | Use published `glow` and `glow_glyph` versions | 3 | -16/+10 | |
2020-05-22 | Use built-in OpenGL multisampling in `iced_glow` | 3 | -209/+57 | |
2020-05-22 | Use `get_uniform_location` for wider compatibility | 7 | -48/+93 | |
2020-05-22 | Use git repository for `glow_glyph` | 1 | -1/+2 | |
2020-05-22 | Implement MSAA for triangle meshes in `iced_glow` | 1 | -41/+195 | |
2020-05-21 | Update to latest `glow` | 3 | -25/+17 | |
2020-05-21 | Remove unused `overlay_font` in `iced_glow` | 1 | -6/+6 | |
2020-05-21 | Draft `triangle` pipeline in `iced_glow` | 6 | -52/+301 | |
2020-05-21 | Avoid relying `origin_upper_left` | 2 | -3/+17 | |
2020-05-21 | Implement `iced_glutin` :tada: | 5 | -352/+65 | |
2020-05-20 | Refactor `Viewport` and `Compositor` | 3 | -31/+16 | |
2020-05-19 | Move `Layer` to `iced_graphics` | 4 | -280/+50 | |
2020-05-19 | Move `Antialiasing` to `iced_graphics` | 1 | -24/+1 | |
2020-05-19 | Move built-in fonts to `iced_graphics` | 4 | -15/+6 | |
2020-05-19 | Move `font::Source` to `iced_graphics` | 3 | -41/+2 | |
2020-05-19 | Rename `window::Backend` to `Compositor` | 2 | -7/+7 | |
2020-05-19 | Move `Viewport` to `iced_graphics` | 2 | -37/+3 | |
2020-05-19 | Move `Transformation` to `iced_graphics` | 2 | -56/+1 | |
2020-05-19 | Draft new `iced_graphics` crate :tada: | 34 | -1354/+52 | |
2020-05-19 | Draft first working version of `iced_glow` :tada: | 45 | -0/+3143 |