PowerToys/installer/PowerToysSetupCustomActions
Jaime Bernardo 7ecfc58caa
[New Utility]Crop And Lock (#27832)
* [CropAndLock]Original POC code dump

* Project rename and delete solution

* Remove unused architectures

* Update cppwinrt to be in line with the solution

* Add to PowerToys solution and fix build errors

* Initial module interface empty project

* Module skeleton based on AlwaysOnTop

* Add loggers to module interface

* Add crop and lock to the runner

* Enable starts and disable kills the process

* Events reacting to hotkeys

* Main application reacting to events

* Initialize unhandled exception handling

* Singleton in line with other projects

* Also exit when PowerToys exit is detected

* Create Settings page

* React to shortcut changes in Settings

* Disable Crop and Lock through an Event

* Disable running Crop and Lock standalone

* Remove Crop and Lock tray icon

* Module Interface dll version

* Fix main app resource file to include version

* Make pch conditional on CI build

* Add to signing

* Remove settings screen opened by removed tray icon

* Fix spellcheck

* Yet another fix for spellcheck

* Fix disabling utility

* Fix solution build configurations

* Fix C++ analyzer errors

* Try to fix pre-compiled header CI errors

* Fix crash while exiting with an active reparent window

* Fix missing reference when building in release CI

* Add OOBE page

* GPO: Add admx and adml file changes

* GPO: react to changes in GPO

* Add quick access flyout menu entry

* Use Crop And Lock icon

* Use actual images for Settings and OOBE

* Module and app telemetry

* Add entry to README.md

* Add to process lists

* Additional logging

* Attribution in Settings page

* Add attribution to Community.md

* Fix spellcheck

* Fix typo in strings

* Fix crash when window handle is no longer valid

* Update COMMUNITY.md

* Fix supportedOS in manifest

* Don't show msgbox if detecting second instance

* Remove unused hotkey

* Tweak attribution

* Fix attribution spellcheck
2023-08-10 10:46:33 +01:00
..
CustomAction.cpp [New Utility]Crop And Lock (#27832) 2023-08-10 10:46:33 +01:00
CustomAction.def Remove CreateScheduledTask CA and handle task creation from runner code (#27819) 2023-08-09 10:23:54 +02:00
packages.config Update Windows.CppRT to latest version (#21157) 2022-10-12 11:19:01 +03:00
PowerToysSetupCustomActions.vcxproj [installer] Auto-start PowerToys as logged-in user from installer run… (#27793) 2023-08-04 09:59:33 +02:00
PowerToysSetupCustomActions.vcxproj.filters Self-contained .NET (#22217) 2022-12-14 13:37:23 +01:00
RcResource.h [Setup] Use WiX bootstrapper instead of a custom one (#15050) 2022-01-05 10:28:09 -08:00
resource.h [build]Add version to binaries and add check in CI (#19792) 2022-08-10 09:58:21 +01:00
Resource.rc [build]Add version to binaries and add check in CI (#19792) 2022-08-10 09:58:21 +01:00
stdafx.cpp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
stdafx.h [Registry Preview] Adds application to Open with list for REG files (#26033) 2023-06-10 15:02:53 -07:00