PowerToys/src
Lavius Motileng 8f2a33dcaa
Added Image Resizer Settings (#2324)
* added image resizer settings

* updated string resource and binding

* added tests and removed sett advanced settings from image resizer

* fixed string resource spacing

* moved conbo box strings to string resource

* updated name of contributor

* Capitalized size names

* updated fallback encoder and sizers configs

* removed interence between settings | used static resource binding

* fixed build error
2020-04-26 17:34:03 -07:00
..
action_runner runner: initial automatic update (#2141) 2020-04-21 10:30:12 +03:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Improve warnings for KBM (dev/build-features) (#2386) 2020-04-26 15:09:40 -07:00
core Added Image Resizer Settings (#2324) 2020-04-26 17:34:03 -07:00
modules Added Image Resizer Settings (#2324) 2020-04-26 17:34:03 -07:00
runner MSI update for SettingsV2 and KBM (#2351) 2020-04-24 18:03:29 -07:00
settings Added Image Resizer Settings (#2324) 2020-04-26 17:34:03 -07:00
settings-web runner: initial automatic update (#2141) 2020-04-21 10:30:12 +03:00
tests/win-app-driver Merge branch 'master' into dev/build-features 2020-04-20 09:15:32 -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.