PowerToys/src
vldmr11080 7870a66790
[FancyZones] Snap out of maximized window into zones with win + left/right arrow (#3097)
* Snap out of maximized window into zones with win + left/right arrow.

* Determine if there is anything to process before swallowing keypress.
2020-05-25 10:15:42 +02:00
..
action_runner [PowerToys Run] run non-elevated when runner is elevated (#3451) 2020-05-21 19:44:32 +02:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common sln: do not use PCH on CI (#3106) 2020-05-25 10:59:05 +03:00
core Now working on 0.18.2 (#3542) 2020-05-22 20:28:49 +02:00
modules [FancyZones] Snap out of maximized window into zones with win + left/right arrow (#3097) 2020-05-25 10:15:42 +02:00
runner sln: do not use PCH on CI (#3106) 2020-05-25 10:59:05 +03:00
settings sln: do not use PCH on CI (#3106) 2020-05-25 10:59:05 +03:00
settings-web Change Auto-download settings' title (#2966) 2020-05-14 15:30:18 +02:00
tests/win-app-driver Revert "[FancyZones] Remove "keep windows pinned to virtual desktop location" settings (#3093)" (#3292) 2020-05-20 11:57:17 +03:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03: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 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.