Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactored window storage; | 2023-07-21 | 1 | -4/+0 | |
| | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Merge branch 'master' into advanced-text | 2023-03-17 | 1 | -1/+1 | |
|\ | |||||
| * | Added macOS platform specific options | 2023-03-14 | 1 | -1/+1 | |
| | | |||||
| * | Expose `window` commands for Wasm builds | 2023-03-03 | 1 | -1/+0 | |
| | | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -2/+1 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -2/+3 | |
|/ | |||||
* | Expose `window` commands in `iced::window` | 2022-11-09 | 1 | -1/+1 | |
| | |||||
* | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 1 | -2/+0 | |
| | | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | ||||
* | Implement `move_to` and `resize` commands for `window` | 2021-09-02 | 1 | -0/+3 | |
| | |||||
* | Improve `window::Position` API | 2021-07-21 | 1 | -0/+2 | |
| | |||||
* | Move `Icon` to `iced` crate and introduce `Error` | 2020-07-01 | 1 | -0/+3 | |
| | |||||
* | Expose `window::Mode` in `iced` | 2020-01-16 | 1 | -0/+6 | |
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. |