Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Bump versions :tada: | 1 | -1/+1 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -53/+0 | ||
2023-02-18 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-14 | Bump versions :tada: | 1 | -1/+1 | ||
2022-12-07 | Bump versions :tada: | 1 | -1/+1 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -1/+1 | ||
2022-11-05 | Remove redundant features in `iced_wgpu` and `iced_glow` | 1 | -1/+1 | ||
2022-11-05 | Add image/svg support to `iced_glow` | 1 | -0/+2 | ||
https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API. | |||||
2022-07-09 | Fix further `clippy` lints | 1 | -3/+11 | ||
... and explicitly annotate crates as well. | |||||
2022-05-14 | Draft first-class `Theme` support | 1 | -1/+3 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-02 | Replace `hecrj` in links with `iced-rs` | 1 | -3/+3 | ||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | ||
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -4/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2022-01-19 | Export `glow` in `iced_glow` | 1 | -0/+2 | ||
2022-01-12 | Write missing docs for `user_interface` module | 1 | -1/+1 | ||
2022-01-11 | Draft `Responsive` widget | 1 | -1/+1 | ||
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | ||
2021-12-09 | Added icon in docs | 1 | -0/+3 | ||
2021-11-05 | Make `program` module in `iced_glow` private | 1 | -2/+2 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -4/+3 | ||
2021-08-13 | Add integration_gl example | 1 | -2/+2 | ||
2020-11-26 | Update graphs in crate docs | 1 | -0/+2 | ||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -1/+1 | ||
2020-07-10 | Write documentation for the new `overlay` API | 1 | -1/+1 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -1/+1 | ||
2020-05-30 | Expose `Backend` in `iced_glow` | 1 | -1/+1 | ||
2020-05-28 | Enable `doc_cfg` for `docs.rs` in `iced_glow` | 1 | -0/+1 | ||
2020-05-28 | Write documentation for `iced_glow` | 1 | -6/+11 | ||
2020-05-21 | Draft `triangle` pipeline in `iced_glow` | 1 | -0/+1 | ||
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -1/+0 | ||
2020-05-19 | Move `Viewport` to `iced_graphics` | 1 | -4/+3 | ||
2020-05-19 | Move `Transformation` to `iced_graphics` | 1 | -2/+1 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -6/+4 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+37 | ||