| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `scale_factor` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -1/+20 |
* | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-12 | 1 | -1/+17 |
* | Mention flags are not supported by `Sandbox` | Héctor Ramón Jiménez | 2020-04-15 | 1 | -3/+3 |
* | Improve docs for `Sandbox` and `Application` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -50/+61 |
* | Clarify return policy of `Application::run` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -2/+2 |
* | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -2/+3 |
* | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2020-01-20 | 1 | -1/+2 |
* | Remove `Message: Clone` bound in `Sandbox` | Héctor Ramón Jiménez | 2020-01-13 | 1 | -1/+1 |
* | Write docs for subscriptions and reorganize a bit | Héctor Ramón Jiménez | 2019-12-14 | 1 | -1/+1 |
* | Draft first version of event subscriptions :tada: | Héctor Ramón Jiménez | 2019-12-05 | 1 | -1/+5 |
* | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 2019-11-25 | 1 | -5/+5 |
* | Spawn `Command` futures in `iced_web` | Héctor Ramón Jiménez | 2019-11-24 | 1 | -1/+1 |
* | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 2019-11-22 | 1 | -2/+112 |
* | Implement `iced::Sandbox` trait for simple apps | Héctor Ramón Jiménez | 2019-11-21 | 1 | -0/+45 |