PowerToys/src
2020-05-05 22:13:19 +02:00
..
action_runner runner: initial automatic update (#2141) 2020-04-21 10:30:12 +03:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common [Settings] Update version in General Settings (#2601) 2020-05-04 14:40:32 -07:00
core Fixed inconsistency of the Image Resizer enable toggleswitch 2020-05-05 22:13:19 +02:00
modules Added code to sanitize folder path (#2673) 2020-05-05 09:41:11 -07:00
runner [Settings UI] Updated General Settings (#2676) 2020-05-05 10:02:31 -07:00
settings fix: Start as Admin Error: Unable to open app when running elevated (#2411) 2020-05-03 03:17:06 -07:00
settings-web "Download updates automatically" toggle enabled only for administrator account (#2357) 2020-04-27 11:04:20 +03:00
tests/win-app-driver Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03: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.