PowerToys/src
Jojo Zhou a0b9af039d
Yizzho/peek/videos (#25983)
* Add basics of VideoPreviewer to build on

* WIP

* Minimal working code, todo next:dimension + MTC

* Nits

* Change back to GetImageSize as it indeed doesn't work with videos

* Add win32 helper methods to get video size; Refactor get size operation;

* Remove unused code

* Set VideoTask; Add message error for HR result;

* Add open read only for filestream

* Remove unused code

* Update expect.txt

* Remove comment

* Cleanup code

* Force pause videopreview on previewer change

---------

Co-authored-by: Jojo Zhou <yizzho@microsoft.com>
Co-authored-by: Yawen Hou <yawenhou@microsoft.com>
Co-authored-by: Clint Rutkas <clint@rutkas.com>
Co-authored-by: Yawen Hou <Sytta@users.noreply.github.com>
Co-authored-by: Samuel Chapleau 🌈 <sachaple@microsoft.com>
2023-05-15 14:06:08 -07:00
..
ActionRunner [Analyzers][CPP]Turn on warning 26471 (#23103) 2023-01-16 11:18:55 +00:00
codeAnalysis [Analyzers] Update StyleCop and enable SA1200 (#22707) 2022-12-18 13:27:14 +00:00
common [Awake]QOL changes - New build ATRIOX_04132023 (#25486) 2023-05-14 19:42:38 +01:00
gpo/assets [Peek] Powertoys Peek MVP (#25922) 2023-05-10 10:43:03 -07:00
logging [PowerRename][ImageResizer] Tier1 Win11 Context menu (#19000) 2022-06-30 22:10:14 +02:00
modules Yizzho/peek/videos (#25983) 2023-05-15 14:06:08 -07:00
runner [Peek] Powertoys Peek MVP (#25922) 2023-05-10 10:43:03 -07:00
settings-ui [Settings]Peek settings UX consistency (#26012) 2023-05-15 17:22:10 +01:00
tests/win-app-driver Remove localizations (#24376) 2023-03-20 15:43:10 +01:00
Update [updater] Do not start PowerToys from PowerToys.Update.exe (#25690) 2023-04-26 12:15:13 +01:00
.clang-format
.editorconfig [Analyzers] Update StyleCop and enable SA1200 (#22707) 2022-12-18 13:27:14 +00:00
README.md Fix broken link (#16382) 2022-02-17 11:43:47 -08:00
Version.props Update Version.props 2020-10-20 15:58:26 -07: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-ui folder. It utilizes a WebView to display an HTML-based settings window.

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.