PowerToys/src
ryanbodrug-microsoft 34f814717b
Adding privacy event tags to each telemetry event. (#2879)
* Adding privacy event tags to each telemetry event.

* Moving Privacy events to Telemetry base, Removing tag values, and fixing namespaces.

* Adding documentation comments to fix style cop errors in release

* UTCReplace_AppSessionGuid boolean property to all C# telemetry events.

* Adding hardcoded version number to boot events.

* Adding reference to telemetry in settings unittest

* Adding Preview Pane events for loading w/ hardcoded version number

* Adding telemetry.h to msi for svg and markdown events

* removing unused explicit interface exception
2020-05-15 09:08:39 -07:00
..
action_runner Fix various MSI issues (#2985) 2020-05-14 18:20:06 +02:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Adding privacy event tags to each telemetry event. (#2879) 2020-05-15 09:08:39 -07:00
core Adding privacy event tags to each telemetry event. (#2879) 2020-05-15 09:08:39 -07:00
modules Adding privacy event tags to each telemetry event. (#2879) 2020-05-15 09:08:39 -07:00
runner Update application icon (#2999) 2020-05-14 20:19:06 +02:00
settings Version required warning label changed, rebuilded bundle.js (#2991) 2020-05-14 17:48:33 +03:00
settings-web Change Auto-download settings' title (#2966) 2020-05-14 15:30:18 +02:00
tests/win-app-driver Merge branch 'master' into merge/build-features-to-master 2020-05-06 18:39:25 -07: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 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.