Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -92/+0 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -33/+19 | |
| | |||||
* | 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 | |
| | |||||
* | Write missing `window::Action` helpers in `window` | 2023-01-31 | 1 | -5/+34 | |
| | |||||
* | Improve consistency of `window::Action` | 2023-01-31 | 1 | -5/+5 | |
| | |||||
* | 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: | ||||
* | 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!) |