| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | Héctor Ramón Jiménez | 2022-01-28 | 1 | -186/+0 |
* | Use data urls instead of blob URLs | Liam Murphy | 2021-04-10 | 1 | -15/+6 |
* | fix: Don't rely on image handle not being dropped | Liam Murphy | 2021-03-21 | 1 | -36/+21 |
* | feat(web): Support in-memory image data | Liam Murphy | 2021-03-21 | 1 | -0/+39 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -18/+0 |
* | Use `String::from_str_in` in `iced_web` | Héctor Ramón Jiménez | 2020-07-01 | 1 | -6/+11 |
* | add some accessibility features to web widgets | Tom Pridham | 2020-04-21 | 1 | -1/+15 |
* | Add `From<String>` for `image::Handle` in `iced_web` | Héctor Ramón Jiménez | 2020-02-06 | 1 | -0/+6 |
* | Add `Handle` and `Data` to `image` in `iced_web` | Héctor Ramón Jiménez | 2020-02-05 | 1 | -5/+78 |
* | Rename module `style` to `css` in `iced_web` | Héctor Ramón Jiménez | 2020-02-05 | 1 | -2/+2 |
* | Add `Length::FillPortion` variant | Héctor Ramón Jiménez | 2019-12-30 | 1 | -1/+1 |
* | Make `tour` work with `iced_web` again :tada: | Héctor Ramón Jiménez | 2019-11-23 | 1 | -1/+2 |
* | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 1 | -1/+49 |
* | Remove generic handle in `Image` | Héctor Ramón Jiménez | 2019-10-22 | 1 | -5/+5 |
* | Make example work on web and update READMEs | Héctor Ramón Jiménez | 2019-09-21 | 1 | -0/+2 |
* | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 2019-09-20 | 1 | -6/+14 |
* | Draft nodes for missing widgets | Héctor Ramón Jiménez | 2019-09-15 | 1 | -2/+23 |
* | Draft web runtime and widgets | Héctor Ramón Jiménez | 2019-09-14 | 1 | -0/+11 |