mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #209] [MERGED] Improvements to resizing behavior when the window is dragged #324
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/keycastr/keycastr/pull/209
Author: @akitchen
Created: 6/13/2021
Status: ✅ Merged
Merged: 6/13/2021
Merged by: @akitchen
Base:
main← Head:resize-when-moved📝 Commits (9)
5741b1eWIP checkpoint implementing a resize behavior when the window is movede8773beFix for resizing when dragged, and other cleanup86d65caMore fixes to frame managementedfefb3Cleanup4905981Always preserve origin even if we're not animating29bb76cFrame preservation seems slightly more stable this waya84d4ceFurther tightening frame management (?)625cf5fMuch improved frame managementf197331More 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.