Add Layout Helper and shared window dividers + a few optimizations - #1864
Open
kiteretsu903 wants to merge 20 commits into
Open
kiteretsu903 wants to merge 20 commits into
kiteretsu903 wants to merge 20 commits into
Conversation
Owner
|
Great, these look like nice additions. I'm getting ready to merge in an overhaul of the settings window, and draft a release this week. Since this is a pretty large change, my plan is to do that prior to reviewing this PR, and just a heads up that I was also planning on adding at least the toggle for being able to turn off the "minimum window size reached" notification. |
Contributor
Author
|
@rxhanson sounds good to me! |
Improve window animation pacing and use Core Animation for preview and divider transitions. Respect remembered divider limits, prepare captures during dragging, and restrict remaining-space fitting to recent snap pairs. Preserve title-bar gestures while ignoring browser tab-close clicks. Handle delayed accessibility responses and place nonanimated helper windows before bringing them forward.
kiteretsu903
force-pushed
the
dev/snap-helper
branch
2 times, most recently
from
September 23, 2026 02:03
b0c5c16 to
4e7fb7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shared dividers: I added dragging to resize adjacent left/right or top/bottom windows together. Double-click restores an equal split.
Fit remaining space: added an option to snap beside an existing window without resizing it.
Defaults and permissions: These features are off by default. Thumbnails require Screen Recording access on macOS 14 or later. Without Screen Recording, it still shows icons and titles.
Minimum sizes: shorten warning size + an option to turn it on/off. Also added "learned size limits", which help with later snaps, previews, and divider dragging, and can be inspected, cleared, or saved across restarts. Reaching a minimum size still allows placement.