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
Jeremy Sinclair
195c6f588a
[Analyzers] Resolve Stylecop SA1516 violations and others to enable fully building on VS 17.12 ( #35248 )
...
* [Analyzers][Settings] Fix SA1516
* [Analyzers][Workspaces] Fix SA1516
* [Analyzers][Awake] Fix SA1516
* [Analyzers][Wox] Fix SA1516
* [MWB] Disable CA1716 warning on class name
* [Wox] Update ExecuteFilePath property visibility for Json Source Generator
* [Analyzers][MWB] Fix CA1716 on NativeMethods.
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-10-17 05:14:57 -04:00
Andrey Nekrasov
f23fa3f592
[DSC] Implement Microsoft.PowerToys.Configure DSCResource & winget support ( #30918 )
...
* [DSC] Microsoft.PowerToys.Configure module + winget configuration file support
* f: fix for an incorrect directory id reference
* f: update comment
* f: address review comments
* f: file locksmith bug fix
* f: add explorer preview switches in samples
* f: remove debug
* Sign DSC files
* f: implement docs/samples generator
* [ci]Sign FancyZonesEditorCommon.dll
* Sign DSC files in the Generated folder
* f: address review comments
* f: update usable options
* f: add autogenerated sample
* [Installer] Don't use same GUID for different components
* [Installer]Don't remove folders shared by other modules
* Allow configuring PTRun MaximumNumberOfResults
* Remove all settings DSC sample. Just random data
* Allow configuring Hosts Run as Administrator
* Revert "[Installer]Don't remove folders shared by other modules"
This reverts commit 6da3d6cfd5 .
* Add all PTRun plugins and Global and keyboard to DSC sample
* Fix issues with context menu modules not disabling
* Fix default enabled values when setting with DSC
* Fix tests regarding default modules in Settings
* Fix merge error
* Restart PowerToys process if we stopped it
---------
Co-authored-by: Andrey Nekrasov <1828123+yuyoyuppe@users.noreply.github.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-04-02 00:09:47 +01:00
Sven
46ed52eab6
[Settings] Reset Activation Key to Default Value ( #26449 )
...
* Add Default Value field to all controls
* Add reset button to Control field
* Improve button
Improve appearance
Add ToolTipService
Add AutomationProperties
* Move Reset button to Shortcut Dialog
* Fix Video Conferencing crash
* Change `Use Default` to `Reset`
2023-06-20 14:42:04 +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
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