| Commit message (Expand) | Author | Files | Lines |
2020-02-06 | Fix `Button` styling in `iced_web` | Héctor Ramón Jiménez | 1 | -7/+4 |
2020-02-06 | Implement `ProgressBar` widget in `iced_web` | Héctor Ramón Jiménez | 2 | -0/+127 |
2020-02-06 | Add additional helpers to `css` module in `iced_web` | Héctor Ramón Jiménez | 1 | -2/+31 |
2020-02-06 | Expose styling types for `container` in `iced_web` | Héctor Ramón Jiménez | 1 | -0/+12 |
2020-02-06 | Expose styling types for `radio` in `iced_web` | Héctor Ramón Jiménez | 1 | -6/+8 |
2020-02-06 | Expose styling types for `checkbox` in `iced_web` | Héctor Ramón Jiménez | 1 | -7/+20 |
2020-02-06 | Expose missing widget modules in `iced_web` | Héctor Ramón Jiménez | 5 | -3/+9 |
2020-02-06 | Expose styling types for `scrollable` in `iced_web` | Héctor Ramón Jiménez | 1 | -2/+14 |
2020-02-06 | Expose styling types for `slider` in `iced_web` | Héctor Ramón Jiménez | 1 | -1/+13 |
2020-02-06 | Add `From<String>` for `image::Handle` in `iced_web` | Héctor Ramón Jiménez | 1 | -0/+6 |
2020-02-05 | Add `Handle` and `Data` to `image` in `iced_web` | Héctor Ramón Jiménez | 3 | -6/+80 |
2020-02-05 | Support styling for `Button` in `iced_web` | Héctor Ramón Jiménez | 5 | -24/+43 |
2020-02-05 | Rename module `style` to `css` in `iced_web` | Héctor Ramón Jiménez | 16 | -89/+89 |
2020-02-04 | Support event subscriptions in `iced_web` | Héctor Ramón Jiménez | 7 | -103/+84 |
2020-02-03 | Fix `docs.rs` links | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-20 | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-20 | Add `README` for `tour` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-20 | Implement `WasmBindgen` executor and reorganize | Héctor Ramón Jiménez | 1 | -2/+7 |
2020-01-20 | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2 | -2/+1 |
2020-01-19 | Create `iced_futures` and wire everything up | Héctor Ramón Jiménez | 3 | -6/+13 |
2020-01-13 | Remove `Message: Clone` bound in some web widgets | Héctor Ramón Jiménez | 5 | -11/+21 |
2020-01-13 | Remove `Clone` bound for `Element::map` | Héctor Ramón Jiménez | 1 | -4/+4 |
2020-01-12 | Additional clone removals for wasm | Elliott Mahler | 2 | -5/+15 |
2020-01-08 | Add a note about cross-compatibility in `master` | Héctor Ramón Jiménez | 1 | -1/+5 |
2020-01-03 | add(web): support password field | Songtronix | 1 | -0/+14 |
2019-12-30 | Rename `Empty` widget to `Space` | Héctor Ramón Jiménez | 2 | -27/+26 |
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | Héctor Ramón Jiménez | 3 | -3/+3 |
2019-12-30 | Add `Length::FillPortion` variant | Héctor Ramón Jiménez | 2 | -2/+2 |
2019-12-30 | Implement `Empty` widget | Héctor Ramón Jiménez | 2 | -0/+72 |
2019-12-19 | Fix `web::Hasher` doc comment | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-12-18 | Fix missing `Subscription` type in `iced_web` | Héctor Ramón Jiménez | 4 | -1/+45 |
2019-12-18 | Fix unnecessary bound in web. | Gabriel Konat | 1 | -1/+1 |
2019-12-18 | Add several missing style attributes in iced_web. | Gabriel Konat | 5 | -7/+26 |
2019-12-05 | Make `Button::background` generic | Héctor Ramón Jiménez | 2 | -2/+5 |
2019-12-01 | Update `CHANGELOG` | Héctor Ramón Jiménez | 1 | -0/+2 |
2019-12-01 | Schedule render after `Command` futures finish | Héctor Ramón Jiménez | 1 | -13/+29 |
2019-11-25 | Add `CHANGELOG` to subcrates | Héctor Ramón Jiménez | 2 | -2/+16 |
2019-11-24 | Update document title properly in `iced_web` | Héctor Ramón Jiménez | 1 | -0/+15 |
2019-11-24 | Spawn `Command` futures in `iced_web` | Héctor Ramón Jiménez | 4 | -16/+34 |
2019-11-24 | Style `Button` min-width in `iced_web` | Héctor Ramón Jiménez | 1 | -10/+5 |
2019-11-23 | Make `tour` work with `iced_web` again :tada: | Héctor Ramón Jiménez | 16 | -66/+869 |
2019-11-22 | Write docs for `iced_web` | Héctor Ramón Jiménez | 10 | -17/+225 |
2019-11-22 | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 9 | -18/+643 |
2019-11-20 | Add usage section to `iced_web` | Héctor Ramón Jiménez | 1 | -0/+38 |
2019-11-20 | Add installation section to subcrate `README`s | Héctor Ramón Jiménez | 1 | -0/+12 |
2019-11-20 | Add `README` for each subcrate | Héctor Ramón Jiménez | 1 | -0/+15 |
2019-11-11 | Remove `padding` from `Container` for now | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-10-23 | Connect `iced_web` with `iced` properly | Héctor Ramón Jiménez | 2 | -12/+4 |
2019-10-22 | Remove generic handle in `Image` | Héctor Ramón Jiménez | 1 | -5/+5 |