Heiko
741457ffa5
[PT Run] Services plugin: Various improvements ( #17985 )
...
* search for contains too
* fix startup types & new filter
* fix spelling
* small fixes
* fix spacing
* Improve order and layout
* clean up
* switch to nullable int32
2022-05-10 17:07:39 +01:00
Seraphima Zykova
22786a6bdc
[FancyZones]Fix reapplying default layout ( #18106 )
2022-05-06 13:55:25 +01:00
lncubus
44fb9caf6b
[ColorPicker] CIEXYZ values should be labeled in upper case ( #17926 )
...
* CIEXYZ values should be labeled in upper case "XYZ" instead of "xyz"
* CIEXYZ values should be labeled in upper case "XYZ" instead of "xyz"
Updated example in settings UI
2022-04-27 12:47:28 +01:00
Andrey Nekrasov
7cd061be6d
[ARM64] Add Awake module ( #17857 )
2022-04-21 17:51:55 +02:00
Andrey Nekrasov
658f85b85a
[ARM64] add arm64 configurations to FZE project ( #17860 )
2022-04-21 15:53:07 +01:00
Jeremy Sinclair
b463cb11aa
[ARM64] AlwaysOnTop ( #17847 )
...
* AlwaysOnTop project cleanup
* Updated PowerToys solution config
2022-04-21 10:00:13 +01:00
Jeremy Sinclair
5bcd767d49
[ARM64] ImageResizer ( #17846 )
...
* ImageResizer project cleanup
* Updated PowerToys solution
* Added Platforms and PlatformTarget
2022-04-21 10:00:04 +01:00
Jeremy Sinclair
2de1a51b78
[ARM64] ColorPicker ( #17844 )
...
* ColorPicker normalization
* Updated PowerToys solution
* Fixed OutputPath in UnitTest
2022-04-21 09:59:55 +01:00
Jeremy Sinclair
3e6a297b34
[ARM64] PTRun and Plugins ( #17841 )
...
* Removed x64 specific config from Launcher project
* Microsoft.Plugin.Program normalization
* UnitConverter projects
* VSCodeWorkspaces project normalization
* Websearch plugin project normalization
* Folder plugin normalization
* Indexer plugin project normalization
* Plugin Program UnitTest project normalization
* Shell plugin project normalization
* Uri Plugin projects normalization
* WindowWalker plugin projects normalization
* Calculator plugin projects normalization
* Registry plugin projects normalization
* Service plugin project normalization
* System plugin projects normalization
* TimeDate and TimeZone plugin projects normalization
* Windows Settings plugin project normalization
* Windows Terminal plugin projects normalization
* PowerLauncher and PowerLauncher.Telemetry project normalization
* Wox projects normalization
* Updated PowerToys solution config
* Added Platforms/PlatformTarget and updated RID
* Remove merge text
* Remove SolutionDir from path
* Adding Platform and PlatformTarget back into Unit Tests
* Update PowerLauncher.csproj
Set RID back to win-
* Fixed OutputPath in Plugins
2022-04-21 09:59:43 +01:00
harvastum
b5aa55d172
[PTRun][VSCode]Detect portable installations of VS Code ( #17749 )
...
* Make launcher detect portable installations of VS Code in system PATH
This should fix #13362
* Move closing parenthesis
* remove trailing whitespace characters
2022-04-20 17:28:15 +01:00
Seraphima Zykova
032c917493
[FancyZones] Apply default on switching virtual desktop ( #17823 )
2022-04-20 16:23:49 +01:00
Stefan Markovic
27c4b1be0e
[settings-ui] Settings WinUI3 ( #17797 )
...
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791 )
* Move back to WinAppSdk 1.0.1
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791 )
* Move back to WinAppSdk 1.0.1
* Revert merge conflict ARM64 removal
* Fix KBM Browse overlay image button
* Bring back settings publish profile
* Update release.yml
* Change target frameworkd windows version
* [Setup] Add Windows Application Runtime SDK (#17809 )
* Update requirements doc
* Update compiling docs
* Fix signing
* Fix Settings exe and dll versions
* Add exception for dlls that have version 1.0.0.0
* Fix powershell condition
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
2022-04-19 21:00:28 +01:00
Davide Giacometti
42afc4f4fc
[PowerPreview]Dark mode for markdown preview ( #17777 )
2022-04-19 11:40:33 +01:00
lncubus
da0aac2a18
[PTRun][UnitConverter]Increase float number precision ( #17758 )
...
* [PT Run] UnitConverter float number precision is not enough
Introduced rounding to significant digits, not to digits after decimal separator
Added conversion to string to fix last digit errors
* [PT Run] UnitConverter float number precision is not enough
spell check fixes
* [PT Run] UnitConverter float number precision is not enough
renamed test method to HandleNanometerToKilometer
* [PT Run] UnitConverter float number precision is not enough
result copied to clipboard will not have unit, just a number
2022-04-19 11:20:12 +01:00
Jacob Deuchert
9a77bcadb2
[PTRun][VsCode] fix no results showing for latest insider build ( #17557 )
...
* [PTRun][VsCode] fix no results showing for latest insider build
* [PTRun][VsCode] improved sql error handling
Co-authored-by: Jacob Carl Deuchert <j.deuchert@narz.net>
2022-04-18 10:42:58 +01:00
Stefan Markovic
88517bfdf7
[FileExplorerPreview] Move everything from WebBrowser to WebView2 ( #17588 )
...
* Move MarkdownPreviewHandler from WebBrowser to WebView2
* Disable context menu
Open links in default browser
* Update expect.txt
* Move SvgPreviewHandler from WebBrowser to WebView2
* Migrate SvgThumbnailProvider from WebBrowser to WebView2
* Migrate CustomControlTest to WebView2
Remove WebBrowser related stuff
* Update tests
* Revert GetThumbnail return value
Disable javascript dialogs in WebView2 for Svg thumbnail and preview
* expect.txt
* Increase timeout for Markdown tests
* Add sleeps
* Add zero check
2022-04-14 16:27:22 +01:00
Aaron Junker
cbd362cef1
[DeveloperPreview]Fix case issue and file in use issue ( #17732 )
2022-04-14 15:11:51 +01:00
Aaron Junker
d9c8d8d4e2
[Preview]Adding new filetypes for developer file preview ( #17183 )
...
* push
* push
* push
* Adressed comments and adjusted a thing
* Added xslt
* push
* push. Ready to review
* Spellcheck adjustments
* Add installer stuff
* Changed reg and removed xsl
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
* Fixed tab
* Updated monaco_languages.json
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
2022-04-14 15:09:49 +01:00
Seraphima Zykova
038e8e1510
[FancyZones Editor] Scale canvas layout on editing ( #17668 )
...
* canvas scaling
* zero check
2022-04-14 15:08:15 +01:00
Jaime Bernardo
1727f2b813
[MouseUtils]Fix for breaking Windows shortcuts ( #17681 )
2022-04-14 13:21:02 +01:00
Davide Giacometti
e530968a9a
[PTRun][Terminal]Array settings parsing ( #17707 )
2022-04-13 15:24:02 +01:00
Davide Giacometti
a5323b75d9
[PTRun][Service]Fix service name with spaces ( #17708 )
2022-04-13 10:44:51 +01:00
Josh Soref
52709ddc4a
[spellchecker] Spelling fixes ( #17655 )
...
* spelling: microphone
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: position
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: property
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: serialization
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: settings
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: testprocess
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Ignore rotating
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-04-12 16:13:22 +01:00
lncubus
86783e9815
[PT Run] Web search should use user's default browser ( #17304 )
...
* Web search does not use my default browser #16549
updated DefaultBrowserInfo logic to get program location from shell open command not icon location
* Refactored DefaultBrowserInfo to start default browser with arguments specified in shell/open/command value for the browser.
Added fallback to Microsoft Edge if no browser information available.
#16549 Web search does not use my default browser
* fixed comment
#16549 Web search does not use my default browser
2022-04-12 16:10:05 +01:00
Jeremy Sinclair
f778d010e5
[ARM64] UnhandledExceptionHandler ARM64 support ( #17587 )
...
* Rename UnhandledExceptionHandler_x64.h and InitUnhandledExceptionHandler_x64
* Added ARM64 registers to UnhandledExceptionHandler
* Added ARM64 registers to unhandled_exception_handler.cpp
2022-04-08 10:19:42 +01:00
Davide Giacometti
5dd9049810
[PTRun][Terminal] additional logging ( #17570 )
2022-04-07 11:22:34 +01:00
Seraphima Zykova
98268cc10a
[FancyZones] Remove resolution from "device-id" ( #17412 )
...
* removed resolution from device id
* update applied layouts device id
* app zone history device id updated
* moved old device id parsing
* updated tests
* remove resolution in the editor
* remove resolution from device id generation
* update editor params
2022-04-07 10:48:29 +01:00
Seraphima Zykova
75e966ce19
[FancyZones] Restore window size fix ( #17553 )
2022-04-06 17:33:02 +01:00
Jaime Bernardo
a09d8bf14b
[FancyZones]Fix rounded corners optimized bug ( #17560 )
...
* [FancyZones]Fix rounded corners optimized bug
* Use proper flags
* Use WideChar version of functions
2022-04-06 15:54:11 +01:00
Jaime Bernardo
d5a5f858c0
[DevFilesPreview]Fix not created settings crash ( #17541 )
2022-04-05 16:47:41 +01:00
Jaime Bernardo
3ea0a10c73
[FZEditor] Improve narrator support on Grid Editor ( #17532 )
...
* [FZEditor]Add narrator info to thumb buttons
* [FZEditor]Narrator information about the zones
* [FZEditor]Allow text to be focused for narrator
* Address PR feedback
2022-04-05 13:22:17 +01:00
Jaime Bernardo
6f50a38e5f
[PTRun][Program]List special empty shortcuts ( #17517 )
2022-04-05 11:17:48 +01:00
Seraphima Zykova
c7e0850b7b
[FancyZones]Remove check if window already snapped ( #17512 )
2022-04-04 16:24:52 +01:00
Heiko
fd01ee391b
[PTRun][System]Fix delay on many net interfaces ( #17490 )
...
* code changes
* small text fixes
* update docs
* comment improvements
* update tests
* fix typo
* change
* fix typo
* fix error msg
* fix bug
* second fix
2022-04-04 12:47:58 +01:00
ricardosantos9521
44165621f0
[PTRun][VSCode] Workspaces not showing up after update or first installation ( #17279 )
2022-04-04 12:06:45 +01:00
Heiko
686a48a29b
[PTRun][WindowWalker]fix handle not existing registry path ( #17471 )
2022-04-04 10:40:04 +01:00
Heiko
e444881320
[PT Run] Run as user feature ( #17283 )
...
* run as different user
* fix tests
* Update src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Main.cs
* fix typo
2022-04-04 10:37:08 +01:00
Seraphima Zykova
95dcbb1891
[FancyZones] Restore original corners and setting( #17425 )
...
* fix corners
* save corner preference
* added fz setting
* add option to settings
* return original preference despite the setting
* removed reset to default corner preference
2022-04-01 17:28:19 +01:00
Jaime Bernardo
04588bc7e0
[PTRun][Settings][Program] Fix 100% CPU load issue ( #17414 )
...
* [PTRun][Program]Don't reload on settings change
* [PTRun][Settings] Don't trigger saves on visual property changes
* [PTRun][Settings] Fix manipulation of searched plugins
* [PTRun][Settings] Don't reload settings if we wrote recently
* fix PR comments nit
2022-04-01 14:50:16 +01:00
Seraphima Zykova
172c63f1e2
[AOT] Fix for topmost resetting ( #17392 )
2022-04-01 13:15:47 +01:00
Aaron Junker
79227b9db6
[Dev file preview]Add wrap text setting ( #16486 )
...
* Push (not working)
* Add Context menu
* push
* Adress feedback
* Update installer
* Fix build
* Fix warnings
2022-03-25 17:29:33 +00:00
Seraphima Zykova
4aadaf9bf1
[FancyZones] Fix canvas layout with scaling reset issue ( #17186 )
...
* canvas scaling
* predef layout check
* return false on custom layout error
* clean up
* update unit tests
* spelling
* floating point convert
* fix build
2022-03-25 16:09:59 +00:00
Jaime Bernardo
403969587e
[PTRun][Program]Add logs on launch failure ( #17270 )
2022-03-25 15:30:06 +00:00
Jaime Bernardo
1be880438a
[ColorPicker]Use Hotkey when started from runner ( #17265 )
...
* [ColorPicker]Use Hotkey when started from runner
* fix spellchecker
2022-03-25 13:40:33 +00:00
Jaime Bernardo
80e9fc0c43
[PTRun][Program]Fix bug when renaming url shortcut ( #17184 )
...
* [PTRun][Program]Fix bug when renaming url shortcut
* Try to use the old full path for old app removal
* Guard against links to nowhere
* Fix test to have link point to existing location
* Update src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/Win32Program.cs
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Fix nit.
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2022-03-25 10:08:10 +00:00
Jaime Bernardo
75f2be1891
[PTRun][Calculator]Fix trailing zeroes on hexadecimal numbers ( #17248 )
...
* [PTRun][Calculator]Fix hexadecimal trailing 0s
* Add tests
2022-03-24 16:59:27 +00:00
CleanCodeDeveloper
58aa274b21
[Launcher Plugins] Move shared keys into central props file ( #17214 )
...
* [Launcher Plugins] Move shared keys into central props file
* fixes
* TreatWarningsAsErrors is set to true now. This caused a few errors to pop up
2022-03-23 16:35:52 +00:00
CleanCodeDeveloper
53a92215fc
[preview pane] Move shared keys into central props file ( #17212 )
...
* [preview pane] Move shared keys into central props file
* left overs
2022-03-23 16:31:51 +00:00
Den Delimarsky
d7617a47d3
[Awake] Context menu bug fixes ( #16903 )
...
* Fix the path to the icon
* Need the reverse when not working in isolation
* Updating some tray behaviors
* Making sure we have constants separately, and a filter
* Update tray logic
* Remove unnecessary menus
* Cleaning up how exit is done.
* Adding handling for tray commands
* Update with settings for dynamic times
* Proper reaction to timed keep-awake from the tray
* Proper handling for timed keep-awake from the tray
* Making sure that code analysis works correctly
* Making sure that errors are set in native calls
* Making sure the right icon path is used after testing
* Proper disposal of the context menu
* Fix tray designation
* Update with latest information on changes to the builds
* Update with guidance on files
* Update changelog doc
* Fix project file
* Remove `VTABLE`
2022-03-23 14:46:37 +00:00
CleanCodeDeveloper
ada3a9ad88
[Wox] Move shared keys into central props file ( #17193 )
2022-03-22 16:31:40 +00:00
CleanCodeDeveloper
c22a3fbcb7
[Awake] Move shared keys into central props file ( #17189 )
2022-03-22 16:31:07 +00:00
CleanCodeDeveloper
9c9b5d9dca
[Color picker] Move shared keys into central props file ( #17190 )
2022-03-22 16:30:45 +00:00
CleanCodeDeveloper
dd03d1ee63
[Fancy zones] Move shared keys into central props file ( #17191 )
2022-03-22 16:30:07 +00:00
CleanCodeDeveloper
ae196fd592
[PowerLauncher] Move shared keys into central props file ( #17192 )
2022-03-22 16:29:42 +00:00
Heiko
b3a0bf7919
[PTRun][Settings] Additional settings ( #17170 )
2022-03-22 12:12:21 +00:00
Heiko
58b219f671
[PTRun][Settings]explain ip/mac setting in description( #17195 )
2022-03-22 11:40:23 +00:00
Heiko
889bc1e514
[PT Run] Folder plugin: Improvements for the results ( #16867 )
...
* Improvements
* fix spelling
* text improvement
* fix build
* update tipp text
2022-03-22 11:07:09 +00:00
Jaime Bernardo
fcc1d46b63
[PTRun]Fix focus glitch on first time run ( #17128 )
2022-03-21 16:18:45 +00:00
Heiko
380add882c
[Settings] Run Plugin additional options: description ( #17108 )
...
* last changes
* update ww settings
* feedbvack and TimeDate plugin
* Add property description
2022-03-21 12:47:09 +00:00
Heiko
4c067bb728
[PT Run] System plugin: Add IP and MAC ( #17023 )
...
* first test and changes
* last changes
* last changes
* last changes
* improve exception
* fix spellings
* spell fixes
* search improvements, installer, tests, code cleanup
* remove left-over
* update dev docs
* fix spelling
* update namings
* improve scoring
* spell checker
* dev docs
* update images
* update expect.txt for this pr
2022-03-21 12:37:51 +00:00
Star Brilliant
42ba008323
[ColorPicker] Increase precision of CIEXYZ format ( #17041 )
...
* Increase precision of CIEXYZ conversion matrix
The output has 4 decimal places, so the conversion matrix should be more than 6 digits to avoid round-off errors.
* Match unit tests and docs with new CIEXYZ conversion matrix
* Remove negative sign from zeros
I generated the unit test results from other color-management systems.
It seems that they sometimes output negative zeros for very small values.
Let's just remove the negative signs for aesthetic.
* Fix spelling mistakes in ColorConverterTest.cs
* Explain how to obtain CIEXYZ unit test reference values
* Explain the CIELAB output is D65 adapted version
* Add words related to CIEXYZ conversion to spellcheck bypass list
2022-03-21 12:15:48 +00:00
Jaime Bernardo
b7d528b6e8
[MouseCrosshairs]Fix odd thickness offset ( #17091 )
2022-03-21 11:37:24 +00:00
Andrey Nekrasov
176f2c2870
[VCM] Track newly added microphones ( #16199 )
...
* [VCM] Track newly added microphones when [All] is selected in the settings
* [VCM] handle case when no mics are left
* fixup: fix crashes onNotify
* fixup: fix build
2022-03-21 09:48:11 +00:00
CleanCodeDeveloper
2e3a2b3f96
[meta]common csproj/vcxproj settings to Directory.Build.props ( #17067 )
...
* Add common csproj/vcxproj settings to Directory.Build.props
* Set TreatWarningsAsErrors to true for all c# projects
* Minor fixes in unit test projects where Analyzers where not enabled before
* Clean up Directory.Build.props
* Remove properties from ImageResizer csprojs files
2022-03-18 16:47:18 +00:00
Heiko
34e4e7e5bd
[PT Run] TimeDate plugin ( #16662 )
...
* create plugin
* Update plugin code
* fix deps
* last changes
* unix
* new results and small changes
* Update settings name
* make spellcheck happy
* new time/date formats
* add comment
* code cleanup, installer, signing pipeline
* fix unix result
* UnitTests
* spell fix
* Update tests, Timestamp query feature
* new formats
* last changes
* last changes
* unit tests and fixes
* cjhanges and fixes
* fix installer
* fix settings class init
* context menu
* fix tests
* add settings tests
* update/fix DateTimeResult tests
* small improvements
* update pipeline
* enable analyzer
* fixes and improvements
* spell fix
* dev docs
* doc fixes
* spell fix
* last changes
* changes and fixes
* fixes and test updates
* improvements
* last changes
* try to fix tests
* remove obsolete code
* add info to test log
* fix search
* tag fix
* tests
* change tests
* update dev docs
* fix spelling
* fix culture for ui strings
* improvements based on feedback
* improve global search
* improve text
* docs improvement
* add settings note
* fix and update tests
* fix spelling
2022-03-17 19:33:05 +00:00
Jaime Bernardo
5914fc1ffd
[MouseUtils]Workaround taskbar transparency glitch ( #17085 )
2022-03-17 17:25:15 +00:00
Josh Soref
bad435bb26
[spellcheck]Spelling cleanup ( #17099 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-03-17 17:19:16 +00:00
Jaime Bernardo
cfdaea4363
[Installer]Upgrade .net framework to 6.0.3 ( #17051 )
...
* Revert "[PTRun]Workaround fix tooltip crash on .net 6 (#16629 )"
This reverts commit b4250c1235
.
* Upgrade .net framework to 6.0.3
2022-03-16 10:54:01 +00:00
CleanCodeDeveloper
d66fac3c3c
[Run.Plugin.UnitConverter] Enable analyzer and fix warnings ( #17002 )
...
* [Run.Plugin.UnitConverter] Enable analyzer and fix warnings
2022-03-14 17:08:23 +00:00
CleanCodeDeveloper
66619ca059
[Plugin.Program] Enable analyzer and fix warnings ( #17000 )
2022-03-14 15:46:34 +00:00
CleanCodeDeveloper
79b2cdca7b
[Run.Plugin.Calculator] Enable analyzer and fix warnings ( #16998 )
2022-03-14 15:46:08 +00:00
CleanCodeDeveloper
3e9c7f83c8
[Plugin.Folder] Enable analyzer and fix warnings ( #16997 )
2022-03-14 15:45:40 +00:00
CleanCodeDeveloper
561882c2f1
[Wox.Infrastructure] Enable analyzer and fix warnings ( #16996 )
2022-03-14 15:44:17 +00:00
CleanCodeDeveloper
7365ba14d0
[PreviewPane] Enable analyzer and fix warnings ( #16995 )
2022-03-14 15:42:32 +00:00
Heiko
bf3e427017
[PTRun][WindowWalker] Fixes and small improvements ( #16959 )
...
* fixes and changes
* fix spelling
* add os version check
* Improve speed of virtual desktop helper
* speed improvement two
2022-03-14 15:40:27 +00:00
lncubus
50169f9271
#16693 Unit Converter should recognize metre ( #16984 )
2022-03-14 10:17:09 +00:00
Jaime Bernardo
1f64c1cf83
[PTRun][Calculator]Always accept decimal point ( #16980 )
2022-03-11 17:26:29 +00:00
Franky Chen
6648402ddb
[AOT] Change sound ( #16865 )
...
Co-authored-by: Hsuan-Li, Chen <franky@workspace.frankychen.net>
2022-03-11 16:45:44 +00:00
Seraphima Zykova
0816714782
[FancyZones]Additional logs ( #16927 )
2022-03-10 17:59:31 +00:00
CleanCodeDeveloper
0d3aa3a187
[PTRun][WindowsSettings] Enable analyzer and fix warnings ( #16942 )
2022-03-10 16:00:28 +00:00
CleanCodeDeveloper
94391775c8
[PTRun][Registry] Enable analyzer and fix warnings ( #16941 )
2022-03-10 15:59:04 +00:00
CleanCodeDeveloper
ba525f068b
[PTRun][VSCodeWorkspaces] Enable analyzer and fix warning ( #16897 )
...
* [Community.PowerToys.Run.Plugin.VSCodeWorkspaces] Enable analyzer and fix warnings
* fix CA1824: Mark assemblies with NeutralResourcesLanguageAttribute
2022-03-10 10:37:14 +00:00
CleanCodeDeveloper
ffdb5d44d7
[PTRun][WebSearch] Enable analyzer and fix warnings ( #16938 )
2022-03-10 10:35:49 +00:00
CleanCodeDeveloper
3b04cfd267
[PTRun][Uri] Enable analyzer and fix warnings ( #16940 )
2022-03-10 10:35:13 +00:00
Yifan Kang
462b48edae
[PTRun][UnitConverter]Fix "feet" and "gal" ( #16618 )
...
* Update InputInterpreter.cs
* Update InputInterpreter.cs
2022-03-10 10:21:08 +00:00
CleanCodeDeveloper
425346b1f2
[Awake] Enable analyzer and fix warnings ( #16899 )
...
* [Awake] Enable analyzer and fix warnings
* Suppress "CA1051:Do not declare visible instance fields" for structs
* Revert "Suppress "CA1051:Do not declare visible instance fields" for structs"
This reverts commit bea215bffa
.
* Suppress "CA1051:Do not declare visible instance fields" for structs
* spellchecker
2022-03-09 12:09:17 +00:00
CleanCodeDeveloper
46684966a1
[PowerLauncher] Enable analyzer and fix warnings ( #16900 )
2022-03-09 12:08:12 +00:00
Jaime Bernardo
eb961ee052
[PTRun][WindowWalker]Fix analyzer errors ( #16887 )
2022-03-08 18:23:45 +00:00
CleanCodeDeveloper
0a5bdf6734
[Microsoft.Plugin.WindowWalker] Enable analyzer and fix warnings ( #16555 )
2022-03-08 16:47:10 +00:00
CleanCodeDeveloper
ec3ea5c4ae
[Wox.Plugin] Enable analyzer and fix warnings ( #16547 )
2022-03-08 16:46:36 +00:00
Tore Lervik
b20e991a35
[FancyZones] Set correct corner preference when snapping windows on Windows 11 ( #16542 )
...
* [FancyZones] Set correct corner preference when snapping windows on Windows 11
* Changed magic numbers to use enum values.
* Added missing words to spell check list.
* Changed note: to todo: for future visibility
* Changed note: to todo: for future visibility
2022-03-07 11:50:37 +00:00
mshtang
81f61630cb
[Color Picker] remove and export multiple colors from history ( #16475 )
...
* Allow to export and delete multiple colors
* Allow to export and delete multiple colors
2022-03-07 11:47:42 +00:00
Heiko
e8363a3be1
[PT Run] VirtualDesktopHelper & WindowWalker improvements ( #16325 )
...
* Import vdh from poc
* last changes
* push changes
* small change
* add error handling to vdh
* last changes
* make spellchecker happy
* last changes
* last changes
* spell check
* fix settings defaults
* Improve WindowWalkerSettings class
* add comment
* New settings and improvements
* new features
* subtitle and tool tip
* spell fixes
* small fixes
* fixes
* Explorer info
* spell fixes
* fixes and CloseWindow feature
* last changes
* first part of implementing KillProcess
* killProcess Part 2 & Fixes
* text fix and installer
* update access modifiers
* some fixes
* update dev docs
* fix dev docs
* dev doc change
* dev docs: add missed infos
* dev docs: add link
* Update src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Components/WindowWalkerSettings.cs
* fix build
* resolve feedback
* fix settings
* add tests
2022-03-07 11:45:29 +00:00
CleanCodeDeveloper
aa2c9390ef
[ColorPicker] Enable analyzer and fix warnings ( #16543 )
...
* ColorPicker: Enable analyzer and fix warnings
* Suppress CA1711:Identifiers should not have incorrect suffix
Renaming everything would be a lot of work. It does not do any harm if an EventHandler delegate ends with the suffix EventHandler.
Besides this, the Rule causes some false postives
* CA1838:Avoid 'StringBuilder' parameters for P/Invokes
We are not concerned about the performance impact of marshaling a StringBuilder
* resolve pr comments
2022-03-04 15:06:51 +00:00
Jaime Bernardo
45f121b8bc
[FindMyMouse]setting for minimum shake distance ( #16756 )
...
* [FindMyMouse]setting for minimum shake distance
* Group inside Activation method
2022-03-04 12:28:11 +00:00
Jaime Bernardo
400cd7ea45
[build]Fix PowerRename flaky build errors ( #16728 )
2022-03-04 12:17:05 +00:00
Aaron Junker
62c2f9479b
Fixed file in use issue ( #16748 )
2022-03-04 10:16:43 +01:00
Seraphima Zykova
3a8218be44
[FancyZones] Template layout settings reset fix ( #16628 )
2022-03-04 08:12:25 +03:00
CleanCodeDeveloper
efd14d8611
[Microsoft.Plugin.Indexer] Enable analyzer and fix warnings ( #16544 )
2022-03-02 19:19:49 +00:00
Clint Rutkas
29a25454d8
removing nowarn's ( #16590 )
2022-03-01 06:33:27 -08:00