Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-28 | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 1 | -3/+0 | ||
since it's being axed as we speak. | |||||
2023-02-24 | Remove `iced_glutin` and `iced_glow` leftovers | 1 | -33/+0 | ||
2023-01-09 | Introduce `multi_window` to `iced_glutin` | 1 | -0/+3 | ||
2022-07-09 | Fix further `clippy` lints | 1 | -4/+13 | ||
... and explicitly annotate crates as well. | |||||
2022-05-04 | Re-export `iced_winit` in `iced_glutin` | 1 | -14/+2 | ||
This fixes the `system` module not being exported in `iced_glutin` when only setting the `iced_winit/system` flag. | |||||
2022-04-30 | Expose `system` module through feature flag | 1 | -1/+3 | ||
2022-04-26 | Export `system` module in `iced_glutin` | 1 | -0/+1 | ||
2022-01-19 | Export `iced_winit::conversion` in `iced_glutin` | 1 | -0/+1 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -2/+2 | ||
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | ||
2021-12-09 | Added icon in docs | 1 | -0/+3 | ||
2021-09-02 | Implement `move_to` and `resize` commands for `window` | 1 | -0/+1 | ||
2021-09-02 | Implement and expose `read` and `write` helpers for `clipboard` | 1 | -1/+4 | ||
2021-03-11 | Add `clipboard` argument to `Application::update` | 1 | -1/+1 | ||
2020-11-26 | Update graphs in crate docs | 1 | -0/+2 | ||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -1/+1 | ||
2020-05-28 | Write documentation for `iced_glutin` | 1 | -4/+12 | ||
2020-05-21 | Introduce `Program` and `State` | 1 | -1/+1 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -0/+15 | ||