Jeremy Sinclair
37f2154c86
[Analyzers] Resolve StyleCop issues: SA1516 and SA1616 ( #34853 )
...
* [Analyzers][AdvancedPaste] Apply fix for SA1516
* [Analyzers][EnvironmentVariables] Apply fix for SA1516
* [Analyzers][RegistryPreview] Apply fix for SA1516
* [Analyzers][Peek] Apply fix for SA1516
* [Analyzers][PreviewPane] Apply fix for SA1516
* [Analyzers][FancyZones] Apply fix for SA1516
* [Analyzers][PT Run][Plugins] Apply fix for SA1516
* [Analyzers][PT Run] Apply fix for SA1516
* [Analyzers][PT Run][Wox] Apply fix for SA1516
* [Analyzers][Common] Apply fix for SA1516
* [Analyzers][ImageResizer] Apply fix for SA1516
* [Analyzers][ColorPicker] Apply fix for SA1516
* [Analyzers][MouseUtils] Apply fix for SA1516
* [Analyzers][DSC Schema Generator] Apply fix for SA1516
* [Analyzers][FileLocksmith] Apply fix for SA1516
* [Analyzers][Hosts] Apply fix for SA1516
* [Analyzers][MeasureTool] Apply fix for SA1516
* [Analyzers][MouseWithoutBorders] Apply fix for SA1516
* [Analyzers][TextExtractor] Apply fix for SA1516
* [Analyzers][Workspaces] Apply fix for SA1516
* [Analyzers][Awake] Apply fix for SA1516
* [Analyzers][PowerAccent] Apply fix for SA1516
* [Analyzers][RegistryPreview] Apply fix for SA1516
* [Analyzers][Settings] Apply fix for SA1516
* [Analyzers][MouseWithoutBorders] Apply fix for SA1616
2024-09-16 21:09:43 +01:00
Ani Betts
0be120d293
[PTRun]Detect full-screen games with QUNS_RUNNING_D3D_FULL_SCREEN ( #30797 )
...
* Add SHQueryUserNotificationState to NativeMethods
* Check for QUNS_RUNNING_D3D_FULL_SCREEN in IsWindowFullscreen
The current test for whether a window is full-screen (i.e. a movie or a game) is a bit of a heuristic. In certain cases however, we can *know* that a window is full-screen. Check that case first, then proceed with the existing logic
* Make spellchecker happier
2024-01-17 10:26:28 +00:00
Aaron Junker
4e202e4523
[Docs]Replace docs.micrososft.com with learn.microsoft.com ( #20662 )
...
* Update SUPPORT.md
* Update runner.md
* Update guidance.md
* Update convert-stringtable-to-resx.ps1
* Update readme.md
* Update ControlType.cs
* Update README.md
* Update CLSID.h
* Update GenericProperty`1.cs
* Update project-overview.md
* Update interop.cpp
* Update PreviewHandlerBase.cs
* Update indexer.md
* Update common.md
* Update two_way_pipe_message_ipc.cpp
* Update PowerToys.exe.manifest
* Update HotkeySettings.cs
* push
* Update src/tests/win-app-driver/README.md
* Update doc/devdocs/akaLinks.md
* Update doc/devdocs/modules/launcher/plugins/registry.md
2022-09-28 17:18:55 +01:00
Andrey Nekrasov
ca3c758046
[Chore] Run solution code cleanup ( #20584 )
2022-09-16 10:54:58 +02:00
Jaime Bernardo
b0d35f5ef8
Fix for WPF DPI issue on .net 3.1.19 ( #13551 )
2021-10-01 14:03:04 +01:00
Jaime Bernardo
5963294b04
[PowerToys Run] Use global HotKey instead of low level keyboard hook ( #13114 )
...
* [PowerToys Run] Register global HotKey
Using low level keyboard hooks caused focus issues when invoking
PowerToys Run. Using a global HotKey solves this issue.
* Properly unregister hotkey on dispose
* fix spellchecker errors
2021-09-08 18:39:51 +01:00
Derek Christensen
e87e06bae6
Update environment variables changed ( #12689 )
2021-08-18 16:43:24 +01:00
Clint Rutkas
e4f9c02d11
Lots of small tweaks ( #5960 )
2020-08-14 11:50:14 -07:00