PowerToys/src
2020-08-05 09:19:08 +02:00
..
action_runner chore: enable multiprocessor compilation (#5272) 2020-07-28 17:20:01 +03:00
bootstrapper notifications: provide default app id to fix FZ toast crashes (#5551) 2020-08-04 12:37:45 +02:00
codeAnalysis chore: move codeAnalysis folder to src (#5311) 2020-07-30 11:59:24 +03:00
common Fix bootstrapper getting stuck on "installing dotnet" (#5565) 2020-08-04 12:37:54 +02:00
core Updated Administrator mode URL to new wiki page (#5309) 2020-07-30 07:11:07 -07:00
modules Fixed exceptions in dispose not allowing PT Run to terminate (#5615) 2020-08-05 09:19:08 +02:00
runner notifications: provide default app id to fix FZ toast crashes (#5551) 2020-08-04 12:37:45 +02:00
settings chore: enable multiprocessor compilation (#5272) 2020-07-28 17:20:01 +03:00
settings-web Bump lodash from 4.17.15 to 4.17.19 in /src/settings-web (#5024) 2020-07-16 12:19:58 +02:00
tests/win-app-driver Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
.editorconfig Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later. 2020-06-23 17:51:17 -07: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 Spelling: ... (#3398) 2020-05-26 17:02:36 +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 library with helper functions, used by both the runner and the PowerToys modules.