PowerToys/src
Clint Rutkas 95eb17bdb7
xaml adjustments, including contributors (#2118)
* xaml adjustments

* verbage change.
2020-04-14 10:42:27 -07:00
..
action_runner Cleanup project output/intermediate dirs (#1640) 2020-03-20 21:41:48 +03:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Edit Shortcuts UI (dev/keyboardManager) (#1647) 2020-04-08 14:35:52 -07:00
core xaml adjustments, including contributors (#2118) 2020-04-14 10:42:27 -07:00
modules Integrate keyboard manager with settings v2[Part-2] (#2107) 2020-04-14 09:24:11 -07:00
runner Removed ARM/x86 configs and minor refactors (dev/keyboardManager) (#1785) 2020-04-08 14:49:00 -07:00
settings Settings: fix broken "Restart as administrator" button (#1733) 2020-03-27 17:38:58 +03:00
settings-web Settings: fix broken "Restart as administrator" button (#1733) 2020-03-27 17:38:58 +03:00
tests/win-app-driver Add keyboard manager settings ui[Part-1] (#1979) 2020-04-08 13:53:09 -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.