| Commit message (Expand) | Author | Files | Lines |
2020-03-30 | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 1 | -3/+9 |
2020-02-18 | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-02-15 | Rename `Settings::antialiasing` to `use_antialiasing` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -0/+9 |
2020-01-16 | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 1 | -25/+3 |
2020-01-09 | Write missing docs and reenable deny statements | Héctor Ramón Jiménez | 1 | -10/+4 |
2020-01-05 | Remove `background` from `Settings` | Héctor Ramón Jiménez | 1 | -8/+0 |
2020-01-01 | Allow configuration of default font | Héctor Ramón Jiménez | 1 | -0/+4 |
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-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 | 1 | -12/+2 |
2019-11-30 | Add platform specific settings | hatoo | 1 | -0/+15 |
2019-11-30 | Add `decorations` to Setting | hatoo | 1 | -0/+5 |
2019-11-25 | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 1 | -0/+43 |