Josh Soref
|
bf16e10baf
|
Updates for check-spelling v0.0.25 (#40386)
## Summary of the Pull Request
- #39572 updated check-spelling but ignored:
> 🐣 Breaking Changes
[Code Scanning action requires a Code Scanning
Ruleset](https://github.com/check-spelling/check-spelling/wiki/Breaking-Change:-Code-Scanning-action-requires-a-Code-Scanning-Ruleset)
If you use SARIF reporting, then instead of the workflow yielding an ❌
when it fails, it will rely on [github-advanced-security
🤖](https://github.com/apps/github-advanced-security) to report the
failure. You will need to adjust your checks for PRs.
This means that check-spelling hasn't been properly doing its job 😦.
I'm sorry, I should have pushed a thing to this repo earlier,...
Anyway, as with most refreshes, this comes with a number of fixes, some
are fixes for typos that snuck in before the 0.0.25 upgrade, some are
for things that snuck in after, some are based on new rules in
spell-check-this, and some are hand written patterns based on running
through this repository a few times.
About the 🐣 **breaking change**: someone needs to create a ruleset for
this repository (see [Code Scanning action requires a Code Scanning
Ruleset: Sample ruleset
](https://github.com/check-spelling/check-spelling/wiki/Breaking-Change:-Code-Scanning-action-requires-a-Code-Scanning-Ruleset#sample-ruleset)).
The alternative to adding a ruleset is to change the condition to not
use sarif for this repository. In general, I think the github
integration from sarif is prettier/more helpful, so I think that it's
the better choice.
You can see an example of it working in:
- https://github.com/check-spelling-sandbox/PowerToys/pull/23
---------
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Mike Griese <migrie@microsoft.com>
Co-authored-by: Dustin L. Howett <dustin@howett.net>
|
2025-07-08 17:16:52 -05:00 |
|
Michael Clayton
|
53212188b7
|
[Mouse Jump] Customisable appearance - borders, margins, colours, etc - final part (#35521)
* [MouseJump] move Mouse Jump settings into separate control (#27511)
* [MouseJump] added Mouse Jump style controls to Settings UI (#27511)
* [MouseJump] added Mouse Jump style controls to Settings UI (#27511)
* [MouseJump] removing unused MouseJumpUI code (#27511)
* [MouseJump] whitespace (#27511)
* [MouseJump] fix spellcheck (#27511)
* [MouseJump] enabled "Copy to custom style" (#27511)
* [MouseJump] fixing build (internal members -> public) (#27511)
* [MouseJump] remove unused "using"s (#27511)
* [MouseJump] use custom styles in preview image (#27511)
* [MouseJump] fixing failing test (#27511)
* [MouseJump] fixing failing test (#27511)
* [MouseJump] fixing failing test (#27511)
* [MouseJump] fixing failing test (#27511)
* [MouseJump] delinting to trigger a build (#27511)
* [MouseJump] updated settings preview image ("browser" header) (#27511)
* [MouseJump] upgrade default "custom" style settings in config (#27511)
* [MouseJump] fixed a glitch in settings upgrade (#27511)
* [MouseJump] fixed spell checker (#27511)
* [MouseJump] typo in resource strings (image -> images) (#27511)
* Remove unused include
|
2024-11-26 15:37:59 +00:00 |
|
Jaime Bernardo
|
a0138cec5e
|
[MouseJump]Bring back telemetry events (#35582)
|
2024-10-25 13:28:01 +01:00 |
|
Michael Clayton
|
dc7c7ef2b7
|
[MouseJump][CQ]Refactor "common" classes into a separate project (#34333)
* [Mouse Jump] - moving common code to MouseJump.Common project - #25482
* [Mouse Jump] - fixing warnings in MouseJump.Common - #25482
* [MouseJump] - cherrypick 5653b4 - Exclude MouseJump Common tests from the checks
# Conflicts:
# src/modules/MouseUtils/MouseJump.Common.UnitTests/MouseJump.Common.UnitTests.csproj
* [mOuSEjUMP] - cherry pick 61aab9 - Fix ci build issues
# Conflicts:
# src/modules/MouseUtils/MouseJump.Common.UnitTests/MouseJump.Common.UnitTests.csproj
* [Mouse Jump] - remove project type guids - #25482
* [Mouse Jump] - simplify mousejump *.csproj files - #25482
* [Mouse Jump] - fixing broken tests - #25482
* [Mouse Jump] - fixing broken build - #25482
* [Mouse Jump] - editing MouseJump.Common.UnitTests.csproj - #25482
* [Mouse Jump] - editing MouseJump.Common.csproj (UseWindowsForms=true) - #25482
* [Mouse Jump] - fixing spellcheck - #25482
* [MouseJump] - enabled implicit usings - #25482
* [Mouse Jump] - re-add csproj attributes - #27511
* ci: Fix signing of Common dll
---------
Co-authored-by: Clayton <mike.clayton@delinian.com>
|
2024-10-21 17:38:07 +01:00 |
|
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 |
|
Michael Clayton
|
651f2e4bd8
|
[MouseJump]Refactor code to allow later introduction of customizable appearance (#32838)
* [Mouse Jump] - move code shared with FancyMouse into "Common" folder (#25482)
* [Mouse Jump] - updates to NativeMethods (#25482)
* [Mouse Jump] - added new drawing / layout / style classes (#25482)
* [Mouse Jump] - new style-based preview rendering (actual preview visual style unchanged) (#25482)
* [Mouse Jump] - add words to spell checker (#25482)
* [Mouse Jump] - small tweak to error handling (#25482)
* [Mouse Jump] - fixed failing test (#25482)
|
2024-06-12 16:30:18 +01:00 |
|
Michael Clayton
|
93d80f542c
|
[MouseJump]Long lived background process (#28380)
* [MouseJump] Long lived background exe
* [MouseJump] Long lived background exe
* [MouseJump] Long lived background exe
* [MouseJump] Long lived background exe
* [MouseJump] Close long lived background exe when parent runner exits
* [MouseJump] Close long lived background exe when parent runner exits
* [MouseJump] long lived background exe - fixing build
* [MouseJump] - add FileSystemWatcher for config (#26703)
* Fix telemetry event
|
2023-10-11 15:58:19 +01:00 |
|
Michael Clayton
|
fda75e48d5
|
[MouseJump]Reduce winforms dependency, thumbnail size settings, shortcut keys(#25487)
* [Mouse Jump] - reorganise existing NativeMethods (#25482)
* Mouse Jump] - reorganise Helper classes / main form code (#25482)
* Mouse Jump] - replace use of System.Windows.Forms.Screen with Native Methods (#25482)
* Mouse Jump] - replace use of System.Windows.Forms.SystemInformation with Native Methods (#25482)
* [Mouse Jump] - replace use of System.Windows.Forms.Cursor with Native Methods (#25482)
* [Mouse Jump] - improve popup responsiveness (#25484)
* [Mouse Jump] - fixed spellchecker errors (#25484)
* [Mouse Jump] - add settings card for thumbnail size (#24564)
* [Mouse Jump] - shortcut keys to jump to centres of screens (#25069)
* [Mouse Jump] - fix spelling (#25069)
* [Mouse Jump] - fix spelling - numpad (#25069)
* [Mouse Jump] - updated "thumbnail size" settings text (#24564)
|
2023-04-24 16:15:07 +01:00 |
|
Aaron Junker
|
5da8809b4e
|
Centralize c# logger (#22760)
* Initial commit
* Changed some loggers (WIP)
* ColorPicker
* Add version to all logs
* FancyZones
* push
* PowerOCR and Measuretool
* Settings
* Hosts + Fix settings
* Fix some using statements
* FileLocksmith
* Fix awake
* Fixed Hosts logger
* Fix spelling
* Remove added submodule
* Fiy FileLocksmith and PowerAccent
* Fix PowerAccent
* Test
* Changed logger locic and added ColorPicker
* Fixed package
* Add documentation
* Add locallow capability to Logger and add FancyZones
* Fixed FancyZones and added FileLocksmith
* Add Hosts
* Fixed spelling mistakes
* Add MeasureTool
* Add MouseJump
* Add PowerOCR
* Add PowerAccent
* Add monaco
* Add Settings
* Fixed Monaco
* Update installer
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update logging.md
* Fix unneccesairy includes.
---------
Co-authored-by: Dustin L. Howett <dustin@howett.net>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
|
2023-03-21 10:27:29 +01:00 |
|
Michael Clayton
|
e6767c8e8b
|
[Mouse Jump] - screenshot performance (#24607) (#24630)
* [Mouse Jump] - screenshot performance (#24607)
* [Mouse Jump] - add words to spellchecker (#24607)
* [Mouse Jump] - progressive activation (#24607)
* [Mouse Jump] - fixing build (#24607)
* [Mouse Jump] - fixing jump location, add unit tests, refactor (#24607)
* [Mouse Jump] - removed testing code (#24607)
* [Mouse Jump] added failing tests for
* [Mouse Jump] - fix problem with some monitor layouts (#24607)
* [Mouse Jump] - cleaning up some comments and namepsaces
* [Mouse Jump] - added another screen layout test (#24607)
|
2023-03-17 19:12:27 +01:00 |
|
Jaime Bernardo
|
5492b4ae62
|
[MouseJump]Also simulate mouse input event (#24527)
* [MouseJump]Also simulate mouse input event
* fix spellchecker
|
2023-03-16 14:54:38 +01:00 |
|
Michael Clayton
|
0524a4bddd
|
[New Utility]Mouse Jump(#23566)
* #23216 - initial MouseJump commit
* #23216 - Mouse Jump - fix spelling, removing Interop folder
* #23216 - Mouse Jump - removed orphaned project guids from PowerToys.sln
* #23216 - Mouse Jump - removed orphaned project guids from PowerToys.sln
* #23216 - Mouse Jump - switch MS Logger to NLog for nuget package allow-listing
* #23216 added MouseJumpUI.UnitTests.dll to "MS Tests" step in build-powertoys-steps.yml
* [MouseJump] fixed screenshot coords (x & y were transposed) (#23216)
* [MouseJump] close form rather than hide on deactivate (#23216)
* [MouseJump] added UI dll for signing (#23216)
* [MouseJump] close form rather than hide on deactivate (#23216)
* [MouseJump] removed redundant line
* [MouseJump] configure dpi awareness, add NLog.config (microsoft#23216)
* [MouseJump] fix spellchecker errors (microsoft#23216)
* [MouseJump] fixing comment style warning (microsoft#23216)
* [MouseJump] simplified dpi config (microsoft#23216)
* [MouseJump] fixed edge case issue with moving cursor (microsoft#23216)
* [MouseJump] fixed typo (microsoft#23216)
* [MouseJump] added attribution (microsoft#23216)
* [Mouse Jump] fix attribution link and spelling (microsoft#23216)
* Add MouseJump to installer
* Fix centralized version control
* Add Quick Access enable/disable entry
* Fix analyzer error in GPO
* Fix botched merge
* Disabled by default and remove boilerplate code
* Add GPO definitions
* Add GPO implications when starting standalone
* Update hotkey when it's changed in Settings
* Use standard Logger
* Add OOBE strings for Mouse Jump
* Add telemetry
* Update installer
* Add signing
* Add to bug report tool
* Address PR feedback
|
2023-02-24 13:30:30 +00:00 |
|