PowerToys/src
vldmr11080 db61c6b643
[FancyZones] Localize names of predefined layotus (#7973)
* Localize strings in Settings.cs

* Add comment to resource variable
2020-11-10 16:15:30 +01:00
..
action_runner localization: Fix action_runner/runner folder names 2020-11-09 20:00:45 +03:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common Merge pull request #7815 from pi1024e/patch-1 2020-11-06 09:00:36 -08:00
core Merge pull request #7964 from microsoft/lego/hb_2939_20201109230607691 2020-11-09 16:30:34 -08:00
logging Logging improvements (#7377) 2020-10-19 10:54:39 -07:00
modules [FancyZones] Localize names of predefined layotus (#7973) 2020-11-10 16:15:30 +01:00
runner runner: localize tray menu item labels (#7959) 2020-11-10 15:56:05 +03:00
settings Fix typo in URL (#6630) 2020-09-15 12:38:34 +02:00
settings-web [settings-web] Update packages (#7849) 2020-11-05 08:53:27 +01:00
tests/win-app-driver Merge branch 'master' into dev/crutkas/upgradeNuget 2020-11-03 10:57:50 -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
Directory.Build.props
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.