PowerToys/src
stefansjfw 6a0061dde3
Fix PowerRename UI doesn't handling DPI changes (#1424)
* Fix PowerRename UI doesn't handling DPI changes

* Address PR comments

* Address PR comments
2020-03-05 10:21:25 +01:00
..
action_runner MSIX: prompt and uninstall MSI PT version (#1248) 2020-02-18 18:11:01 +03:00
codeAnalysis Getting analysis up and going 2019-12-12 11:23:36 -08:00
common Now working on 0.15.2 (#1432) 2020-03-04 05:52:16 +01:00
modules Fix PowerRename UI doesn't handling DPI changes (#1424) 2020-03-05 10:21:25 +01:00
runner runner: periodically check if there's a new version available on github and offer a visit 2020-02-26 23:06:44 +03:00
settings settings: add a clarifying label if running as elevated (#1330) 2020-02-19 19:31:09 +03:00
settings-web settings: add a clarifying label if running as elevated (#1330) 2020-02-19 19:31:09 +03: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.