Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -150/+0 | ||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Checkbox` | 1 | -3/+6 | ||
2021-10-21 | Remove `Renderer` trait for `Checkbox` | 1 | -9/+9 | ||
2021-02-16 | Allow dead code explicitly in `iced_web` | 1 | -0/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -8/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-07-01 | Use `String::from_str_in` in `iced_web` | 1 | -2/+3 | ||
2020-07-01 | Fix empty `id` and `name` attributes in `iced_web` | 1 | -9/+13 | ||
2020-04-21 | add some accessibility features to web widgets | 1 | -3/+17 | ||
2020-04-14 | Fix `Checkbox` and `Radio` API in `iced_web` | 1 | -2/+2 | ||
2020-02-06 | Fix `Checkbox` styling in `iced_web` | 1 | -4/+18 | ||
2020-02-06 | Expose styling types for `checkbox` in `iced_web` | 1 | -7/+20 | ||
2020-02-06 | Expose missing widget modules in `iced_web` | 1 | -0/+1 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -2/+2 | ||
2020-02-04 | Support event subscriptions in `iced_web` | 1 | -2/+2 | ||
Also improves the overall web runtime, avoiding nested update loops. | |||||
2020-01-13 | Remove `Message: Clone` bound in some web widgets | 1 | -6/+9 | ||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -4/+5 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | |||||
2019-11-22 | Write docs for `iced_web` | 1 | -0/+1 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -2/+56 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-09-21 | Make example work on web and update READMEs | 1 | -0/+1 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -1/+1 | ||
2019-09-19 | Remove generic `Color` in widgets | 1 | -2/+2 | ||
2019-09-15 | Draft nodes for missing widgets | 1 | -3/+36 | ||
2019-09-14 | Draft web runtime and widgets | 1 | -0/+14 | ||