Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-03 | add(web): support password field | 1 | -0/+14 | |
2019-12-30 | Rename `Empty` widget to `Space` | 2 | -27/+26 | |
2019-12-30 | Add `Length::FillPortion` variant | 2 | -2/+2 | |
2019-12-30 | Implement `Empty` widget | 2 | -0/+72 | |
2019-12-19 | Fix `web::Hasher` doc comment | 1 | -1/+1 | |
2019-12-18 | Fix missing `Subscription` type in `iced_web` | 4 | -1/+45 | |
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 | 2 | -2/+5 | |
2019-12-01 | Update `CHANGELOG` | 1 | -0/+2 | |
2019-12-01 | Schedule render after `Command` futures finish | 1 | -13/+29 | |
2019-11-25 | Add `CHANGELOG` to subcrates | 2 | -2/+16 | |
2019-11-24 | Update document title properly in `iced_web` | 1 | -0/+15 | |
2019-11-24 | Spawn `Command` futures in `iced_web` | 4 | -16/+34 | |
2019-11-24 | Style `Button` min-width in `iced_web` | 1 | -10/+5 | |
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 16 | -66/+869 | |
2019-11-22 | Write docs for `iced_web` | 10 | -17/+225 | |
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -2/+2 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 9 | -18/+643 | |
2019-11-20 | Add usage section to `iced_web` | 1 | -0/+38 | |
2019-11-20 | Add installation section to subcrate `README`s | 1 | -0/+12 | |
2019-11-20 | Add `README` for each subcrate | 1 | -0/+15 | |
2019-11-11 | Remove `padding` from `Container` for now | 1 | -1/+1 | |
2019-10-23 | Connect `iced_web` with `iced` properly | 2 | -12/+4 | |
2019-10-22 | Remove generic handle in `Image` | 1 | -5/+5 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 2 | -11/+11 | |
2019-10-08 | Make `iced_core::Button` customizable | 2 | -4/+14 | |
2019-09-24 | Improve documentation | 2 | -4/+10 | |
2019-09-21 | Make example work on web and update READMEs | 8 | -4/+12 | |
2019-09-20 | Create `iced_core` and `iced_native` | 10 | -74/+25 | |
2019-09-19 | Remove generic `Color` in widgets | 3 | -8/+6 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 7 | -648/+1 | |
2019-09-16 | Use `futures-preview` instead of `futures` | 4 | -6/+6 | |
2019-09-15 | Draft nodes for missing widgets | 12 | -24/+167 | |
2019-09-15 | Draft widget nodes and wire interaction | 8 | -18/+215 | |
2019-09-14 | Draft web runtime and widgets | 16 | -29/+321 | |
2019-09-14 | Rethink workspace structure | 6 | -0/+643 |