Epp-code
1f44085e41
[MousePointerCrosshairs]Added a fixed length option ( #27471 )
...
* #19638 Added the option to Mouse Crosshairs to fix the lengths of the crosshairs. Some discussion about design in the issue but currently implemented as a configuration toggle and separate length input.
* Fixed crosshairs fixed lengthed enabled not being read on view model initialization
2023-07-19 15:24:47 +01:00
Davide Giacometti
7e4e8f59bb
[Mouse Crosshairs] Hide crosshairs when cursor hides ( #27381 )
...
* hide crosshairs when cursor hides
* fix formatting
2023-07-18 13:33:32 +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
Niels Laute
dae0520375
Adding animations ( #23208 )
2023-01-11 17:45:06 +01:00
Jay
a98b12a2fb
[Settings]Fix/improve settings/oobe text ( #22276 )
...
* correct the uid
* Remove periods and generalize "Appearance & behavior" uid
Descriptions don't need a period, unless they're full sentences.
* simplify bold text to interactive elements
the 3 changes from bold to code are for readability
* rev feet
* -1 ing
2022-11-29 12:36:39 +00:00
Niels Laute
f41fe145fc
[Settings] New Settings controls, XAML formatting and cleanup ( #21317 )
...
* Awake
* Always On Top
* ColorPicker
* FancyZones
* FancyZones
* Hosts file editor
* ImageResizer
* Update ImageResizerPage.xaml
* KBM
* General
* Update MeasureToolPage.xaml
* Mouse utils
* PowerAccent
* Run
* PowerOCR
* File preview
* PowerRename
* Shortcut Guide
* VCM
* XAML styler
* Update ShellPage.xaml
* XAML formatting and cleanup
* Moving converters
* Update App.xaml
* XAML formatting
* XAML formatting
* Fixes
* XAML formatting
* Image resizer updates
* Color picker page and margin tweaks
* Update PowerLauncherPage.xaml
* Tweaks based on Jay's feedback
* Resolve conflicts
* Add labs source to unit tests
* Fix feedback
* Fix KBM bug
* Infobar fix
* Fixes
* Resolve conflicts
* Add converter
2022-11-23 18:57:09 +00:00
Jaime Bernardo
a63288009a
[GPO] Add policies for configuring utilities enabled states ( #21411 )
...
* Add GPOWrapper headers and C++/WinRT library
* Check GPO before starting utilities
* Show message on GPO having disabled preview panes.
* Don't generate thumbnails if GPO disabled
* Fix FancyZonesEditor unable to recognize GPOWrapper
* Move settings view models to the settings project
* Use GPO to block enabling utilities in Settings
* Hide context menu entries when gpo disables utilities
* Apply gpo policies when enabling PowerToys on runner
* Add version and metadata to dll
* Add GPOWrapper to the installer
* Fix MSBuild errors on WPF apps by using Projection
* Signing
* Add gpo files and publish them
* Add GPO policies to the bug report tool
* Add some documentation for using GPO
* Mention support to actual lowest supported version of Windows
* Move PowerToys to the root of administrative templates tree
* Save policies on Software\Policies\PowerToys
* Support both machine and user scopes
* Fix documentation to reference computer and user scopes
* Mention incompatibility with outlook in gpo
* Set a better folder structure for gpo assets
* Move PDF Handler warning to the description
* Update doc/gpo/README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Add actual minimum version of PowerToys to gpo files
* Fix identation
* Remove GPOWrapper Readme
* Add Active Directory instructions to doc
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
2022-10-26 14:02:31 +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
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
Jay
5a7985f791
[Settings] Change icons and text ( #19592 )
2022-09-20 15:21:05 +01:00
Niels Laute
ab4328310c
[Settings] Minor UI fixes ( #18227 )
...
* Fix wrapping
* Fix margin
* Fix IsEnabled
* Update ShortcutGuidePage.xaml
2022-05-19 14:07:45 +01:00
Davide Giacometti
affe40a206
[Settings][FindMyMouse]disable excluded apps UI ( #17940 )
2022-05-06 13:57:48 +01: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
05728a6dc2
[FindMyMouse] Add setting for excluded apps ( #16308 )
...
* refactor find_app_name_in_path
* Add a setting for excluded apps
* Restore game_mode.h
2022-02-14 18:22:05 +00:00
Jaime Bernardo
f6a292d47f
[FindMyMouse] Add setting to activate by shaking mouse ( #16244 )
...
* [FindMyMouse]Initial shaking activation implementation
* Add setting to change activation method
* Update Mouse Snooping on settings change
* fix spellchecker
* Place activation method setting outside the expander
* Address PR Comments
2022-02-11 22:52:57 +00:00
Jaime Bernardo
792a04cf48
[MouseUtils]rename "crosshair"->"crosshairs" ( #15761 )
...
* [MouseUtils]rename "crosshair"->"crosshairs"
* Fix crosshairss isnstances in logs
2022-01-26 14:01:24 +00:00
Niels Laute
e131d0ff4b
[Settings] Icon visual improvements ( #15756 )
2022-01-25 17:29:12 +00:00
Niels Laute
5880f3855b
[Settings] Crosshair icon ( #15750 )
...
* Added MouseCrosshair to Settings, layout tweaks
* Adding image to docs folder
* Update Product.wxs
2022-01-25 14:16:49 +00:00
Jaime Bernardo
2e8dfa73d2
Mouse Utils - Mouse Pointer Crosshair ( #15633 )
...
* Apply PowerToys template
* Add CppWinRt package
* Add Settings reference
* Use proper output dir
* Proper WindowsTargetPlatformVersion
* Add filters to vcxproj
* Proper resource file generation
* Remove boilerplate code
* Initial implementation of the mouse crosshair
* Add enable module to settings page
* Change hotkey in settings
* Add color, opacity, thickness settings
* Add telemetry
* Add Oobe entry
* Add installer instructions
* Add dll to pipelines
* Add crosshair borders
* Fix settings case
* Tweak defaults to make it look like the specs
* fix spellchecker
* Fix resources and binary info
* Correct composition tree comment typo
* Reduce argument copy
* Start disabled by default
* Add maximum to crosshair thickness and border size
* Set minimum border size of 0
* Fix comment
* Add maximum to radius
* Add comment for non-localizable strings
* Rename "Inclusive Mouse"-"Mouse Pointer Crosshair"
2022-01-24 13:29:16 +00:00
Niels Laute
3805348afd
[Settings] String fixes ( #15072 )
...
* Fix ToggleSwitch
* Numberbox label fix
2021-12-20 13:15:08 +01:00
Stefan Markovic
073caffef4
[Settings, Common.UI, runner exe] Unify exe/dll naming ( #15005 )
...
* Unify exe/dll naming - PowerToys.Runner
Align naming with other exes - PowerToys Runner -> PowerToys.Runner
* Unify exe/dll naming - Microsoft.PowerToys.Common.UI
Project name - Microsoft.PowerToys.Common.UI -> Common.UI
dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll
* Unify exe/dll naming - Settings
Project names - Microsoft.PowerToys.Settings* -> Settings*
Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll
* Revert file autoformat
* [Docs] Update paths to settings projects/files
* Fix tests - Update path
2021-12-15 12:56:52 +01:00