Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 1 | -7/+7 | |
|\ | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | Bump versions :tada: | 2023-01-14 | 1 | -4/+4 | |
| | | |||||
| * | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 1 | -1/+0 | |
| | | |||||
| * | Use `instant` to fix Wasm target | 2023-01-12 | 1 | -3/+4 | |
| | | |||||
* | | Added tracing to multi_window applications | 2023-01-13 | 1 | -1/+1 | |
| | | |||||
* | | Fix multi-window example for Glutin on MacOS | 2023-01-09 | 1 | -2/+0 | |
| | | |||||
* | | update `iced_glutin` to use new surface api | 2023-01-09 | 1 | -0/+3 | |
| | | |||||
* | | update `glutin` to 0.30 | 2023-01-09 | 1 | -2/+2 | |
| | | |||||
* | | use `glutin/multi_window` branch | 2023-01-09 | 1 | -2/+2 | |
| | | |||||
* | | Introduce `multi_window` to `iced_glutin` | 2023-01-09 | 1 | -0/+1 | |
|/ | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -5/+4 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -0/+6 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -4/+4 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -4/+4 | |
| | |||||
* | fix: enable `application` feature required in `iced_glutin` | 2022-11-02 | 1 | -0/+1 | |
| | |||||
* | Update `winit` and `glutin` forks | 2022-08-29 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -4/+4 | |
|\ | |||||
| * | Bump versions :tada: | 2022-05-02 | 1 | -4/+4 | |
| | | |||||
* | | Expose `system` module through feature flag | 2022-04-30 | 1 | -0/+1 | |
| | | |||||
* | | Add logging to window and context creation | 2022-04-26 | 1 | -0/+3 | |
|/ | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Update `winit` and `glutin` forks | 2022-01-04 | 1 | -2/+2 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Update `winit` and `glutin` | 2021-10-12 | 1 | -1/+1 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 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`. | ||||
* | Update `winit` and `glutin` dependencies | 2021-08-30 | 1 | -1/+1 | |
| | | | | Fixes #1005 and closes #1007. | ||||
* | Update `winit` and `glutin` dependencies | 2021-08-19 | 1 | -1/+1 | |
| | |||||
* | Update `winit` and `glutin` dependencies | 2021-08-16 | 1 | -1/+1 | |
| | |||||
* | Update `winit` and `glutin` dependencies | 2021-07-20 | 1 | -2/+2 | |
| | | | | ... and remove crates.io patch | ||||
* | Initial menu implementation | 2021-07-05 | 1 | -2/+2 | |
| | |||||
* | Update `winit` and `glutin` to latest `master` | 2021-06-30 | 1 | -1/+1 | |
| | |||||
* | Use `winit` and `glutin` forks in `iced-rs` org | 2021-06-25 | 1 | -2/+4 | |
| | |||||
* | Bump winit to 0.25 | 2021-06-23 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2021-03-31 | 1 | -4/+4 | |
| | |||||
* | Update `winit` and `glutin` | 2020-12-12 | 1 | -1/+1 | |
| | | | | We avoid a breaking change in `mouse::Button::Other` for the time being. | ||||
* | Bump versions :tada: | 2020-11-26 | 1 | -2/+2 | |
| | |||||
* | update to winit 0.23 api | 2020-10-03 | 1 | -1/+1 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -0/+30 | |