PowerToys/src
Niels Laute d2c6148662
[PowerRename] Resolve UI focus issue (#14605)
* UI tweaks

* Fixed 0 margins

* Fixed height for button

* Update MainWindow.xaml
2021-11-24 18:45:31 +00:00
..
ActionRunner LEGO: check in for master to temporary branch. (#12785) 2021-08-16 14:19:55 +01:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common [ci][powerpreview]Add include to fix build error (#14624) 2021-11-24 11:09:06 +00:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules [PowerRename] Resolve UI focus issue (#14605) 2021-11-24 18:45:31 +00:00
runner Mouse Utils - Mouse Highlighter (#14496) 2021-11-22 13:31:31 +00:00
settings-ui Show color as a float and as a decimal value (#14548) 2021-11-23 09:08:01 -08:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
Update LEGO: check in for master to temporary branch. (#12785) 2021-08-16 14:19:55 +01:00
.clang-format
.editorconfig
README.md
Version.props Update Version.props 2020-10-20 15:58:26 -07: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 library with helper functions, used by both the runner and the PowerToys modules.