Original PR: https://github.com/LGUG2Z/komorebi/pull/685 Author: @LGUG2Z Created: 2/25/2024 Status: ✅ Merged Merged: 7/10/2024 Merged by: @LGUG2Z
Base: master ← Head: feature/animated-move
master
feature/animated-move
06f7954
14 files changed (+845 additions, -11 deletions)
➕ komorebi-core/src/animation.rs (+42 -0) 📝 komorebi-core/src/lib.rs (+6 -0) 📝 komorebi-core/src/rect.rs (+10 -0) 📝 komorebi-gui/src/main.rs (+2 -4) ➕ komorebi/src/animation.rs (+503 -0) ➕ komorebi/src/animation_manager.rs (+79 -0) 📝 komorebi/src/lib.rs (+14 -0) 📝 komorebi/src/process_command.rs (+17 -0) 📝 komorebi/src/process_event.rs (+1 -1) 📝 komorebi/src/stackbar_manager/mod.rs (+7 -1) 📝 komorebi/src/static_config.rs (+29 -0) 📝 komorebi/src/window.rs (+66 -5) 📝 komorebi/src/windows_api.rs (+19 -0) 📝 komorebic/src/main.rs (+50 -0)
komorebi-core/src/animation.rs
komorebi-core/src/lib.rs
komorebi-core/src/rect.rs
komorebi-gui/src/main.rs
komorebi/src/animation.rs
komorebi/src/animation_manager.rs
komorebi/src/lib.rs
komorebi/src/process_command.rs
komorebi/src/process_event.rs
komorebi/src/stackbar_manager/mod.rs
komorebi/src/static_config.rs
komorebi/src/window.rs
komorebi/src/windows_api.rs
komorebic/src/main.rs
This commit contains all the changes of #597 to make it easier to rebase with the latest changes on master post-v0.1.21.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/685
Author: @LGUG2Z
Created: 2/25/2024
Status: ✅ Merged
Merged: 7/10/2024
Merged by: @LGUG2Z
Base:
master← Head:feature/animated-move📝 Commits (1)
06f7954feat(animation): add window animations📊 Changes
14 files changed (+845 additions, -11 deletions)
View changed files
➕
komorebi-core/src/animation.rs(+42 -0)📝
komorebi-core/src/lib.rs(+6 -0)📝
komorebi-core/src/rect.rs(+10 -0)📝
komorebi-gui/src/main.rs(+2 -4)➕
komorebi/src/animation.rs(+503 -0)➕
komorebi/src/animation_manager.rs(+79 -0)📝
komorebi/src/lib.rs(+14 -0)📝
komorebi/src/process_command.rs(+17 -0)📝
komorebi/src/process_event.rs(+1 -1)📝
komorebi/src/stackbar_manager/mod.rs(+7 -1)📝
komorebi/src/static_config.rs(+29 -0)📝
komorebi/src/window.rs(+66 -5)📝
komorebi/src/windows_api.rs(+19 -0)📝
komorebic/src/main.rs(+50 -0)📄 Description
This commit contains all the changes of #597 to make it easier to rebase with the latest changes on master post-v0.1.21.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.