Skip to content
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

Open
wants to merge 70 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
c3a0264
ZoomIt initial code dump
jaimecbernardo Sep 3, 2024
4859c72
Change vcxproj to normalize dependency versions
jaimecbernardo Sep 3, 2024
a46f97c
Fix code quality to build
jaimecbernardo Sep 3, 2024
6ead924
Add to PowerToys solution
jaimecbernardo Sep 4, 2024
36dbf66
Clean out C-style casts
jaimecbernardo Sep 4, 2024
d0a148f
Fix some more analyzer errors
jaimecbernardo Sep 4, 2024
508daef
Constexpr a function
jaimecbernardo Sep 4, 2024
877d632
Disable some warnings locally that it seemed better not to touch
jaimecbernardo Sep 4, 2024
65d34ff
Add ZoomIt module interface
jaimecbernardo Sep 9, 2024
4a2fcf9
Add GPO
jaimecbernardo Sep 9, 2024
d56ebb0
Add Settings page with Enable button
jaimecbernardo Sep 9, 2024
0e44be5
Output as PowerToys.ZoomIt.exe
jaimecbernardo Sep 9, 2024
e7aa6ef
Extract ZoomIt Settings definition to its own header
jaimecbernardo Sep 10, 2024
91c77dc
Make ZoomItModuleInterface build with ZoomItSettings too
jaimecbernardo Sep 10, 2024
73161e7
WinRT C++ interop for ZoomItSettings
jaimecbernardo Sep 11, 2024
b34fe5f
From Registry To PowerToys Json
jaimecbernardo Sep 11, 2024
7b6f29c
Properly fix const_cast analyzer error
jaimecbernardo Sep 13, 2024
533c38f
Initial Settings page loading from registry
jaimecbernardo Sep 17, 2024
df0e155
Zoom mode settings
jaimecbernardo Sep 17, 2024
b540b4b
Save settings
jaimecbernardo Sep 17, 2024
87297ec
Add file picker and DemoType file support
jaimecbernardo Sep 18, 2024
00ca989
Remaining DemoType settings
jaimecbernardo Sep 18, 2024
770bdd2
Have ZoomIt properly reloading Settings and exiting
jaimecbernardo Sep 18, 2024
8774958
Remove context menu entries for Options and Exit
jaimecbernardo Sep 18, 2024
84b37e7
ZoomIt simple Break Options
jaimecbernardo Oct 7, 2024
b3d2685
Break advanced options
jaimecbernardo Oct 8, 2024
a942419
Simple Record settings
jaimecbernardo Oct 8, 2024
2fd9be8
Record Microphone setting
jaimecbernardo Oct 8, 2024
9a0054e
Fix break background file picker title
jaimecbernardo Oct 8, 2024
10fd412
Font setting
jaimecbernardo Oct 10, 2024
293bb19
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo Nov 8, 2024
34ea831
Fix build issues after merge
jaimecbernardo Nov 8, 2024
5a3151a
Add ZoomIt conflict warning to Settings
jaimecbernardo Nov 11, 2024
6e7009e
Exclude Eula from spell checking
jaimecbernardo Nov 11, 2024
fd84ff4
Fix spellcheck errors
jaimecbernardo Nov 11, 2024
7b0825d
Fix spell check for accelerated menu items
jaimecbernardo Nov 11, 2024
5d8a443
Remove cursor files from spellcheck. They're binary
jaimecbernardo Nov 11, 2024
86d6fa3
Fix forbidden patterns
jaimecbernardo Nov 11, 2024
4124a5d
Fix XAML style
jaimecbernardo Nov 12, 2024
ef514f7
Fix C# analyzers
jaimecbernardo Nov 12, 2024
88206da
Fix signing
jaimecbernardo Nov 12, 2024
aab9454
Also sign module interface dll
jaimecbernardo Nov 12, 2024
7396935
Use actual ZoomIt icon
jaimecbernardo Nov 12, 2024
4da1589
Add OOBE page for ZoomIt
jaimecbernardo Nov 12, 2024
1440e3a
ZoomIt image for Settings
jaimecbernardo Nov 12, 2024
5c5cb57
Flyout and Dashboard entries
jaimecbernardo Nov 12, 2024
2ee6a79
Fix type speed slider labels
jaimecbernardo Nov 12, 2024
df110e7
Correctly load default Font
jaimecbernardo Nov 15, 2024
e50c6c4
Correctly register shortcuts on ZoomIt startup first run
jaimecbernardo Nov 15, 2024
ec20051
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo Nov 15, 2024
4426f5f
Fix modifier keys not changing until restart
jaimecbernardo Nov 15, 2024
8a48a9f
Show MsgBox on taken shortcut
jaimecbernardo Nov 17, 2024
e92e183
Start PowerToys Settings
jaimecbernardo Nov 17, 2024
fa5a697
Normalize ZoomIt file properties with rest of PowerToys
jaimecbernardo Nov 18, 2024
17266d1
Add attribution
jaimecbernardo Nov 18, 2024
55657df
Add ZoomIt team to Community.md
jaimecbernardo Nov 18, 2024
8b4641b
More copyright adjustments
jaimecbernardo Nov 18, 2024
28aca48
Fix spellcheck
jaimecbernardo Nov 18, 2024
0ea9df5
Fix MsgBox simultaneous instance to the front
jaimecbernardo Nov 18, 2024
f98ec0b
Add mention of capturevideosample code use
jaimecbernardo Nov 18, 2024
bfc26a3
Add ZoomIt to process lists
jaimecbernardo Nov 19, 2024
48a883b
Add telemetry
jaimecbernardo Nov 19, 2024
df19479
Add logging
jaimecbernardo Nov 19, 2024
76066f8
React to gpo
jaimecbernardo Nov 19, 2024
48a77ca
Normalize code to space identation
jaimecbernardo Nov 19, 2024
ceafbe8
Fix installer build
jaimecbernardo Nov 19, 2024
35eab54
Localize percent setting
jaimecbernardo Nov 20, 2024
273fe42
Fix XAML styling
jaimecbernardo Nov 20, 2024
d0cb97c
Merge branch 'main' into dev/jaime/integrate-zoomIt
jaimecbernardo Nov 20, 2024
9a2b98c
Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
jaimecbernardo Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/actions/spell-check/allow/names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Adoumie
Advaith
alekhyareddy
Aleks
amihaiuc
angularsen
Anirudha
arjunbalgovind
Expand Down Expand Up @@ -100,6 +101,7 @@ Markovic
martinchrzan
martinmoene
Melman
Mihaiuc
Mikhayelyan
msft
Mykhailo
Expand All @@ -123,6 +125,7 @@ ricardosantos
riri
ritchielawrence
robmikh
Russinovich
Rutkas
ryanbodrug
saahmedm
Expand Down Expand Up @@ -157,6 +160,7 @@ Zykova

Bilibili
BVID
capturevideosample
cmdow
Controlz
cortana
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/spell-check/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(?:^|/)WindowsSettings\.json$
/images/launcher/[^/]+$
/TestFiles/
[^/]\.cur$
[^/]\.gcode$
[^/]\.rgs$
\.a$
Expand Down Expand Up @@ -123,5 +124,6 @@
^src/modules/MouseWithoutBorders/App/Form/.*\.resx$
^src/modules/MouseWithoutBorders/App/Helper/.*\.resx$
^src/modules/previewpane/UnitTests-MarkdownPreviewHandler/HelperFiles/MarkdownWithHTMLImageTag.txt$
^src/common/sysinternals/Eula/
^tools/Verification scripts/Check preview handler registration\.ps1$
ignore$
Loading
Loading