Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -5/+0 | ||
2022-07-08 | Remove redundant `crate::Theme` in alias of `Element` | 1 | -1/+1 | ||
2022-07-08 | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | 1 | -2/+2 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -2/+2 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -4/+0 | ||
2020-05-27 | Introduce feature flags to enable `iced_glow` | 1 | -1/+1 | ||
Also keep `iced_wgpu` as the default renderer for the time being. | |||||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -1/+1 | ||
2020-01-20 | Implement `WasmBindgen` executor and reorganize | 1 | -0/+9 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -370/+0 | ||
2019-09-19 | Remove generic `Color` in widgets | 1 | -9/+6 | ||
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -3/+6 | ||
2019-09-14 | Rethink workspace structure | 1 | -0/+0 | ||
2019-09-10 | Switch to workspace layout | 1 | -0/+0 | ||
2019-08-31 | Remove `nalgebra` dependency | 1 | -1/+1 | ||
- Implement our own `Point` and `Vector` types - Make `Rectangle` not generic | |||||
2019-08-30 | Write documentation example for `Element::map` | 1 | -2/+144 | ||
2019-08-30 | Make `Hasher` opaque | 1 | -6/+6 | ||
2019-08-29 | Write `renderer` docs and fix broken links | 1 | -7/+9 | ||
2019-08-29 | Write documentation for `UserInterface` | 1 | -3/+7 | ||
2019-07-20 | Decouple `iced` from `coffee` | 1 | -0/+222 | ||