Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactored window storage; | 2023-07-21 | 4 | -47/+0 | |
| | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Remove unnecessary newline | 2023-05-25 | 1 | -1/+0 | |
| | |||||
* | Use raw-window-handle instead of HWND | 2023-05-11 | 1 | -1/+3 | |
| | |||||
* | Allow providing a DOM identifier as a `target` for Wasm | 2022-11-05 | 3 | -2/+11 | |
| | |||||
* | Update `winit` and `glutin` forks | 2022-08-29 | 1 | -1/+1 | |
| | |||||
* | Convert empty struct `PlatformSpecific` into empty type | 2021-08-12 | 1 | -1/+1 | |
| | |||||
* | Add PlatformSpecific winit settings for macOS | 2021-08-12 | 2 | -3/+13 | |
| | |||||
* | Fix documentation of `PlatformSpecific` settings | 2021-06-01 | 1 | -2/+3 | |
| | |||||
* | allow disabling drag and drop on windows | 2021-05-27 | 1 | -1/+12 | |
| | |||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -53/+0 | |
| | |||||
* | Remove `background` from `Settings` | 2020-01-05 | 1 | -6/+0 | |
| | |||||
* | Rename `Settings::background_color` to `background` | 2019-12-29 | 1 | -2/+2 | |
| | |||||
* | Add `background_color` to `Settings` | 2019-12-29 | 1 | -1/+14 | |
| | |||||
* | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | 2019-12-04 | 1 | -2/+5 | |
| | |||||
* | Refactor window creation in `iced_winit` | 2019-12-03 | 1 | -8/+4 | |
| | |||||
* | Add platform specific settings | 2019-11-30 | 3 | -0/+62 | |