Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -148/+0 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -13/+15 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -20/+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/+8 | ||
2020-02-06 | Add `font-family` to `Text` style in `iced_web` | 1 | -2/+6 | ||
2020-02-05 | Support styling for `Button` in `iced_web` | 1 | -1/+4 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -5/+5 | ||
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 1 | -1/+1 | ||
2019-12-18 | Add several missing style attributes in iced_web. | 1 | -1/+6 | ||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -4/+19 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | |||||
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -2/+2 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -2/+106 | ||
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 | -4/+2 | ||
2019-09-15 | Draft widget nodes and wire interaction | 1 | -2/+19 | ||
2019-09-14 | Draft web runtime and widgets | 1 | -0/+13 | ||