feat: Add window capture, blur tool, and multiple improvements#1
Open
diegoavarela wants to merge 5 commits intosadopc:mainfrom
Open
feat: Add window capture, blur tool, and multiple improvements#1diegoavarela wants to merge 5 commits intosadopc:mainfrom
diegoavarela wants to merge 5 commits intosadopc:mainfrom
Conversation
- Add WindowCaptureService actor for capturing specific windows - Add WindowSelector overlay UI for selecting windows visually - Fix multi-monitor coordinate conversion in SelectionOverlayWindow - Add high quality interpolation for image display - Integrate window capture into MenuBarController and AppDelegate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Window capture (Cmd+Shift+6) and window with shadow (Cmd+Shift+7) - Screenshot sound on capture - Drag & drop with file URL support (works with terminals) - Fix DisplaySelector race condition (menuDidClose vs displaySelected) - Fix WindowCaptureService filter (windowLayer < 0) - Change default shortcuts to Cmd+Ctrl+3/4 (avoid macOS conflict) - Disable sandbox for global hotkeys - Modernized Settings UI with tabs - Menu width 250px minimum - All 4 shortcuts configurable in Settings - NSLog debugging (can be removed later) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ovements - Add auto-save on close setting (default: true) with toggle in Settings - Replace inline toolbar style options with floating panel over image - Recent captures in menu now open in editor instead of Finder - Recent captures in sidebar gallery now load into current editor - Crop no longer resizes the window, only the image - Recent captures menu reloads from UserDefaults when opened - Increase Settings window height to 640px 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update keyboard shortcuts from Cmd+Shift to Cmd+Ctrl throughout - Add window capture documentation (Cmd+Ctrl+6/7) - Document auto-save on close feature and setting - Add gallery sidebar documentation (G key) - Document floating style panel behavior - Update Recent Captures section to explain editor re-editing - Add Quick Window Capture and Re-edit tips 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add brush-based blur tool (B key or 5) with adjustable intensity - Fix region capture quality - now pixel-perfect using CGImage cropping instead of ScreenCaptureKit's sourceRect which caused scaling artifacts - Fix first click not registering in region selection overlay - Hide color picker when blur tool is selected (blur doesn't use color) - Add blur rendering to clipboard copy and file export - Add blur radius slider (5-30) in floating style panel 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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.
Summary
This PR adds several new features and fixes to enhance ScreenCapture:
New Features
Bug Fixes
menuDidClosefiring beforedisplaySelectedwindowLayer <= 0towindowLayer < 0to include normal windowsImprovements
Test Plan
🤖 Generated with Claude Code