PowerToys/src
2020-12-29 19:20:12 +03:00
..
action_runner build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common Report tool improvements (#8709) 2020-12-22 17:15:46 +03:00
core/Microsoft.PowerToys.Settings.UI/loc/ja/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us LEGO: check in for master to temporary branch. (#8778) 2020-12-28 09:07:55 -08:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules FZ: fix currently selected zone tracking (#8797) 2020-12-29 19:20:12 +03:00
runner runner: fix dispatching json possible crash (#8788) 2020-12-29 13:56:10 +03:00
settings build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
settings-ui image resizer and settings percentage unit (#8674) 2020-12-21 15:55:50 +01:00
settings-web [settings-web] Update packages (#7849) 2020-11-05 08:53:27 +01:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
.clang-format
.editorconfig
README.md
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.