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 | -0/+3 | ||
* 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-13 | Code cleanup, clearer comments + removed some unnecessary dupe; | 1 | -13/+2 | ||
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | |||||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -23/+0 | ||
2023-03-05 | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -10/+3 | ||
2023-02-17 | Fixed widget animations implementation | 1 | -1/+0 | ||
2023-02-15 | Widget operations for multi-window. | 1 | -0/+3 | ||
2023-02-15 | Redraw request events for multiwindow. | 1 | -2/+11 | ||
2023-01-18 | New iced changes | 1 | -3/+3 | ||
2023-01-13 | Clarify documentation of `window::frames` | 1 | -1/+5 | ||
2023-01-12 | Use `instant` instead of `wasm-timer` in `iced_core` | 1 | -2/+1 | ||
2023-01-12 | Use `instant` to fix Wasm target | 1 | -1/+1 | ||
2023-01-12 | Replace `Option<Instant>` with `RedrawRequest` enum | 1 | -0/+2 | ||
2023-01-12 | Implement `window::frames` subscription | 1 | -0/+15 | ||
... and use it in the `solar_system` example :tada: | |||||
2023-01-09 | Implemented window title update functionality for multiwindow. | 1 | -1/+3 | ||
2023-01-09 | move window settings to `iced_native` | 1 | -0/+4 | ||
2023-01-09 | Introduce opaque `window::Id` type | 1 | -0/+2 | ||
2023-01-02 | Add `RequestUserAttention` to `window::Action` | 1 | -0/+2 | ||
2022-08-18 | Implement `SetMode` and `FetchMode` window actions | 1 | -0/+2 | ||
2021-09-02 | Make `Command` implementations platform-specific | 1 | -0/+2 | ||
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!) | |||||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -2/+0 | ||
2020-05-19 | Rename `window::Backend` to `Compositor` | 1 | -2/+2 | ||
2020-02-09 | Allow `iced_wgpu` to render to any `TextureView` | 1 | -2/+2 | ||
2020-01-16 | Expose `window::Mode` in `iced` | 1 | -2/+0 | ||
Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side. | |||||
2020-01-16 | Create `window::Mode` in `iced_native` | 1 | -0/+2 | ||
2020-01-10 | Move `Debugger` and `Windowed` to a better location | 1 | -0/+2 | ||
We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | |||||
2020-01-10 | Add `window::Event::Resized` to `iced_native` | 1 | -0/+4 | ||