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

[#27712] PowerToys New+ v0.1 #33136

Merged
merged 81 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
71dfed2
Very early v0.1 of New+
cgaarden May 16, 2024
fc2f58d
Merge branch 'main' into NewPlus-v0.1
cgaarden May 27, 2024
81039dc
Update PowerToysInstaller.wixproj
cgaarden May 27, 2024
35b7ee1
Restore installer
cgaarden May 28, 2024
db932c3
Update theme_helpers.h
cgaarden May 29, 2024
6ef1a3f
Delete New.wxs
cgaarden May 29, 2024
5490c65
Update logger_helper.h
cgaarden May 29, 2024
bae2a19
Removing unintended changes after merge
cgaarden May 29, 2024
9d951d1
Update Resources.resw
cgaarden May 29, 2024
19c5197
Update Resources.resw
cgaarden May 29, 2024
27e064f
Fixed GPO support
cgaarden May 29, 2024
738e926
Update ESRPSigning_core.json
cgaarden May 29, 2024
dbff411
Removed clang-format
cgaarden May 29, 2024
af738db
Update GPO setting name to reference NewPlus rather than just New - A…
cgaarden May 29, 2024
0e42492
Added additional words to expect.txt
cgaarden May 30, 2024
c33a84c
Initial Installer Changes
cgaarden Jun 8, 2024
a72529b
Fixed installer of New+
cgaarden Jun 8, 2024
07e8174
Removed non-used constant and catch if failing to load json state
cgaarden Jun 9, 2024
cd91840
New+ should be disabled by default
cgaarden Jun 11, 2024
2bb29b3
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jun 22, 2024
985b50a
Added a couple of examples templates to the project
cgaarden Jun 28, 2024
0bff942
Merge branch 'NewPlus-v0.1' of https://github.com/cgaarden/PowerToys …
cgaarden Jun 28, 2024
a9faa1c
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jun 28, 2024
adf1254
Updated example templates and initial work on installer (not working …
cgaarden Jun 29, 2024
b98dd4d
Made example templates installable
cgaarden Jun 30, 2024
c994257
Updated installer to install NewPlus Example Templates
cgaarden Jun 30, 2024
5e81c76
Renamed New to NewPlus throughout
cgaarden Jun 30, 2024
5af3cb7
Fixed spelling error
cgaarden Jun 30, 2024
7cb88c5
Additional NewPlus renaming
cgaarden Jun 30, 2024
18e9d61
Initial performance improvement - always enable ignoring selection count
cgaarden Jul 5, 2024
c9e4e11
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jul 5, 2024
75f7575
Tie dark icon to app theme
cgaarden Jul 7, 2024
8f8bc03
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jul 13, 2024
62d17a2
Added setting window param support
cgaarden Jul 13, 2024
3e2071e
Added NewPlus enable / disable dsc.yaml files
cgaarden Jul 13, 2024
44a3df0
Fixed over logging of New+ is_enabled + and fixed New+ order in the f…
cgaarden Jul 13, 2024
f03fbb3
Added aka.ms links and renamed file
cgaarden Jul 13, 2024
ba079b7
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jul 13, 2024
4d0dd1d
Added option to hide starting digits, spaces and dots
cgaarden Jul 13, 2024
6c20efa
Don't copy prefixed numbers when option is on
cgaarden Jul 13, 2024
80bb671
Quick hack to be able to complile on 17.3
cgaarden Jul 14, 2024
05d8659
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jul 19, 2024
7b722e9
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jul 20, 2024
2663070
Merge branch 'main' into NewPlus-v0.1
jaimecbernardo Jul 23, 2024
3ea9cef
Fix user installer
jaimecbernardo Jul 23, 2024
9d8d86e
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Jul 25, 2024
96b835b
Address initial PR feedback
cgaarden Jul 25, 2024
a221b1e
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Aug 24, 2024
b7a50be
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Aug 24, 2024
d5652f6
Fixed merge errors
cgaarden Aug 24, 2024
e60e527
NewPlus - Updated handling of Example Templates, and updated example …
cgaarden Aug 25, 2024
7092d52
NewPlus - Updated handling of Example Templates, and updated example …
cgaarden Aug 25, 2024
d2297ce
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Aug 25, 2024
4c5892c
Spelling: Added wcsncpy to expect.txt
cgaarden Aug 25, 2024
ccd460f
New+ Fixed light and dark mode on explorer context menu
cgaarden Aug 26, 2024
251bc01
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Aug 26, 2024
96f8af3
Fix build - align WIL version
stefansjfw Aug 29, 2024
ca11ebb
Fix bad merge
stefansjfw Aug 29, 2024
6db4a0f
Cleanup vcxproj to fix ARM build
stefansjfw Aug 29, 2024
bedb0ff
Revert "Cleanup vcxproj to fix ARM build"
stefansjfw Aug 29, 2024
f2071f8
Cleanup vcxproj to fix ARM build - working one
stefansjfw Aug 29, 2024
ce23521
Revert installer PostBuildEvent
stefansjfw Aug 30, 2024
8a73961
Copy example templates also when enabling New+ via Dashboard
cgaarden Aug 31, 2024
f3c0cbe
Merge branch 'NewPlus-v0.1' of https://github.com/cgaarden/PowerToys …
cgaarden Aug 31, 2024
4825acc
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Aug 31, 2024
af8be7e
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Sep 6, 2024
046dc4c
Addressing feedback from Stefan - take 1
cgaarden Sep 7, 2024
8a2a249
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Sep 7, 2024
0239daa
Merge branch 'NewPlus-v0.1' of https://github.com/cgaarden/PowerToys …
cgaarden Sep 7, 2024
af2f134
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Sep 12, 2024
6fba6a8
Merge remote-tracking branch 'upstream/main' into NewPlus-v0.1
cgaarden Sep 15, 2024
2b7b1b7
Merge branch 'main' into pr33136
jaimecbernardo Sep 18, 2024
a57a0d5
Update GPO files
jaimecbernardo Sep 18, 2024
c98b80a
Fix building with WinRT
jaimecbernardo Sep 18, 2024
a5403e6
Remove unneeded entries to spellcheck
jaimecbernardo Sep 19, 2024
2e07256
Fix issue - samples copied again if all templates are folders
jaimecbernardo Sep 19, 2024
c69d94b
Don't send user templates from default location on bug reports
jaimecbernardo Sep 19, 2024
bcfbac2
Add warning that it doesn't work on Windows 10
jaimecbernardo Sep 19, 2024
e872654
Fix spellcheck
jaimecbernardo Sep 19, 2024
56610a5
Add warning that backup and restore won't copy templates
jaimecbernardo Sep 19, 2024
dda6cec
More specific telemetry event names
jaimecbernardo Sep 19, 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
Prev Previous commit
Next Next commit
New+ Fixed light and dark mode on explorer context menu
  • Loading branch information
cgaarden committed Aug 26, 2024
commit ccd460f6e796dd3c19d7909288b00d195ac03224
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ IFACEMETHODIMP shell_context_menu::GetIcon(_In_opt_ IShellItemArray*, _Outptr_re
{
*returned_icon = nullptr;

static const auto icon_resource_filepath = utilities::get_new_icon_resource_filepath(module_instance_handle, ThemeHelpers::GetSystemTheme());
static const auto icon_resource_filepath = utilities::get_new_icon_resource_filepath(module_instance_handle, ThemeHelpers::GetAppTheme());

return SHStrDup(icon_resource_filepath.c_str(), returned_icon);
}
Expand Down
Loading