Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-30 | Allow passing external state to `Application::new` | 1 | -53/+0 | ||
2020-01-05 | Remove `background` from `Settings` | 1 | -6/+0 | ||
2019-12-29 | Rename `Settings::background_color` to `background` | 1 | -2/+2 | ||
2019-12-29 | Add `background_color` to `Settings` | 1 | -1/+14 | ||
2019-12-04 | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | 1 | -2/+5 | ||
2019-12-03 | Refactor window creation in `iced_winit` | 1 | -8/+4 | ||
2019-11-30 | Add platform specific settings | 1 | -0/+14 | ||
2019-11-30 | Add `decorations` to Setting | 1 | -0/+4 | ||
2019-11-25 | Allow `Application` configuration with `Settings` | 1 | -0/+29 | ||