PowerToys/src/settings-ui/Settings.UI.Library
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 [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
Enumerations [Hosts]Add setting to select the file encoding (#26495) 2023-06-06 16:11:37 +01:00
Helpers [MouseHighlighter]Add always-on pointer (#27186) 2023-07-26 15:48:00 +01:00
Interfaces Awake vNext - NOBLE_SIX_02162023 (#24183) 2023-03-15 09:42:47 +01:00
Resources [ColorPicker]Fix localization of color names (#22837) 2022-12-20 15:03:25 +00:00
Telemetry/Events [Settings]New Landing Page Experimentation (#22365) 2023-02-15 02:38:53 +00:00
Utilities [General]Reduce installer size by flattening application paths (#27451) 2023-07-20 00:12:46 +01:00
ViewModels/Commands [GPO] Add policies for configuring utilities enabled states (#21411) 2022-10-26 14:02:31 +01:00
AlwaysOnTopProperties.cs [AlwaysOnTop] Round corners on Windows 11 (#19109) 2022-07-01 16:56:45 +01:00
AlwaysOnTopSettings.cs [AlwaysOnTop] Proof of concept (#14360) 2021-12-29 17:33:20 +00:00
AppSpecificKeysDataModel.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
AwakeProperties.cs [Awake]Fix crash on negative timezone offsets (#25393) 2023-04-11 14:26:20 +01:00
AwakeSettings.cs [Awake]Fix crash on negative timezone offsets (#25393) 2023-04-11 14:26:20 +01:00
backup_restore_settings.json [Settings]Add custom-layouts.json to backup/restore (#22357) 2022-12-02 14:51:09 +00:00
BasePTModuleSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
BoolProperty.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
BoolPropertyJsonConverter.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ColorFormatModel.cs [ColorPicker]Fix localization of color names (#22837) 2022-12-20 15:03:25 +00:00
ColorPickerProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
ColorPickerPropertiesVersion1.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
ColorPickerSettings.cs [ColorPicker]Store color history in a separated file (#23146) 2023-06-13 10:10:03 +01:00
ColorPickerSettingsVersion1.cs [ColorPicker]Custom color formats (#22141) 2022-12-02 16:44:53 +00:00
ConfigDefaults.cs [FancyZones] Zone Number Settings (#14910) 2021-12-20 16:50:51 +00:00
CropAndLockProperties.cs [New Utility]Crop And Lock (#27832) 2023-08-10 10:46:33 +01:00
CropAndLockSettings.cs [New Utility]Crop And Lock (#27832) 2023-08-10 10:46:33 +01:00
DoubleProperty.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
EnabledModules.cs [New Utility]Crop And Lock (#27832) 2023-08-10 10:46:33 +01:00
FancyZonesSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
FileLocksmithLocalProperties.cs [File locksmith]Add setting to show only in extended context menu (#26711) 2023-06-14 10:06:44 +01:00
FileLocksmithProperties.cs [File locksmith]Add setting to show only in extended context menu (#26711) 2023-06-14 10:06:44 +01:00
FileLocksmithSettings.cs [File locksmith]Add setting to show only in extended context menu (#26711) 2023-06-14 10:06:44 +01:00
FindMyMouseProperties.cs [FindMyMouse]setting for minimum shake distance (#16756) 2022-03-04 12:28:11 +00:00
FindMyMouseSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
FindMyMouseSettingsIPCMessage.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
FZConfigProperties.cs [FancyZones] Add setting to use mouse middle-click to toggle multiple zones spanning (#27603) 2023-07-25 16:48:59 +02:00
GeneralSettings.cs Centralize c# logger (#22760) 2023-03-21 10:27:29 +01:00
GeneralSettingsCustomAction.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
GenericProperty`1.cs [Docs]Replace docs.micrososft.com with learn.microsoft.com (#20662) 2022-09-28 17:18:55 +01:00
HostsProperties.cs [Hosts]Add setting to select the file encoding (#26495) 2023-06-06 16:11:37 +01:00
HostsSettings.cs Hosts file editor (#20462) 2022-10-13 13:05:43 +02:00
HotkeySettings.cs [Docs]Replace docs.micrososft.com with learn.microsoft.com (#20662) 2022-09-28 17:18:55 +01:00
HotkeySettingsControlHook.cs [Settings] Shortcut edit dialog: Fix bugs (#25060) 2023-03-29 12:02:41 +02:00
ImageresizerCustomSizeProperty.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ImageresizerFallbackEncoder.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ImageResizerProperties.cs [Settings] Enable analyzer and fix warnings (#16515) 2022-02-22 22:02:45 +00:00
ImageResizerSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ImageresizerSizes.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
ImagerResizerKeepDateModified.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ImageSize.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
IntProperty.cs [New Utility]Mouse Without Borders 2023-05-18 21:48:03 +01:00
ISettingsPath.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ISettingsUtils.cs [ColorPicker]Custom color formats (#22141) 2022-12-02 16:44:53 +00:00
KeyBoardKeysProperty.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
KeyboardManagerProfile.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
KeyboardManagerProperties.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
KeyboardManagerSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
KeysDataModel.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
MeasureToolProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
MeasureToolSettings.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
MouseHighlighterProperties.cs [MouseUtils]Auto activate setting for highlighter and crosshairs (#27826) 2023-08-08 17:01:23 +01:00
MouseHighlighterSettings.cs [MouseHighlighter]Add always-on pointer (#27186) 2023-07-26 15:48:00 +01:00
MouseHighlighterSettingsIPCMessage.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
MouseJumpProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
MouseJumpSettings.cs [New Utility]Mouse Jump(#23566) 2023-02-24 13:30:30 +00:00
MouseJumpThumbnailSize.cs [MouseJump]Reduce winforms dependency, thumbnail size settings, shortcut keys(#25487) 2023-04-24 16:15:07 +01:00
MousePointerCrosshairsProperties.cs [MouseUtils]Auto activate setting for highlighter and crosshairs (#27826) 2023-08-08 17:01:23 +01:00
MousePointerCrosshairsSettings.cs [MouseUtils]rename "crosshair"->"crosshairs" (#15761) 2022-01-26 14:01:24 +00:00
MousePointerCrosshairsSettingsIPCMessage.cs [MouseUtils]rename "crosshair"->"crosshairs" (#15761) 2022-01-26 14:01:24 +00:00
MouseWithoutBordersProperties.cs [MWB]Migrate to PowerToys-style shortcuts and better defaults(#27442) 2023-07-26 12:46:41 +01:00
MouseWithoutBordersSettings.cs [MWB]Fix crash when trying to read null settings (#27682) 2023-07-31 09:14:11 +01:00
OutGoingGeneralSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
PastePlainProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
PastePlainSettings.cs [PastePlain] Introduce Paste as Plain Text module (#23645) 2023-02-23 14:59:49 +00:00
PeekProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
PeekSettings.cs [Peek]Add setting to close after losing focus (#26364) 2023-05-30 09:44:58 +01:00
PluginAdditionalOption.cs [Settings] Run Plugin additional options: description (#17108) 2022-03-21 12:47:09 +00:00
PowerAccentProperties.cs [QuickAccent]Add setting to sort characters by use frequency (#22847) 2023-01-03 12:44:57 +00:00
PowerAccentSettings.cs [Quick Accent]Increase default input delay to 300ms (#22680) 2022-12-13 17:15:56 +00:00
PowerLauncherPluginSettings.cs [PTRun]Settings for result order tuning (#18978) 2022-07-04 15:12:56 +01:00
PowerLauncherProperties.cs [PTRun]Input Smoothing Default value as recommended (#27288) 2023-07-11 15:15:06 +01:00
PowerLauncherSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
PowerOcrProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
PowerOcrSettings.cs [TextExtractor]Rename PowerOCR to Text Extractor (#20178) 2022-08-31 18:29:20 +01:00
PowerPreviewProperties.cs SvgPreviewControl: Add Background so that white .svg are visible (#25397) 2023-04-21 18:54:57 +02:00
PowerPreviewSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
PowerRenameLocalProperties.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
PowerRenameProperties.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
PowerRenameSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
PowerRenameSettingsIPCMessage.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
RegistryPreviewProperties.cs [Registry Preview] Adds application to Open with list for REG files (#26033) 2023-06-10 15:02:53 -07:00
RegistryPreviewSettings.cs [Registry Preview] Adds application to Open with list for REG files (#26033) 2023-06-10 15:02:53 -07:00
RemapKeysDataModel.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
SettingPath.cs [New Utility]Mouse Without Borders 2023-05-18 21:48:03 +01:00
Settings.UI.Library.csproj [Build]Centralize .NET NuGet Package Versions (#23727) 2023-02-13 17:10:33 +00:00
SettingsBackupAndRestoreUtils.cs [Settings]Better errors when failing to backup (#26762) 2023-06-14 10:56:56 +01:00
SettingsRepository`1.cs Awake vNext - NOBLE_SIX_02162023 (#24183) 2023-03-15 09:42:47 +01:00
SettingsUtils.cs [Settings]Better errors when failing to backup (#26762) 2023-06-14 10:56:56 +01:00
ShortcutGuideProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
ShortcutGuideSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ShortcutGuideSettingsIPCMessage.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ShortcutsKeyDataModel.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
SndAwakeSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndFindMyMouseSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndImageResizerSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndKeyboardManagerSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndModuleSettings`1.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndMouseHighlighterSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndMouseJumpSettings.cs [New Utility]Mouse Jump(#23566) 2023-02-24 13:30:30 +00:00
SndMousePointerCrosshairsSettings.cs [MouseUtils]rename "crosshair"->"crosshairs" (#15761) 2022-01-26 14:01:24 +00:00
SndPowerAccentSettings.cs [QuickAccent] Rename PowerAccent to Quick Accent (#20176) 2022-08-31 19:05:54 +01:00
SndPowerOcrSettings.cs [TextExtractor]Rename PowerOCR to Text Extractor (#20178) 2022-08-31 18:29:20 +01:00
SndPowerPreviewSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndPowerRenameSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndRegistryPreviewSettings.cs [Registry Preview] Adds application to Open with list for REG files (#26033) 2023-06-10 15:02:53 -07:00
SndShortcutGuideSettings.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
SndVideoConferenceSettings.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
StringProperty.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
UpdatingSettings.cs [Runner]Fix network errors when checking for updates (#26742) 2023-06-14 10:55:55 +01:00
VideoConferenceConfigProperties.cs [Settings] Reset Activation Key to Default Value (#26449) 2023-06-20 14:42:04 +01:00
VideoConferenceSettings.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
VideoConferenceSettingsIPCMessage.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00