PowerToys/src
2020-11-18 12:15:14 +02:00
..
action_runner Fix compilation errors for VS 16.8.1 (#8024) 2020-11-13 15:57:01 +03:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common Runner logging (#8068) 2020-11-18 12:15:14 +02:00
core LEGO: check in for master to temporary branch. 2020-11-18 00:05:50 +00:00
logging Runner logging (#8068) 2020-11-18 12:15:14 +02:00
modules Runner logging (#8068) 2020-11-18 12:15:14 +02:00
runner Runner logging (#8068) 2020-11-18 12:15:14 +02:00
settings Fix typo in URL (#6630) 2020-09-15 12:38:34 +02:00
settings-web [settings-web] Update packages (#7849) 2020-11-05 08:53:27 +01:00
tests/win-app-driver Merge branch 'master' into dev/crutkas/upgradeNuget 2020-11-03 10:57:50 -08:00
.clang-format
.editorconfig
Directory.Build.props
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.