PowerToys/src
ryanbodrug-microsoft d329406eb8
Adding Telemetry Events for svg and markdown enable/disable (#2814)
* Raising Telemetry events when svg and markdown preview pane is turned off

* Properly serializing Bool property.  This allows us to be backwards compatible with .17 settings but interact with the properties as boolean elements, and fire events on property changed notification
2020-05-08 16:12:37 -07:00
..
action_runner wix: install dotnet 3 after installation if needed (#2775) 2020-05-07 17:39:32 +03:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Add WIL to common-md-flag nuget packages (#2780) 2020-05-07 12:02:37 -07:00
core Adding Telemetry Events for svg and markdown enable/disable (#2814) 2020-05-08 16:12:37 -07:00
modules Add support for win32 packaged apps to run as admin (#2812) 2020-05-08 14:31:15 -07:00
runner [settings] loading powerpreview module from subfolder (#2709) 2020-05-08 08:23:18 -07:00
settings fix compile issues for missing <thread>. I'm not sure why this wasn't needed before or in master. 2020-05-06 00:54:06 -07:00
settings-web "Download updates automatically" toggle enabled only for administrator account (#2357) 2020-04-27 11:04:20 +03: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.