mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #597] [CLOSED] feat(animations): add window move animations #1006
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/597
Author: @LGUG2Z
Created: 11/25/2023
Status: ❌ Closed
Base:
master← Head:animate-window-move📝 Commits (6)
9d1c0adfeature: animation95df970Feature: Animation. Need fixes50b1243fix(animations): fix border updates + apply lintse24835afix(animations): update mouse follows focusa8aad69feat(config): add animation options23cc38brefactor(cli): update animation cmd names📊 Changes
14 files changed (+766 additions, -22 deletions)
View changed files
➕
komorebi-core/src/animation.rs(+43 -0)📝
komorebi-core/src/lib.rs(+5 -0)➕
komorebi/src/animation.rs(+510 -0)📝
komorebi/src/main.rs(+7 -0)📝
komorebi/src/process_command.rs(+13 -1)📝
komorebi/src/process_event.rs(+8 -2)📝
komorebi/src/static_config.rs(+29 -0)📝
komorebi/src/window.rs(+66 -1)📝
komorebi/src/window_manager.rs(+11 -12)📝
komorebi/src/window_manager_event.rs(+6 -1)📝
komorebi/src/windows_api.rs(+15 -0)📝
komorebi/src/windows_callbacks.rs(+5 -5)📝
komorebi/src/workspace.rs(+10 -0)📝
komorebic/src/main.rs(+38 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.