PowerToys/src
Clint Rutkas 67c8d80190
Safeguarding end user links in settings (#4226)
* first adjustment to wiki move

* Image Resizer and deleting imgs for FZ

* updating stuff to aka links

* updating app to leverage aka links

* moving files to wiki

* KBM adjustment

* updating

* getting PT Run moved over

* Shortcut guide and fixing launcher's readme text

* Update README.md

* img for shortcut guide moved to wiki

* updated setting img to be aka link as well
2020-06-11 10:16:39 -07:00
..
action_runner [PT Run] Closing PT Run and new settings app when PowerToys is not running (#3853) 2020-06-10 20:58:34 +03:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common [Installer] Restart explorer.exe programatically after successful update (#4215) 2020-06-11 10:09:06 +02:00
core Safeguarding end user links in settings (#4226) 2020-06-11 10:16:39 -07:00
modules Safeguarding end user links in settings (#4226) 2020-06-11 10:16:39 -07:00
runner Fix invalid namespace (#4259) 2020-06-11 17:03:02 +02:00
settings Spelling: ... runner settings (#3783) 2020-05-27 17:06:50 +02:00
settings-web Bump websocket-extensions from 0.1.3 to 0.1.4 in /src/settings-web (#4108) 2020-06-10 19:36:53 +02:00
tests/win-app-driver Spelling: ... runner settings (#3783) 2020-05-27 17:06:50 +02:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
Directory.Build.props Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
README.md Spelling: ... (#3398) 2020-05-26 17:02:36 +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 library with helper functions, used by both the runner and the PowerToys modules.