Original PR: https://github.com/LGUG2Z/komorebi/pull/920 Author: @thearturca Created: 7/23/2024 Status: ❌ Closed
Base: master ← Head: fix/cross-monitor-animation
master
fix/cross-monitor-animation
dfd6e98
animate_position
f257873
804b038
ANIMATION_TEMPORARILY_DISABLED
53e3526
84ad947
9350792
is_cancelled
18522db
pending_cancel_count
6 files changed (+67 additions, -51 deletions)
📝 komorebi/src/animation.rs (+22 -8) 📝 komorebi/src/animation_manager.rs (+36 -7) 📝 komorebi/src/lib.rs (+0 -1) 📝 komorebi/src/process_event.rs (+0 -5) 📝 komorebi/src/window.rs (+9 -12) 📝 komorebi/src/window_manager.rs (+0 -18)
komorebi/src/animation.rs
komorebi/src/animation_manager.rs
komorebi/src/lib.rs
komorebi/src/process_event.rs
komorebi/src/window.rs
komorebi/src/window_manager.rs
No description provided
🔄 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/920
Author: @thearturca
Created: 7/23/2024
Status: ❌ Closed
Base:
master← Head:fix/cross-monitor-animation📝 Commits (7)
dfd6e98refactor(window): reuse window rect inanimate_positionmethodf257873fix(animation): extend cancelling system to support multiple cancel call804b038refactor(animation): removeANIMATION_TEMPORARILY_DISABLEDglobal vars53e3526refactor: apply clippy fixes84ad947refactor(animation): remove cancel idx decreasing9350792fix(animation): added pending cancel count to trackis_cancelledstate18522dbfix(animations): change check for existings animation topending_cancel_countfield📊 Changes
6 files changed (+67 additions, -51 deletions)
View changed files
📝
komorebi/src/animation.rs(+22 -8)📝
komorebi/src/animation_manager.rs(+36 -7)📝
komorebi/src/lib.rs(+0 -1)📝
komorebi/src/process_event.rs(+0 -5)📝
komorebi/src/window.rs(+9 -12)📝
komorebi/src/window_manager.rs(+0 -18)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.