PowerToys/src
2021-05-01 09:41:22 -07:00
..
action_runner LEGO: check in for master to temporary branch. (#9116) 2021-01-15 15:29:23 +01:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common [KBM] fix build error C2079 (#10959) 2021-04-27 09:37:44 +02:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules Fix logging for background thread 2021-05-01 09:41:22 -07:00
runner Merge pull request #2 from microsoft/master 2021-04-20 07:28:00 -07:00
settings-ui Merge branch 'master' of https://github.com/microsoft/PowerToys into microsoft-master 2021-04-28 18:39:26 -07:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
.clang-format
.editorconfig
README.md
Version.props Update Version.props 2020-10-20 15:58:26 -07: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.