PowerToys/src
Jaime Bernardo fb35c93877
[Settings]Fix ZoomIt page changing current directory (#37052)
2025-01-24 14:34:49 +00:00
..
ActionRunner
Monaco [Monaco]Make minimap toggleable (#33742) 2025-01-14 11:47:53 +00:00
Update
codeAnalysis
common [runner]Fix crashes caused by wrong setting AllowDataDiagnostics registry value (#37015) 2025-01-22 18:49:31 +00:00
dsc [VCM]Deprecate the Video Conference Mute utility (#36772) 2025-01-16 15:17:34 +00:00
gpo/assets [New utility]Sysinternals ZoomIt (#35880) 2025-01-16 20:52:24 +00:00
logging
modules [ZoomIt]Fix transparent draw after changing another setting (#37042) 2025-01-23 23:18:13 +00:00
runner [New utility]Sysinternals ZoomIt (#35880) 2025-01-16 20:52:24 +00:00
settings-ui [Settings]Fix ZoomIt page changing current directory (#37052) 2025-01-24 14:34:49 +00:00
.clang-format
.editorconfig [Analyzers] Update .editorconfig with rules to relax IDE errors (#36095) 2024-12-04 12:58:36 -05:00
Common.Dotnet.AotCompatibility.props [AOT compatible] Add Common MSBuild Props for AOT Compatibility Validation to Be Imported by Projects for Future AOT Support (#36176) 2024-12-03 09:00:28 +08:00
Common.Dotnet.CsWinRT.props [Dev][Build] .NET 9 Upgrade (#35716) 2024-11-13 12:36:45 -05:00
Common.SelfContained.props Consolidation for self contained, built on #34055 (#34134) 2024-08-05 14:29:11 -07:00
Monaco.props [Monaco] Use syntax highlighting for `.srt` (#35651) 2024-12-03 17:25:35 +00:00
README.md
Settings.XamlStyler Move the XamlStyler config to src/ (#36202) 2024-12-10 17:06:30 -06:00
Solution.props [CQ]Continued to move stuff out of root - Solution.props (#36244) 2025-01-06 10:52:45 +00:00
Version.props

README.md

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.