Clint Rutkas
c46ccce373
[build]Update to .net 6 framework and VS 2022 ( #15741 )
...
* Update release.yml
* Update ColorPickerUI.csproj
* Update release.yml
adding in .net6 sdk and moving stuff sooner
* Update release.yml
* Update release.yml
* fixing test
* Forcing vs17 and adding in .net 6 sdk
* forcing pool
* fixing issues in each pipeline
* moving release .net up
* fixing diff on agent version for nuget installer
* Removing system.text.json.dll as included now
* getting unit tests it looks like to work
* updating everythign to .net 6 minus wxs for runtime
* unit test still have
* getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ....
* found i think the last .net 5 issue
* looks like i wasn't aggressive enough with the 6.0 upgrade
* Getting stuff .net 6 buildable again
* tweaking with new stuff for installer
* Update newly added merged projects to .net 6
* Fix HeatDirectory bug on VS 2022
* Settings still needs JSON dependency
* Revert "getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ...."
This reverts commit b9cb4586dc
.
* Update sln version
* supress obsolete warning, since this is not a new development
* Partially Revert "Getting stuff .net 6 buildable again"
This reverts commit 42b4201c6b
.
* supress another obsolete warning, since this is not a new development
* Reduce the unit test project name to avoid MAX PATH in CI
* Upgrade project's toolset in the main solution
* Some TODOs to review HttpClient usage
* Upgrade project toolsets from other solutions
* Install .net 6 instead of .net 5
* Fix issue when disabling PowerToys Run on .net framework 6
* Update docs for Visual Studio 2022
* PR comments: manually upgrade missing VS 2019 references
* Discard no discard values to solve compiler warnings
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2022-02-07 14:08:30 +00:00
Stefan Markovic
26e3eb9350
[MouseCrosshairs] Update initial cursor position before drawing ( #16077 )
2022-02-04 16:28:25 +01:00
Jaime Bernardo
26f01431ff
[MouseUtils]check queue dispatcher initialization ( #15948 )
2022-02-02 11:06:32 +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
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
Jaime Bernardo
a1f319afa7
[MouseUtils]fix dll file info ( #15673 )
2022-01-21 17:41:44 +00:00
Stefan Markovic
dfe9169e39
[modules] Unify exe & dll naming ( #14903 )
...
* Unify exe/dll naming - AwakeModuleInterface
* Unify exe/dll naming - ColorPicker.dll & ColorPickerUI.exe
* Unify exe/dll naming - FancyZones, FancyZonesEditor & FancyZonesModuleInterface
* Unify exe/dll naming - ImageResizerExt & ImageResizer.exe
* Unify exe/dll naming - KeyboardManager.dll
* Unify exe/dll naming - FindMyMouse & MouseHighlighter
* Unify exe/dll naming - PowerRename.dll, PowerRenameUIHost & PowerRenameUILib
* Unify exe/dll naming - File Explorer add-ons
* Unify exe/dll naming - ShortcutGuide
* Unify exe/dll naming - VCM
* Unify exe/dll naming - PT Run
* Unify exe/dll naming - *.resources.dll
* [Fix] Unify exe/dll naming - VideoConferenceProxyFilter_x86
2021-12-10 10:50:46 +01:00
Jaime Bernardo
c681988892
[MouseUtils]Add PowerToys to window names ( #14892 )
2021-12-09 11:08:53 +00:00
Jaime Bernardo
46244e8e84
[FindMyMouse]Add additional settings ( #14590 )
...
* [FindMyMouse]Add additional settings
* Add setting for Spotlight Initial Zoom
* PR feedback: lowercase settings names
* PR feedback: settings descriptions
* PR feedback: change opacity to percentage
* PR feedback: increase maximum zoom factor
* PR feedback: group spotlight settings
* PR feedback: Expanders start collapsed initially
* Remove extra settings file save in dllmain
* PR feedback: change initial zoom description
* PR feedback: Add warning for photo sensitive users
* PR feedback: remove warning and add description instead
* PR feedback: size->factor in initial zoom description
* Feedback PR: remove opacity description
* PR feedback: remove photo sensitivity warning
2021-11-23 16:52:17 +00:00
Jaime Bernardo
2d5276f742
Mouse Utils - Mouse Highlighter ( #14496 )
...
* New PowerToys template
* Add CppWinRt to empty PowerToy
* Add Settings reference to empty PowerToy
* Use proper output dir
* Proper WindowsTargetPlatformVersion
* Add filters to vcxproj
* Proper resource file generation
* Add MouseHighlighter proof of concept code
* Abstract implementation into a struct
* Enable module
* Disable module
* Add enable module to settings page
* Can change the hotkey in settings
* Remove remaining boilerplate code
* Add logging
* Add telemetry
* Add Oobe entry
* Add installer instructions
* Add dll to pipelines
* fix spellchecker
* Add more configurability
* Make settings a bit prettier
* Fix spellchecker
* Fix wrong default fade timers
* Fix user facing strings
* Tweak default duration values
* Fix to appear in every virtual desktop
* [Mouse Highlighter] Show highlight on mouse drag (#14529 )
* [Mouse Highlighter]show pointer on mouse drag
* fix spellchecker
* [MU] UI tweaks (#14544 )
* UI tweaks
* Update Resources.resw
* Updated text strings
* fix spellcheck
Co-authored-by: Laute <Niels.Laute@philips.com>
* tweak default values
* PR feedback: use wstring_view
* PR feedback: Log error on json error
* PR feedback: don't throw 1
* PR feedback: fix copy-pasta leftColor->rightColor
* PR feedback:Add another error message on exception
* PR feedback: add todo to use commons/utils/json.h
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-11-22 13:31:31 +00:00
Jaime Bernardo
04a72ed947
[FindMyMouse]show on all virtual desktops ( #14504 )
2021-11-18 11:43:54 +00:00
Jaime Bernardo
c9dca6802e
[FindMyMouse]Account for low double click settings ( #14291 )
2021-11-08 11:36:38 +00:00
Jaime Bernardo
ebad5364b9
[FindMyMouse]Minimum delay and left ctrl exit ( #14045 )
...
* [FindMyMouse]Minimum delay and left ctrl exit
* Update mouse snooping as well.
2021-10-29 12:45:04 +01:00
Jaime Bernardo
af8366f0fe
[FindMyMouse]Do not activate on game mode ( #13990 )
...
* [FindMyMouse] Do not activate on game mode
* Add settings scaffolding
* fix spellchecker
* Address PR comments
* Adress UI feedback
2021-10-25 19:39:48 +01:00
Jaime Bernardo
8d383cba9d
Mouse Utils - Find My Mouse ( #13916 )
...
* Initial FindMyMouse implementation
* Proper enable/disable code
* Settings page
* Change FindMyMouse window name
* Add Oobe page.
* Add icons
* Change settings preview
* Fix mouse utilities aka.ms link spelling
* Remove right control exit behavior
* Remove dllmain boilerplate comments and code
* Add filters to vcxproj
* Add logging
* Add telemetry
* Add installer instructions
* Add dll to pipelines
* Fix Task Manager name for runner changing
* Add a description in dllmain
* Proper resource file creation
* Add reference of link to the docs
* Fix spellchecker errors
* Call DestroyWindow on correct thread
* Add attribution
* Proper ordering of module in Settings and Oobe
* Update Target Platform Version to 18362
* Fix project filters
* Add attribution to Community.md
* Lowercase "utilities"
* [Mouse utils] Adding icon (#13933 )
* Adding images to docs folder
* Updated imagery
Co-authored-by: Laute <Niels.Laute@philips.com>
* Add settings deeplink
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-10-22 13:30:18 +01:00