PowerToys/src
Mykhailo Pylyp 25ab4afe78
[Color Picker] Logs (#12157)
* - Fixed module interface logs

- Added logs to correlate logs between the runner and color picker process

* Fix logs
2021-07-02 19:54:44 +03:00
..
ActionRunner Dev/yuyoyuppe/autoupdate polishing (#11693) 2021-06-14 12:55:59 +03:00
codeAnalysis
common Start PowerToys Run through the ActionRunner (#12043) 2021-07-01 10:26:58 +01:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules [Color Picker] Logs (#12157) 2021-07-02 19:54:44 +03:00
runner Add new VideoConference module for muting mic/cam (#11798) 2021-06-29 13:06:12 +03:00
settings-ui Changed from brush to opacity (#11843) 2021-07-02 11:24:49 +01:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
Update Dev/yuyoyuppe/autoupdate polishing (#11693) 2021-06-14 12:55:59 +03:00
.clang-format
.editorconfig
README.md
Version.props

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.