mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.