PowerToys/src
PrzemyslawTusinski f9a756d1ff
FancyZones editor display zone numbers & PowerRename fix (#1726)
* Fix for issue #1218

Design Change: Default Enter Action

* Fix for issue #1085

* change zone's number color and font
remove the light blue background

* Fix for disappearing zone number in editor

* Grid layout reversed order fix

Co-authored-by: sqrlmn <sqrlmn@users.noreply.github.com>
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
2020-03-27 13:07:19 +01:00
..
action_runner Cleanup project output/intermediate dirs (#1640) 2020-03-20 21:41:48 +03:00
codeAnalysis Getting analysis up and going 2019-12-12 11:23:36 -08:00
common FZ: warn w/ a toast if an elevated window cannot be dragged and offer learning more 2020-03-27 13:23:37 +03:00
modules FancyZones editor display zone numbers & PowerRename fix (#1726) 2020-03-27 13:07:19 +01:00
runner FZ: warn w/ a toast if an elevated window cannot be dragged and offer learning more 2020-03-27 13:23:37 +03:00
settings settings: add "Learn more about Admin mode" link 2020-03-27 13:23:37 +03:00
settings-web settings: add "Learn more about Admin mode" link 2020-03-27 13:23:37 +03:00
tests/win-app-driver Editor templates tests update (#1667) 2020-03-24 17:27:22 +03: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.