Davide Giacometti
1ff5fa8794
fix for thread prevent process being closed ( #21311 )
2022-10-26 12:19:58 +03:00
Henrik Lau Eriksson
460f242967
[PTRun] Fix always show after executing context menu result ( #21291 )
...
* fix always show
* add tests
* remove workaround
2022-10-25 22:27:18 +01:00
Andrey Nekrasov
a3042b8435
[VCM] fix ToolbarHide behavior ( #21348 )
2022-10-25 22:25:53 +01:00
Seraphima Zykova
e171264dc2
[FZEditor][Accessibility] Replace NumberBox with Slider ( #21382 )
...
* replaced number boxes
* rename resource
* correct announcement
* Remove NumberBox again
2022-10-25 21:09:25 +01:00
Henrik Lau Eriksson
aa6910acb1
[PTRun]Fix always hiding even when an action fails ( #21259 )
...
Hide PowerToys Run if the result action returns true, otherwise keep it open
2022-10-25 20:46:40 +01:00
Laszlo Nemeth
778bb7ad9f
[PTRun]Release default image files after loading ( #21327 )
2022-10-25 20:27:27 +01:00
Laszlo Nemeth
d1f55bb9ea
[QuickAccent]Fix positioning on scaled desktop ( #21200 )
2022-10-25 19:44:17 +01:00
Rose
76b4237cf1
[Tests]Fix Unit Test to compile under .NET 5 and up ( #21229 )
...
.NET Framework has the previous function, but .NET Core does not support it. This is so we can keep compiling this code under new frameworks.
2022-10-25 17:35:40 +01:00
sosssego
19c4255c7d
[Analyzers][CPP]Turn on C26451 and fix code ( #21230 )
...
* Turn on rule as error and fixing code
* Add packages to external include paths
* Disable warrnings on external code.
2022-10-25 17:33:23 +01:00
Seraphima Zykova
10bfb014eb
[FancyZones] Customize default layouts ( #21156 )
2022-10-25 17:55:36 +02:00
Davide Giacometti
2add9db780
[Hosts] Open hosts file in default editor ( #21284 )
...
* open hosts file
* open with default editor
2022-10-24 19:09:00 +01:00
Seraphima Zykova
4da866aaa3
[AlwaysOnTop] Return topmost if it was lost ( #21297 )
2022-10-21 18:56:51 +02:00
Weijie Zhao
d17ac2bf79
[TextExtractor] Add space between CJK words and non-CJK ( #20926 )
...
* [TextExtractor] add space between CJK words and non-CJK
2022-10-20 16:21:46 +01:00
Heiko
d4083abee2
add scrollviewer ( #21310 )
2022-10-19 16:43:22 -07:00
akabhirav
1cfce6182d
Hide Video Conferencing when muted ( #19175 )
2022-10-19 12:18:58 +03:00
sosssego
16c28c788d
[Analyzers][CPP]Turn on C26495 and fix code ( #21163 )
...
C26495: A member variable isn't initialized by a constructor or by an initializer.
Fixing occurrences with default member initialization.
2022-10-18 15:21:18 +01:00
Philippe Canavarro
87720ef701
[QuickAccent] Added Portuguese (BR) language ( #21127 )
...
* [QuickAccent] Added Portuguese (BR) language
* Fix- Correct indentation
* Fix - Added proper indentation to EOF
* Removed "(BR)" from text
* chore: Changed index switch to array
* Correct German and French order
2022-10-16 18:36:16 +01:00
Taras
af98395e25
[TextExtractor] Fix focus on overlay on the first activation ( #21098 )
...
* TextExtractor-20950: fix focus on overlay on the first TextExtractor activation
* TextExtractor-20950: fix typo
2022-10-16 16:29:37 +01:00
Davide Giacometti
a2638d01dc
[Mouse Highlighter]Change opacity setting to 1-100 ( #20964 )
...
* mouse highlighter opacity 1-100
2022-10-16 13:51:08 +01:00
Davide Giacometti
887da6dc1a
[Chore] System.IO.Abstractions update ( #21061 )
...
* System.IO.Abstractions update
* fix tests
2022-10-16 13:23:31 +01:00
Niels Laute
1c264e0899
Adding Hosts icon ( #21227 )
...
* Adding Hosts icon
* assets added to setup
Co-authored-by: Davide <davide.giacometti@outlook.it >
2022-10-14 14:10:44 +02:00
Rose
af5b9903ee
[HostsEditor]Consolidate packages ( #21224 )
2022-10-13 19:31:20 +01:00
Stefan Markovic
292874a0c2
[fix build][hosts] Bump CppWinRT version to align with all other projects ( #21220 )
2022-10-13 15:47:34 +02:00
Davide Giacometti
b2e1337d4e
Hosts file editor ( #20462 )
2022-10-13 13:05:43 +02:00
Rose
792c09167b
Update Windows.CppRT to latest version ( #21157 )
2022-10-12 11:19:01 +03:00
Clint Rutkas
5f12351a72
[Deps] Consolidate nuget packages ( #20992 )
...
* consolidating webview
* Consolidating CsWinRT
* Consolidating SDK Build tools
* Consolidating CppWinRT
* Microsoft Windows SDK Win32 API Source Generator
2022-10-11 12:04:11 +01:00
Niels Laute
c1c0af36b9
Tweak acrylic ( #21083 )
2022-10-07 10:31:43 +02:00
Stefan Markovic
6d531a9a6b
[ImageResizer]Check for files in HDropIterator before processing ( #20985 )
2022-10-03 11:13:48 +01:00
damienleroy
5e955f034e
[QuickAccent]Add setting to select language ( #20798 )
...
* add selection of country langages
* Add Greek and Iceland countries
* Update src/modules/poweraccent/PowerAccent.Core/PowerAccent.Core.csproj
* fix ß in all section
* remove greek
* improve UI
* langage to language
* remove GR reference
* change 'All' to 'All available'
* adding Romanian and Hungarian
* Missing characters
* Add Italian
* Fix translation key
Remove GameMode activation
* Fix PR build issues
* Callback to get if a letter is part of the language
* Add additional dlls to installer
* Fix new dlls signing
* Fix spelling
* Add description to language selection
Co-authored-by: Damien LEROY <dleroy@veepee.com >
2022-09-29 15:28:14 +01:00
Seraphima Zykova
1ecaf039ca
[AlwaysOnTop] Corners scaling ( #20352 )
2022-09-29 15:11:01 +02: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
WJKM
82fea7eff1
[Quick Accent]Wrap Quick Accent toolbar selection ( #20320 )
...
* Wrap Quick Accent toolbar selection
Wraps _selectionIndex at beginning and end of range.
* Holding Shift + Space moves _selectedIndex backwards
Moves toolbar selection from right to left when Shift key is held.
* Fix formatting and typos
* Change EOL of files to LF
Changes PowerAccent.cs and WindowFunctions.cs back from CRLF to LF
* Rename IsCapitalState() to IsCapsLockState()
* Correct Logical Mistake (&& -> ||)
* Removed backward movement when holding Shift
2022-09-28 12:36:52 +01:00
Stefan Markovic
08be4abd56
[ContextMenu Packages] Prefix identity and app id with Microsoft.PowerToys ( #20881 )
...
* [ContextMenu Packages] Prefix identity and app id with Microsoft.PowerToys
* TEST: Set packages versions
* Fix packages version format
* Update display name
2022-09-28 12:40:11 +02:00
Jaime Bernardo
b9e8b807fd
[Deps]Update winappsdk to 1.1.5 ( #20898 )
...
* [Deps]Update WinAppSDK to 1.1.5
* Use hardlinks for winappsdk on MeasureTool
2022-09-28 11:26:24 +01:00
Taras
4e20ae07ca
[ColorPicker]Fix "Failed to get mouse position-1,1" warning ( #20291 )
...
* ColorPicker-17636: Fix warning "Failed to get ... mouse position-1,1"
* retrigger checks
* retrigger checks
2022-09-28 10:38:18 +01:00
ivanstosic-janea
bed18a418c
[PTRun]Improve fuzzy search for queries ( #20064 )
...
* Update StringMatcher.cs
* Update tests
* Remove comment
2022-09-27 18:17:20 +01:00
Aaron Junker
63cc35c8ce
[FileExplorer]Update WebView2 dependency ( #20748 )
2022-09-27 17:50:59 +01:00
Seraphima Zykova
98287d7883
[PTRun][Narrator]Mention appended controls ( #20876 )
...
* added context menu items count
* changed message
2022-09-27 15:49:37 +01:00
sosssego
4a8e3624e4
[PTRun]Fix for Firefox search when installed from the store ( #20350 )
...
Hack to fix command path for firefox installed through Microsoft Store
2022-09-21 14:31:45 +01:00
Mike Barker
28e6545f6f
[PTRun][Program]Improve the icon shown for app execution aliases( #20358 )
...
* Improve the icon shown for app execution aliases.
* Reverse validation check.
Resolve issue with null paths
* Improve to utilise app execution alias reparse point.
* Improve to utilise app execution alias reparse point.
Co-authored-by: Mike Barker <mibarker@microsoft.com >
2022-09-20 18:40:25 +01:00
Aaron Junker
789312c6ce
[QuickAccent] Fixed ß uppercase bug ( #20356 )
2022-09-20 18:15:29 +01:00
Jay
7740258440
[Settings] Removed muxc prefix ( #20164 )
...
* Removed prefix
Quick deletion. Quick run in VS gave no problems.
* Removed prefix
Quick deletion. Quick run in VS gave no problems.
* update for new files
* Remove using muxc includes
2022-09-20 17:59:18 +01:00
Taras
3984ee79bf
[TextExtractor] Fix redundant screen select after mouse right click ( #20271 )
2022-09-20 17:48:32 +01:00
Jay
5a7985f791
[Settings] Change icons and text ( #19592 )
2022-09-20 15:21:05 +01:00
Andrey Nekrasov
ca3c758046
[Chore] Run solution code cleanup ( #20584 )
2022-09-16 10:54:58 +02:00
Andrey Nekrasov
09f4dead7f
Don't use Environment.Exit ( #20532 )
...
* [Awake] Don't use Process.Exit and move to CsWin32
* [PowerLauncher] Remove unused API
* [ColorPicker] Use cancellable NativeEventWaiter + cleanup using
* [TextExtractor] Don't use Environment.Exit
* [MeasureTool] Don't use Environment.Exit(0);
* [FZE] don't use Environment.Exit and fix WaitForPowerToysRunner
2022-09-13 19:25:19 +03:00
Seraphima Zykova
cba6507d2b
[AlwaysOnTop] Remove borders from Task view thumbnails ( #20290 )
2022-09-12 19:39:11 +02:00
Andrey Nekrasov
38e7b3b7ae
[PTRun] Gracefully shutdown all threads when exiting ( #20450 )
2022-09-12 11:20:24 +01:00
Floris Westerman
73590c3ea9
[PTRun] Windows Terminal plugin: Add option to open profiles in quake window ( #19960 )
...
* Run/Windows Terminal: Add option to open profiles in quake window
* Typo
* Incorporate review feedback
2022-09-11 22:25:29 +02:00
NN
922d21f9f1
Catch std::exception by reference ( #20385 )
2022-09-11 18:50:13 +02:00