PowerToys/src
2020-01-15 20:20:10 +01:00
..
codeAnalysis Getting analysis up and going 2019-12-12 11:23:36 -08:00
common runner: show message box when restarting with different elevation fails (#1061) 2020-01-09 18:17:42 +01:00
modules Fix reversed order of zones in layout (#1071) 2020-01-15 20:20:10 +01:00
runner adding in privacy statement, removing About in dialog (#1087) 2020-01-15 10:16:22 -08:00
settings adding in privacy statement, removing About in dialog (#1087) 2020-01-15 10:16:22 -08:00
settings-web adding in privacy statement, removing About in dialog (#1087) 2020-01-15 10:16:22 -08: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.