-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New utility]Sysinternals ZoomIt #35880
Merged
Merged
Changes from all commits
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
c3a0264
ZoomIt initial code dump
jaimecbernardo 4859c72
Change vcxproj to normalize dependency versions
jaimecbernardo a46f97c
Fix code quality to build
jaimecbernardo 6ead924
Add to PowerToys solution
jaimecbernardo 36dbf66
Clean out C-style casts
jaimecbernardo d0a148f
Fix some more analyzer errors
jaimecbernardo 508daef
Constexpr a function
jaimecbernardo 877d632
Disable some warnings locally that it seemed better not to touch
jaimecbernardo 65d34ff
Add ZoomIt module interface
jaimecbernardo 4a2fcf9
Add GPO
jaimecbernardo d56ebb0
Add Settings page with Enable button
jaimecbernardo 0e44be5
Output as PowerToys.ZoomIt.exe
jaimecbernardo e7aa6ef
Extract ZoomIt Settings definition to its own header
jaimecbernardo 91c77dc
Make ZoomItModuleInterface build with ZoomItSettings too
jaimecbernardo 73161e7
WinRT C++ interop for ZoomItSettings
jaimecbernardo b34fe5f
From Registry To PowerToys Json
jaimecbernardo 7b6f29c
Properly fix const_cast analyzer error
jaimecbernardo 533c38f
Initial Settings page loading from registry
jaimecbernardo df0e155
Zoom mode settings
jaimecbernardo b540b4b
Save settings
jaimecbernardo 87297ec
Add file picker and DemoType file support
jaimecbernardo 00ca989
Remaining DemoType settings
jaimecbernardo 770bdd2
Have ZoomIt properly reloading Settings and exiting
jaimecbernardo 8774958
Remove context menu entries for Options and Exit
jaimecbernardo 84b37e7
ZoomIt simple Break Options
jaimecbernardo b3d2685
Break advanced options
jaimecbernardo a942419
Simple Record settings
jaimecbernardo 2fd9be8
Record Microphone setting
jaimecbernardo 9a0054e
Fix break background file picker title
jaimecbernardo 10fd412
Font setting
jaimecbernardo 293bb19
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 34ea831
Fix build issues after merge
jaimecbernardo 5a3151a
Add ZoomIt conflict warning to Settings
jaimecbernardo 6e7009e
Exclude Eula from spell checking
jaimecbernardo fd84ff4
Fix spellcheck errors
jaimecbernardo 7b0825d
Fix spell check for accelerated menu items
jaimecbernardo 5d8a443
Remove cursor files from spellcheck. They're binary
jaimecbernardo 86d6fa3
Fix forbidden patterns
jaimecbernardo 4124a5d
Fix XAML style
jaimecbernardo ef514f7
Fix C# analyzers
jaimecbernardo 88206da
Fix signing
jaimecbernardo aab9454
Also sign module interface dll
jaimecbernardo 7396935
Use actual ZoomIt icon
jaimecbernardo 4da1589
Add OOBE page for ZoomIt
jaimecbernardo 1440e3a
ZoomIt image for Settings
jaimecbernardo 5c5cb57
Flyout and Dashboard entries
jaimecbernardo 2ee6a79
Fix type speed slider labels
jaimecbernardo df110e7
Correctly load default Font
jaimecbernardo e50c6c4
Correctly register shortcuts on ZoomIt startup first run
jaimecbernardo ec20051
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 4426f5f
Fix modifier keys not changing until restart
jaimecbernardo 8a48a9f
Show MsgBox on taken shortcut
jaimecbernardo e92e183
Start PowerToys Settings
jaimecbernardo fa5a697
Normalize ZoomIt file properties with rest of PowerToys
jaimecbernardo 17266d1
Add attribution
jaimecbernardo 55657df
Add ZoomIt team to Community.md
jaimecbernardo 8b4641b
More copyright adjustments
jaimecbernardo 28aca48
Fix spellcheck
jaimecbernardo 0ea9df5
Fix MsgBox simultaneous instance to the front
jaimecbernardo f98ec0b
Add mention of capturevideosample code use
jaimecbernardo bfc26a3
Add ZoomIt to process lists
jaimecbernardo 48a883b
Add telemetry
jaimecbernardo df19479
Add logging
jaimecbernardo 76066f8
React to gpo
jaimecbernardo 48a77ca
Normalize code to space identation
jaimecbernardo ceafbe8
Fix installer build
jaimecbernardo 35eab54
Localize percent setting
jaimecbernardo 273fe42
Fix XAML styling
jaimecbernardo d0cb97c
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 9a2b98c
Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
jaimecbernardo 2cc95de
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo bccbac8
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 3a9a3c4
Fix spellcheck
jaimecbernardo cafaf92
One more spellcheck fix
jaimecbernardo ed9af18
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo c1ae9c9
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 3d43d16
Integrate LiveDraw feature changes from upstream
jaimecbernardo fbde026
Fix name reuse in same scope
jaimecbernardo ded2c41
Fix c-style casts
jaimecbernardo a593f5a
Also register LIVEDRAW_HOTKEY
jaimecbernardo abfec0b
Fix newLiveZoomToggleKey
jaimecbernardo 662b409
Update LiveZoom description in Settings to take LiveDraw into account
jaimecbernardo d561102
Fix spellcheck
jaimecbernardo d75690b
Fix more spellcheck
jaimecbernardo d556ccb
Fix Sysinternals capitalization
jaimecbernardo d899082
Fix ARM64 Debug build
jaimecbernardo cc3d9c1
Support Sysinternals build (#36873)
foxmsft c9785c0
Separate PowerToys ZoomIt product name (#36887)
foxmsft 0234085
Remove ZoomIt.sln
jaimecbernardo cd11aec
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 7259fd7
Add foxmsft to spell-check names
jaimecbernardo 6e52b66
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo 8575d5f
Add ZoomIt to README
jaimecbernardo f31d387
Add ZoomIt to GH templates
jaimecbernardo 45cde0d
Add ZoomIt events to DATA_AND_PRIVACY.md
jaimecbernardo dd63e54
Remove publish_config.json
jaimecbernardo b84b491
Remove publish_config.json from vcxproj too
jaimecbernardo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add foxmsft, here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@foxmsft That's for spellcheck, not attribution. foxmsft is not mentioned anywhere. Are you talking about attributing to your GitHub user elsewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made the change, anyway 😄 Pushed