PowerToys/src
2022-01-17 08:50:24 +00:00
..
ActionRunner Remove all vestiges of the old CDPx pipeline and old loc data (#15242) 2022-01-03 17:51:56 -06:00
codeAnalysis
common [Setup] Use WiX bootstrapper instead of a custom one (#15050) 2022-01-05 10:28:09 -08:00
logging
modules [FancyZones] Split zones-settings: layout hotkeys (#15514) 2022-01-17 08:50:24 +00:00
runner [Unify dll/exe naming] Tools (#15254) 2022-01-12 13:00:23 +01:00
settings-ui Forcing build to validate signing and versioning (#15432) 2022-01-10 18:26:27 -08:00
tests/win-app-driver
Update [Setup] Use WiX bootstrapper instead of a custom one (#15050) 2022-01-05 10:28:09 -08:00
.clang-format
.editorconfig
README.md
Version.props

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.