Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-21 | refactored window storage; | 1 | -0/+0 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-04-12 | add action set icon while running (#1590) | 1 | -1/+8 | ||
* set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | |||||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -92/+0 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -33/+19 | ||
2023-02-17 | Iced master merge (again) | 1 | -1/+1 | ||
2023-02-17 | Expose `fetch_id` helper in `window` module | 1 | -0/+9 | ||
2023-02-17 | Expose `change_always_on_top` helper in `window` module | 1 | -4/+15 | ||
2023-02-15 | Merged in iced master | 1 | -1/+1 | ||
2023-01-31 | Write missing `window::Action` helpers in `window` | 1 | -5/+34 | ||
2023-01-31 | Improve consistency of `window::Action` | 1 | -5/+5 | ||
2023-01-12 | Replace `Option<Instant>` with `RedrawRequest` enum | 1 | -1/+1 | ||
2023-01-12 | Implement `window::frames` subscription | 1 | -1/+1 | ||
... and use it in the `solar_system` example :tada: | |||||
2023-01-09 | Implemented window title update functionality for multiwindow. | 1 | -18/+19 | ||
2023-01-09 | introduce `window::spawn` and `window::close` | 1 | -0/+16 | ||
2023-01-09 | add `window::Id` to `Event` and `Action` | 1 | -12/+18 | ||
2023-01-09 | Introduce opaque `window::Id` type | 1 | -1/+1 | ||
2023-01-02 | Create conversion function for `user_attention` in `iced_winit` | 1 | -1/+1 | ||
2022-12-15 | Implement `window::close` action and remove `should_exit` | 1 | -0/+5 | ||
2022-10-11 | feat: Add window minimize support | 1 | -0/+5 | ||
2022-10-11 | feat: Add window maximize support | 1 | -0/+10 | ||
2022-10-11 | feat: Add window drag support from winit | 1 | -0/+5 | ||
Exposes access to the winit window's window_drag method as an action. | |||||
2022-08-18 | Implement `SetMode` and `FetchMode` window actions | 1 | -1/+15 | ||
2021-09-02 | Implement `move_to` and `resize` commands for `window` | 1 | -6/+17 | ||
2021-09-02 | Make `Command` implementations platform-specific | 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!) |