| Commit message (Expand) | Author | Files | Lines |
2020-02-05 | Drop `Send` in `Command` and `Executor` on Wasm | Héctor Ramón Jiménez | 1 | -6/+5 |
2020-02-04 | Support event subscriptions in `iced_web` | Héctor Ramón Jiménez | 1 | -0/+5 |
2020-02-03 | Fix `docs.rs` links | Héctor Ramón Jiménez | 1 | -1/+0 |
2020-01-20 | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-20 | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-20 | Implement `WasmBindgen` executor and reorganize | Héctor Ramón Jiménez | 7 | -105/+140 |
2020-01-20 | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 5 | -10/+54 |
2020-01-16 | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 6 | -26/+63 |
2020-01-13 | Remove `Message: Clone` bound in `Sandbox` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-12 | Remove Clone bound on Application::Message | Elliott Mahler | 1 | -1/+1 |
2020-01-09 | Write missing docs and reenable deny statements | Héctor Ramón Jiménez | 2 | -11/+5 |
2020-01-07 | Implement styling for `Checkbox` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-01-07 | Implement styling for `Radio` | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-01-07 | Implement styling for `ProgressBar` | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-01-07 | Implement styling for `Slider` | Héctor Ramón Jiménez | 1 | -11/+0 |
2020-01-06 | Implement styling for `Scrollable` | Héctor Ramón Jiménez | 1 | -14/+0 |
2020-01-05 | Add border and shadow styling to `Button` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-05 | Remove `background` from `Settings` | Héctor Ramón Jiménez | 1 | -8/+0 |
2020-01-04 | Expose `ProgressBar` in `iced` crate | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-01 | Draft basic styling for `TextInput` | Héctor Ramón Jiménez | 1 | -10/+0 |
2020-01-01 | Allow configuration of default font | Héctor Ramón Jiménez | 2 | -1/+10 |
2020-01-01 | Move styling to a brand new `iced_style` crate | Héctor Ramón Jiménez | 1 | -10/+4 |
2019-12-30 | Rename `Empty` widget to `Space` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-30 | Implement `Empty` widget | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-29 | Rename `Settings::background_color` to `background` | Héctor Ramón Jiménez | 1 | -3/+3 |
2019-12-29 | Add `background_color` to `Settings` | Héctor Ramón Jiménez | 1 | -1/+17 |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | Héctor Ramón Jiménez | 2 | -18/+2 |
2019-12-18 | Fix missing `Subscription` type in `iced_web` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-15 | Update `Svg` documentation | Héctor Ramón Jiménez | 1 | -4/+4 |
2019-12-14 | Write docs for subscriptions and reorganize a bit | Héctor Ramón Jiménez | 2 | -5/+14 |
2019-12-12 | Renamed `Icon` widget to `Svg` and gave it separate width and height. | Malte Veerman | 1 | -4/+4 |
2019-12-11 | Ran cargo_fmt over changed files. | Malte Veerman | 1 | -2/+2 |
2019-12-11 | Added an `Icon` widget to native. | Malte Veerman | 1 | -1/+6 |
2019-12-08 | Allow listening to runtime events in subscriptions | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-05 | Draft first version of event subscriptions :tada: | Héctor Ramón Jiménez | 3 | -4/+17 |
2019-12-04 | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | Gabriel Konat | 1 | -2/+5 |
2019-12-03 | Add `decorations` to `settings::Window` | Héctor Ramón Jiménez | 1 | -4/+12 |
2019-12-02 | Modify src/settings.rs to keep original API | hatoo | 1 | -16/+4 |
2019-12-01 | Remove platform-specific logic from iced | hatoo | 3 | -47/+2 |
2019-11-30 | Add platform specific settings | hatoo | 3 | -0/+50 |
2019-11-30 | Add `decorations` to Setting | hatoo | 1 | -0/+5 |
2019-11-30 | Implement `image` viewer example | Héctor Ramón Jiménez | 1 | -2/+7 |
2019-11-25 | Update debug view GIF in `README` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-25 | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 4 | -10/+56 |
2019-11-24 | Spawn `Command` futures in `iced_web` | Héctor Ramón Jiménez | 2 | -2/+2 |
2019-11-23 | Make `tour` work with `iced_web` again :tada: | Héctor Ramón Jiménez | 1 | -4/+14 |
2019-11-23 | Fix `examples` link in documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-22 | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 4 | -6/+480 |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | Héctor Ramón Jiménez | 3 | -68/+118 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 3 | -15/+53 |