| Commit message (Expand) | Author | Files | Lines |
2020-02-24 | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-02-18 | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 2 | -3/+3 |
2020-02-18 | Write documentation for new `canvas` module | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-16 | Fix missing `enter` in `iced::executor::Default` | Héctor Ramón Jiménez | 1 | -0/+4 |
2020-02-15 | Rename `Settings::antialiasing` to `use_antialiasing` | Héctor Ramón Jiménez | 2 | -2/+2 |
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 2 | -0/+14 |
2020-02-14 | Add transform stack to `canvas::Frame` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-12 | Draft `Canvas` types and `clock` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-09 | Allow `iced_wgpu` to render to any `TextureView` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-06 | Allow switching `executor::Default` with features | Héctor Ramón Jiménez | 1 | -10/+21 |
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 |