Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Iced master merge (again) | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 1 | -4/+21 | |
|\ | | | | | | | | | # Conflicts: # winit/src/window.rs | ||||
| * | Expose `fetch_id` helper in `window` module | 2023-02-17 | 1 | -0/+9 | |
| | | |||||
| * | Expose `change_always_on_top` helper in `window` module | 2023-02-17 | 1 | -4/+15 | |
| | | |||||
* | | Merged in iced master | 2023-02-15 | 1 | -1/+1 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-15 | 1 | -9/+40 | |
|\| | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs | ||||
| * | Write missing `window::Action` helpers in `window` | 2023-01-31 | 1 | -5/+34 | |
| | | |||||
| * | Improve consistency of `window::Action` | 2023-01-31 | 1 | -5/+5 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Implement `window::frames` subscription | 2023-01-12 | 1 | -1/+1 | |
| | | | | | | | | ... and use it in the `solar_system` example :tada: | ||||
* | | Implemented window title update functionality for multiwindow. | 2023-01-09 | 1 | -18/+19 | |
| | | |||||
* | | introduce `window::spawn` and `window::close` | 2023-01-09 | 1 | -0/+16 | |
| | | |||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 1 | -12/+18 | |
| | | |||||
* | | Introduce opaque `window::Id` type | 2023-01-09 | 1 | -1/+1 | |
|/ | |||||
* | Create conversion function for `user_attention` in `iced_winit` | 2023-01-02 | 1 | -1/+1 | |
| | |||||
* | Implement `window::close` action and remove `should_exit` | 2022-12-15 | 1 | -0/+5 | |
| | |||||
* | feat: Add window minimize support | 2022-10-11 | 1 | -0/+5 | |
| | |||||
* | feat: Add window maximize support | 2022-10-11 | 1 | -0/+10 | |
| | |||||
* | feat: Add window drag support from winit | 2022-10-11 | 1 | -0/+5 | |
| | | | | Exposes access to the winit window's window_drag method as an action. | ||||
* | Implement `SetMode` and `FetchMode` window actions | 2022-08-18 | 1 | -1/+15 | |
| | |||||
* | Implement `move_to` and `resize` commands for `window` | 2021-09-02 | 1 | -6/+17 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -0/+7 | |
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) |