[PR #209] [MERGED] Improvements to resizing behavior when the window is dragged #324

Closed
opened 2026-05-05 05:13:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/keycastr/keycastr/pull/209
Author: @akitchen
Created: 6/13/2021
Status: Merged
Merged: 6/13/2021
Merged by: @akitchen

Base: mainHead: resize-when-moved


📝 Commits (9)

  • 5741b1e WIP checkpoint implementing a resize behavior when the window is moved
  • e8773be Fix for resizing when dragged, and other cleanup
  • 86d65ca More fixes to frame management
  • edfefb3 Cleanup
  • 4905981 Always preserve origin even if we're not animating
  • 29bb76c Frame preservation seems slightly more stable this way
  • a84d4ce Further tightening frame management (?)
  • 625cf5f Much improved frame management
  • f197331 More cleanup of frame management

📊 Changes

2 files changed (+103 additions, -167 deletions)

View changed files

📝 keycastr/KCDefaultVisualizer.h (+0 -1)
📝 keycastr/KCDefaultVisualizer.m (+103 -166)

📄 Description

Whether dragging around the screen or across different screens, frame management is much improved. Same goes for when the app is restarted. Fixes a number of issues and sets up for supporting different alignments.

Fixes #173
Fixes #196
Fixes #204 ... and a number of other issues


🔄 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/keycastr/keycastr/pull/209 **Author:** [@akitchen](https://github.com/akitchen) **Created:** 6/13/2021 **Status:** ✅ Merged **Merged:** 6/13/2021 **Merged by:** [@akitchen](https://github.com/akitchen) **Base:** `main` ← **Head:** `resize-when-moved` --- ### 📝 Commits (9) - [`5741b1e`](https://github.com/keycastr/keycastr/commit/5741b1e6638adeca3cc86ff43ec4e2345c61e58d) WIP checkpoint implementing a resize behavior when the window is moved - [`e8773be`](https://github.com/keycastr/keycastr/commit/e8773bef70a9ece1c6e0a7a720e2ee32e5a38bdd) Fix for resizing when dragged, and other cleanup - [`86d65ca`](https://github.com/keycastr/keycastr/commit/86d65ca1fef2c15919a5cc5ae57439e99a1fd277) More fixes to frame management - [`edfefb3`](https://github.com/keycastr/keycastr/commit/edfefb3da1bee904646e957f7b521b133e2f21a5) Cleanup - [`4905981`](https://github.com/keycastr/keycastr/commit/490598195a0bd16c2f719b1106a94ffa5534a2c6) Always preserve origin even if we're not animating - [`29bb76c`](https://github.com/keycastr/keycastr/commit/29bb76ca18042a9b931b3c2404e7da7e7ccf6b2a) Frame preservation seems slightly more stable this way - [`a84d4ce`](https://github.com/keycastr/keycastr/commit/a84d4ce7a5b95c2133cd9087aeeca43ed1b195b7) Further tightening frame management (?) - [`625cf5f`](https://github.com/keycastr/keycastr/commit/625cf5f4ebb622b1b0f0f40fe55224f774ffa967) Much improved frame management - [`f197331`](https://github.com/keycastr/keycastr/commit/f19733146308966ecd7df42e54037ef21c6b3993) More cleanup of frame management ### 📊 Changes **2 files changed** (+103 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `keycastr/KCDefaultVisualizer.h` (+0 -1) 📝 `keycastr/KCDefaultVisualizer.m` (+103 -166) </details> ### 📄 Description Whether dragging around the screen or across different screens, frame management is much improved. Same goes for when the app is restarted. Fixes a number of issues and sets up for supporting different alignments. Fixes #173 Fixes #196 Fixes #204 ... and a number of other issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 05:13:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#324
No description provided.