Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-02-06 | Expose missing widget modules in `iced_web` | 4 | -0/+6 | |
2020-02-06 | Expose styling types for `scrollable` in `iced_web` | 1 | -2/+14 | |
2020-02-06 | Expose styling types for `slider` in `iced_web` | 1 | -1/+13 | |
2020-02-06 | Add `From<String>` for `image::Handle` in `iced_web` | 1 | -0/+6 | |
2020-02-05 | Add `Handle` and `Data` to `image` in `iced_web` | 1 | -5/+78 | |
2020-02-05 | Support styling for `Button` in `iced_web` | 4 | -24/+42 | |
2020-02-05 | Rename module `style` to `css` in `iced_web` | 12 | -54/+54 | |
2020-02-04 | Support event subscriptions in `iced_web` | 5 | -16/+10 | |
2020-01-13 | Remove `Message: Clone` bound in some web widgets | 4 | -10/+13 | |
2020-01-03 | add(web): support password field | 1 | -0/+14 | |
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -25/+24 | |
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 3 | -3/+3 | |
2019-12-30 | Add `Length::FillPortion` variant | 1 | -1/+1 | |
2019-12-30 | Implement `Empty` widget | 1 | -0/+70 | |
2019-12-18 | Fix unnecessary bound in web. | 1 | -1/+1 | |
2019-12-18 | Add several missing style attributes in iced_web. | 5 | -7/+26 | |
2019-12-05 | Make `Button::background` generic | 1 | -2/+2 | |
2019-11-24 | Style `Button` min-width in `iced_web` | 1 | -10/+5 | |
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 11 | -52/+646 | |
2019-11-22 | Write docs for `iced_web` | 6 | -2/+60 | |
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -2/+2 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 8 | -17/+639 | |
2019-10-22 | Remove generic handle in `Image` | 1 | -5/+5 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -4/+6 | |
2019-09-21 | Make example work on web and update READMEs | 8 | -4/+12 | |
2019-09-20 | Create `iced_core` and `iced_native` | 8 | -72/+23 | |
2019-09-19 | Remove generic `Color` in widgets | 3 | -8/+6 | |
2019-09-15 | Draft nodes for missing widgets | 7 | -16/+157 | |
2019-09-15 | Draft widget nodes and wire interaction | 4 | -9/+90 | |
2019-09-14 | Draft web runtime and widgets | 8 | -0/+168 |