PowerToys/src
2024-08-22 11:47:07 +02:00
..
ActionRunner
codeAnalysis
common Making CSWinRt into prop file for c# (#34225) 2024-08-09 09:18:56 -07:00
dsc [DSC] Add support for ImageresizerSizes property (#32657) 2024-08-17 10:14:28 +02:00
gpo/assets
logging
modules [Quick Accent] Move number super and subscripts from Portuguese to All Languages (#34384) 2024-08-22 11:47:07 +02:00
runner
settings-ui [DSC] Add support for ImageresizerSizes property (#32657) 2024-08-17 10:14:28 +02:00
Update
.clang-format
.editorconfig
Common.Dotnet.CsWinRT.props Making CSWinRt into prop file for c# (#34225) 2024-08-09 09:18:56 -07:00
Common.SelfContained.props Consolidation for self contained, built on #34055 (#34134) 2024-08-05 14:29:11 -07:00
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-ui folder. It utilizes a WebView to display an HTML-based settings window.

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.