| Commit message (Expand) | Author | Age | Files | Lines |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -38/+12 |
* | Remove `executor::Null` from the root public API | Héctor Ramón Jiménez | 2020-10-17 | 1 | -1/+1 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -9/+13 |
* | Merge pull request #415 from hecrj/feature/configurable-scale-factor | Héctor Ramón | 2020-06-20 | 1 | -0/+19 |
|\ |
|
| * | Add `scale_factor` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -0/+19 |
* | | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -0/+1 |
|/ |
|
* | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-12 | 1 | -1/+17 |
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2020-06-01 | 1 | -1/+0 |
* | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2020-06-01 | 1 | -0/+1 |
* | Introduce feature flags to enable `iced_glow` | Héctor Ramón Jiménez | 2020-05-27 | 1 | -12/+12 |
* | Introduce `Program` and `State` | Héctor Ramón Jiménez | 2020-05-21 | 1 | -15/+22 |
* | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 2020-05-21 | 1 | -10/+10 |
* | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -1/+1 |
* | Write documentation for the `debug` feature | Héctor Ramón Jiménez | 2020-04-02 | 1 | -0/+3 |
* | Improve docs for `Sandbox` and `Application` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -49/+50 |
* | Clarify return policy of `Application::run` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -4/+4 |
* | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -17/+32 |
* | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 2020-02-24 | 1 | -0/+1 |
* | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 2020-02-18 | 1 | -1/+1 |
* | Write documentation for new `canvas` module | Héctor Ramón Jiménez | 2020-02-18 | 1 | -1/+1 |
* | Rename `Settings::antialiasing` to `use_antialiasing` | Héctor Ramón Jiménez | 2020-02-15 | 1 | -1/+1 |
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 2020-02-15 | 1 | -0/+5 |
* | Allow `iced_wgpu` to render to any `TextureView` | Héctor Ramón Jiménez | 2020-02-09 | 1 | -1/+1 |
* | Support event subscriptions in `iced_web` | Héctor Ramón Jiménez | 2020-02-04 | 1 | -0/+5 |
* | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2020-01-20 | 1 | -2/+12 |
* | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 2020-01-16 | 1 | -1/+22 |
* | Remove Clone bound on Application::Message | Elliott Mahler | 2020-01-12 | 1 | -1/+1 |
* | Allow configuration of default font | Héctor Ramón Jiménez | 2020-01-01 | 1 | -1/+6 |
* | Fix missing `Subscription` type in `iced_web` | Héctor Ramón Jiménez | 2019-12-18 | 1 | -2/+2 |
* | Write docs for subscriptions and reorganize a bit | Héctor Ramón Jiménez | 2019-12-14 | 1 | -4/+13 |
* | Draft first version of event subscriptions :tada: | Héctor Ramón Jiménez | 2019-12-05 | 1 | -1/+10 |
* | 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 |
* | Make `tour` work with `iced_web` again :tada: | Héctor Ramón Jiménez | 2019-11-23 | 1 | -4/+14 |
* | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 2019-11-22 | 1 | -4/+125 |
* | Implement `iced::Sandbox` trait for simple apps | Héctor Ramón Jiménez | 2019-11-21 | 1 | -0/+69 |