Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -100/+0 | |
| | |||||
* | Organize imports in `runtime::command::action` | 2024-02-03 | 1 | -2/+1 | |
| | |||||
* | Rename `PlateformSpecific` variant in `Action` to `Custom` | 2024-02-03 | 1 | -4/+4 | |
| | |||||
* | feat: somewhere to place extra actions by platform | 2024-02-03 | 1 | -0/+6 | |
| | | | | | | I have view iced-sckt forked iced, and add the extra actions. and there do are some extra actions, like set margin for layer-shell, set lock for ext-session-shell. I think add an any will be of help maybe | ||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -4/+4 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -1/+8 | |
|\ | |||||
| * | Implement `Command::run` for executing a `Stream` to completion | 2023-11-29 | 1 | -1/+8 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -3/+5 | |
|/ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -0/+86 | |