PowerToys/src
Chris Davis e328c5d505 * Fix crashing bug in event vector cleanup
* Fix warnings in settings.cpp
* Add settings to ui of powertoys
2019-11-11 20:58:39 -08:00
..
common Fix for different per-monitor scaling (#657) 2019-11-07 21:56:32 +03:00
modules * Fix crashing bug in event vector cleanup 2019-11-11 20:58:39 -08:00
runner Fix for different per-monitor scaling (#657) 2019-11-07 21:56:32 +03:00
settings Fix for different per-monitor scaling (#657) 2019-11-07 21:56:32 +03:00
settings-web Now working on 0.13.0 (#617) 2019-10-31 17:51:20 +01: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.