PowerToys/src
dependabot[bot] ebe70a52d1
Bump lodash from 4.17.15 to 4.17.19 in /src/settings-web (#5024)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 12:19:58 +02:00
..
action_runner upgrading wincppwinrt across the board (#4669) 2020-07-02 09:42:51 -07:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Added dummy key event to prevent Start Menu from popping up (#4874) 2020-07-09 08:14:47 -07:00
core [PowerToys Run] Implemented Setting to Clear Search Query when PowerToys Run is Launched (#4995) 2020-07-14 17:54:21 -07:00
modules [FZEditor] Grid layout resizers fixes (#4095) 2020-07-16 12:54:15 +03:00
runner upgrading wincppwinrt across the board (#4669) 2020-07-02 09:42:51 -07:00
settings upgrading wincppwinrt across the board (#4669) 2020-07-02 09:42:51 -07:00
settings-web Bump lodash from 4.17.15 to 4.17.19 in /src/settings-web (#5024) 2020-07-16 12:19:58 +02:00
tests/win-app-driver unifying a lot of test packages (#4667) 2020-07-02 11:02:05 -07:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
.editorconfig Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later. 2020-06-23 17:51:17 -07:00
Directory.Build.props Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
README.md Spelling: ... (#3398) 2020-05-26 17:02:36 +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 library with helper functions, used by both the runner and the PowerToys modules.