PowerToys/src
dependabot[bot] 1fc67984a2
Bump acorn from 5.7.3 to 5.7.4 in /src/settings-web (#1588)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-16 10:24:45 -07: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 Some refactoring of FancyZones::IsInterestingWindow and added Unit Tests (#1521) 2020-03-16 14:25:30 +02:00
modules Fixed some compiler warnings (#1577) 2020-03-16 17:54:30 +01:00
runner runner: simplify powertoy_module interface (#1560) 2020-03-13 12:55:15 +03:00
settings runner: simplify powertoy_module interface (#1560) 2020-03-13 12:55:15 +03:00
settings-web Bump acorn from 5.7.3 to 5.7.4 in /src/settings-web (#1588) 2020-03-16 10:24:45 -07:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +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.