PowerToys/src
2021-03-31 21:54:10 +03:00
..
action_runner LEGO: check in for master to temporary branch. (#9116) 2021-01-15 15:29:23 +01:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common Updating nugets (#10493) 2021-03-30 09:52:00 -07:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules Disable forwarding the scroll event (#10513) 2021-03-31 14:54:32 +02:00
runner logs (#10462) 2021-03-26 19:17:26 +02:00
settings [Old Settings] Warn the user on Windows < 1903 that next version won't be supported (#10313) 2021-03-19 12:39:18 +03:00
settings-ui fix glitch (#10517) 2021-03-31 21:54:10 +03:00
settings-web Bump y18n from 4.0.0 to 4.0.1 in /src/settings-web (#10508) 2021-03-31 09:58:38 +02:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
.clang-format
.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
README.md Spelling: ... (#3398) 2020-05-26 17:02:36 +02:00
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.