| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |