PowerToys/src
Clint Rutkas ab86fc9a5e
enabling stylecop on ColorPicker (#5336)
* Getting all warnings fixed

* fixed feedback, missed resize for some reason as well.

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
2020-07-31 09:13:05 -07:00
..
action_runner updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
bootstrapper updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
codeAnalysis chore: move codeAnalysis folder to src (#5311) 2020-07-30 11:59:24 +03:00
common PowerToys interface: remove powertoys events and system_menu_helper functionality (#5323) 2020-07-31 14:06:13 +03:00
core User/ryanbod/fix unittests (#5191) 2020-07-30 15:58:01 -07:00
modules enabling stylecop on ColorPicker (#5336) 2020-07-31 09:13:05 -07:00
runner autoupdate: set app_id in time for download_update to use it (#5346) 2020-07-31 14:22:05 +03:00
settings updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
settings-web Bump elliptic from 6.5.0 to 6.5.3 in /src/settings-web (#5302) 2020-07-30 12:36:53 -07:00
tests/win-app-driver upgrading all .NET assemblies, #5303 took care of ones where they needed consolidating (#5304) 2020-07-30 12:16:32 -07:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
.editorconfig Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later. 2020-06-23 17:51:17 -07:00
Directory.Build.props Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
README.md Spelling: ... (#3398) 2020-05-26 17:02:36 +02:00

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings folder. It utilizes a WebView to display an HTML-based settings window (contained in settings-web folder).

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.