PowerToys/src
Stefan Markovic 5a4822f89e
[PowerRename] Tweak UI and fix performance issues (#14365)
* Init

* Update MainWindow.xaml

* Add identation

* Remove template selector

* Vertical UI

* Update PowerRenameUILib.vcxproj

* Revert "Vertical UI"

This reverts commit d0b3d264fb.

* Revert "Update PowerRenameUILib.vcxproj"

This reverts commit ba18503db2.

* Tweaks to margins

* Updated tweaks

* Update MainWindow.xaml

* Wire counters

* Improve perf: Constant O(1) find-item-by-id time instead of O(n)

Co-authored-by: Laute <Niels.Laute@philips.com>
2021-11-17 10:57:22 +01:00
..
ActionRunner LEGO: check in for master to temporary branch. (#12785) 2021-08-16 14:19:55 +01:00
codeAnalysis
common [Setup] Add logging for registry changes + add logger for powerpreview 2021-11-11 15:00:43 +03:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
runner Mouse Utils - Find My Mouse (#13916) 2021-10-22 13:30:18 +01:00
settings-ui [Settings]TabStop in General page only if element is opened (#14480) 2021-11-16 16:10:43 +00:00
tests/win-app-driver
Update LEGO: check in for master to temporary branch. (#12785) 2021-08-16 14:19:55 +01:00
.clang-format
.editorconfig
README.md
Version.props

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.