PowerToys/src
Bret 28d7835327
User/bretan/fz remove legacy editor (#1)
* Removed and runs
Still needs some extra cleanup and addressing open issues

* Removed and runs
Still needs some extra cleanup and addressing open issues

* Clean

* Update
2019-11-18 15:29:42 -08:00
..
common FancyZones: improve windows and apps filtering (#673) 2019-11-18 10:29:56 +01:00
modules User/bretan/fz remove legacy editor (#1) 2019-11-18 15:29:42 -08:00
runner Customize system menu items through dedicated API (#677) 2019-11-12 11:48:14 +01:00
settings FancyZones: improve windows and apps filtering (#673) 2019-11-18 10:29:56 +01:00
settings-web FancyZones: improve windows and apps filtering (#673) 2019-11-18 10:29:56 +01: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.