PowerToys/src
2019-11-13 14:13:14 -08:00
..
common initialize all OnThreadExecutor fields and clarify intent further (#701) 2019-11-12 18:29:54 +03:00
modules Ensure icon in context menu is not leaked (#709) 2019-11-13 14:13:14 -08:00
runner Customize system menu items through dedicated API (#677) 2019-11-12 11:48:14 +01: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.