Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 5 | -731/+0 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 5 | -0/+731 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2019-09-20 | Create `iced_core` and `iced_native` | 10 | -1976/+0 | ||
2019-09-19 | Remove generic `Color` in widgets | 3 | -84/+62 | ||
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 8 | -9/+9 | ||
2019-09-15 | Draft nodes for missing widgets | 4 | -12/+24 | ||
2019-09-15 | Draft widget nodes and wire interaction | 2 | -4/+8 | ||
2019-09-14 | Rethink workspace structure | 10 | -0/+1982 | ||
2019-09-10 | Switch to workspace layout | 10 | -1982/+0 | ||
2019-09-05 | Fix link in `Image` docs | 1 | -1/+1 | ||
2019-09-04 | Improve tour example | 9 | -34/+77 | ||
2019-09-03 | Fix docs for `image` | 2 | -15/+15 | ||
2019-09-03 | Fix docs for `progress_bar` | 1 | -19/+16 | ||
2019-09-03 | Apply latest changes to `Image` and `ProgressBar` | 2 | -3/+3 | ||
2019-09-03 | Fix `Image` and `ProgressBar` doc examples | 2 | -29/+17 | ||
2019-09-02 | Remove `Default` constraint for checkbox `Color` | 1 | -1/+1 | ||
2019-08-31 | Make `clippy` happy | 3 | -4/+6 | ||
2019-08-31 | Remove `nalgebra` dependency | 6 | -8/+8 | ||
- Implement our own `Point` and `Vector` types - Make `Rectangle` not generic | |||||
2019-08-31 | Address documentation feedback | 7 | -28/+25 | ||
- Fix broken links - Mention generic `Color` in some widgets - Clarify meaning of renderer-agnostic in usage/overview example | |||||
2019-08-30 | Make `Hasher` opaque | 7 | -9/+9 | ||
2019-08-30 | Add example images to widget docs | 5 | -24/+25 | ||
2019-08-29 | Write `renderer` docs and fix broken links | 5 | -18/+13 | ||
2019-08-28 | Write more documentation | 2 | -2/+2 | ||
2019-08-26 | Make `Color` optional instead of `Default` | 3 | -22/+13 | ||
2019-08-24 | Fix details in documentation | 5 | -8/+9 | ||
2019-08-22 | migrated Image and ProgressBar widgets | 2 | -0/+256 | ||
2019-07-20 | Decouple `iced` from `coffee` | 8 | -0/+1711 | ||