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