PowerToys/src
2020-05-01 15:25:56 -07:00
..
action_runner Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
codeAnalysis Getting analysis up and going 2019-12-12 11:23:36 -08:00
common Remove unused headers (#2471) 2020-04-30 20:14:33 +03:00
modules Adjusting text for 2564 (#2606) 2020-05-01 15:25:56 -07:00
runner Remove unused headers (#2471) 2020-04-30 20:14:33 +03:00
settings Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
settings-web "Download updates automatically" toggle enabled only for administrator account (#2357) 2020-04-27 11:04:20 +03:00
tests/win-app-driver [FancyZones] Make snapping windows using Windows Snap Hotkeys across monitors optional (#2583) 2020-05-01 16:17:16 +02:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03: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 Update README.md 2019-10-25 15:21:16 +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 libary with helper functions, used by both the runner and the PowerToys modules.