Added animation fix for tahoe#392
Merged
Merged
Conversation
The addon now hosts setWindowAnimationBehaviorNone alongside the paste helpers, so the "fast_paste" name no longer described what it contained. Renames the folder, source file, gyp target, NODE_API_MODULE id, and the built artifact to native_helpers.node, and replaces the three inline require() sites in main.ts with a single lazy getNativeHelpersAddon() loader shared by paste and disableWindowAnimation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
shobhit99
added a commit
that referenced
this pull request
May 15, 2026
- clipboard-manager.ts: update addon loader from fast_paste.node → native_helpers.node and rename getFastPasteAddon → getNativeHelpersAddon to match the addon rename in #392. Remove stale readImage fallback block superseded by main's cleaner nativeImage path. - native_helpers.mm: export both getPasteboardChangeCount (this branch) and setWindowAnimationBehaviorNone (from #392). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
shobhit99
added a commit
that referenced
this pull request
May 15, 2026
- clipboard-manager.ts: update getFastPasteAddon → getNativeHelpersAddon / fast_paste.node → native_helpers.node (addon rename from #392). Adopt main's expanded image-format support (jpeg/webp/heic/tiff via readClipboardBufferForFormats, nativeImage fallback). Keep our changeCount optimisation and add fallbackImage to destructuring. - native_helpers.mm: export both getPasteboardChangeCount (this branch) and setWindowAnimationBehaviorNone (from #392). - package.json build:native: keep -framework AppKit for get-selected-text (required by the selected-text fix on this branch) while using native-helpers-addon / native_helpers.node paths from main's rename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.