Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Bump versions :tada: | 1 | -4/+4 | ||
2023-02-28 | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 1 | -6/+4 | ||
since it's being axed as we speak. | |||||
2023-02-24 | Remove `iced_glutin` and `iced_glow` leftovers | 1 | -42/+0 | ||
2023-02-18 | Bump versions :tada: | 1 | -4/+4 | ||
2023-01-14 | Bump versions :tada: | 1 | -4/+4 | ||
2023-01-13 | Added tracing to multi_window applications | 1 | -1/+1 | ||
2023-01-12 | Use `instant` instead of `wasm-timer` in `iced_core` | 1 | -1/+0 | ||
2023-01-12 | Use `instant` to fix Wasm target | 1 | -3/+4 | ||
2023-01-09 | Fix multi-window example for Glutin on MacOS | 1 | -2/+0 | ||
2023-01-09 | update `iced_glutin` to use new surface api | 1 | -0/+3 | ||
2023-01-09 | update `glutin` to 0.30 | 1 | -2/+2 | ||
2023-01-09 | use `glutin/multi_window` branch | 1 | -2/+2 | ||
2023-01-09 | Introduce `multi_window` to `iced_glutin` | 1 | -0/+1 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -5/+4 | ||
2023-01-09 | Initial profiling support for Iced. | 1 | -0/+6 | ||
2022-12-07 | Bump versions :tada: | 1 | -4/+4 | ||
2022-11-10 | Bump versions :tada: | 1 | -4/+4 | ||
2022-11-02 | fix: enable `application` feature required in `iced_glutin` | 1 | -0/+1 | ||
2022-08-29 | Update `winit` and `glutin` forks | 1 | -2/+2 | ||
2022-05-02 | Bump versions :tada: | 1 | -4/+4 | ||
2022-04-30 | Expose `system` module through feature flag | 1 | -0/+1 | ||
2022-04-26 | Add logging to window and context creation | 1 | -0/+3 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-04 | Update `winit` and `glutin` forks | 1 | -2/+2 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -1/+1 | ||
2021-10-12 | Update `winit` and `glutin` | 1 | -1/+1 | ||
2021-09-15 | Revert system menus support | 1 | -1/+1 | ||
The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | |||||
2021-08-30 | Update `winit` and `glutin` dependencies | 1 | -1/+1 | ||
Fixes #1005 and closes #1007. | |||||
2021-08-19 | Update `winit` and `glutin` dependencies | 1 | -1/+1 | ||
2021-08-16 | Update `winit` and `glutin` dependencies | 1 | -1/+1 | ||
2021-07-20 | Update `winit` and `glutin` dependencies | 1 | -2/+2 | ||
... and remove crates.io patch | |||||
2021-07-05 | Initial menu implementation | 1 | -2/+2 | ||
2021-06-30 | Update `winit` and `glutin` to latest `master` | 1 | -1/+1 | ||
2021-06-25 | Use `winit` and `glutin` forks in `iced-rs` org | 1 | -2/+4 | ||
2021-06-23 | Bump winit to 0.25 | 1 | -1/+1 | ||
2021-03-31 | Bump versions :tada: | 1 | -4/+4 | ||
2020-12-12 | Update `winit` and `glutin` | 1 | -1/+1 | ||
We avoid a breaking change in `mouse::Button::Other` for the time being. | |||||
2020-11-26 | Bump versions :tada: | 1 | -2/+2 | ||
2020-10-03 | update to winit 0.23 api | 1 | -1/+1 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -11/+11 | ||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -0/+4 | ||
2020-04-15 | Bump versions :tada: | 1 | -1/+1 | ||
2020-04-02 | Bump all versions :tada: | 1 | -2/+2 | ||
2020-04-02 | Fix `iced_native` version in `iced_winit` | 1 | -1/+1 | ||
2020-03-12 | Update `window_clipboard` in `iced_winit` | 1 | -4/+1 | ||
2020-03-09 | Update `winit` to `0.22` | 1 | -1/+1 | ||
2020-02-07 | Update `winit` to `0.21` | 1 | -1/+1 | ||
2020-02-07 | Update `winit` to `0.20` | 1 | -1/+1 | ||
2020-01-20 | Add `Application::Executor` associated type | 1 | -6/+0 | ||
2020-01-19 | Make `thread-pool` optional in `iced_futures` | 1 | -1/+6 | ||