| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-09-20 | Introduce `strict-assertions` feature flag | 1 | -0/+1 | ||
| For now, this feature flag only enables validation in `iced_wgpu`; which has become quite expensive since its `0.20` release. | |||||
| 2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -0/+3 | ||
| 2024-04-03 | Redesign `iced_wgpu` layering architecture | 1 | -1/+0 | ||
| 2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 1 | -4/+6 | ||
| 2024-03-21 | Gate `Custom` variants in `iced_renderer` behind `custom` feature | 1 | -0/+1 | ||
| 2024-02-20 | Embed Fira Sans font on Wasm builds by default | 1 | -0/+1 | ||
| 2024-01-18 | Remove `Compositor` window generic | 1 | -1/+0 | ||
| And update `glyphon` and `window_clipboard` | |||||
| 2023-09-04 | Use workspace dependencies and package inheritance | 1 | -23/+16 | ||
| We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
| 2023-09-04 | Enable WebGPU backend in `wgpu` by default instead of WebGL | 1 | -0/+1 | ||
| Instead, we expose a new `webgl` feature. | |||||
| 2023-07-28 | Bump versions :tada: | 1 | -2/+9 | ||
| 2023-06-29 | Decouple `Mesh` primitives from main `Primitive` type | 1 | -0/+1 | ||
| 2023-05-31 | Introduce `web-colors` feature flag to enable sRGB linear blending | 1 | -0/+1 | ||
| This is how browsers perform color management. They treat gamma-corrected sRGB colors as if they were linear RGB. Correctness aside, this mode is introduced for legacy reasons. Most UI/UX tooling uses this color management as well, and many have created an intuition about how color should behave from interacting with a browser. This feature flag should facilitate application development with `iced` in those cases. More details: https://webcolorisstillbroken.com/ | |||||
| 2023-05-10 | Bundle `tiny-skia` backend together with `iced_renderer` | 1 | -10/+8 | ||
| 2023-03-06 | Introduce backend feature flags in `iced_renderer` | 1 | -1/+5 | ||
| 2023-03-05 | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | 1 | -6/+4 | ||
| 2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+0 | ||
| 2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -7/+1 | ||
| Rename `canvas` modules to `geometry` in graphics subcrates | |||||
| 2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -2/+8 | ||
| 2023-02-28 | Use `iced_renderer` instead of `iced_graphics` in root crate | 1 | -0/+2 | ||
| 2023-02-25 | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 1 | -2/+6 | ||
| 2023-02-24 | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 1 | -0/+26 | ||
