[PR #685] [MERGED] feat(animation): bring in changes from #597 #1052

Closed
opened 2026-01-05 14:53:56 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: feature/animated-move


📝 Commits (1)

  • 06f7954 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/685 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 2/25/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feature/animated-move` --- ### 📝 Commits (1) - [`06f7954`](https://github.com/LGUG2Z/komorebi/commit/06f79544cef486863d86c34464abdaaf67a36c7f) feat(animation): add window animations ### 📊 Changes **14 files changed** (+845 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:56 +01:00
adam closed this issue 2026-01-05 14:53:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1052