Stefan Markovic
90ecd5e10f
[PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support ( #18171 )
...
* Migrate PowerRename to Unpackaged WinUI3
* [ARM64] PowerRename (#18002 )
* Migrate PowerRename to Unpackaged WinUI3
* Removed Project Config and update PlatformToolset to v143
* Updated solution config
* Migrate PowerRename to Unpackaged WinUI3
* Fixed configs changed from ARM64 build
* Left one project out of fix
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Minor fixes
* Remove PowerRenameUILib from signing list - doesn't exist anymore
* Remove PowerRenameUILib from move_uwp_resources.ps1
* Bring back old dir name to see if localization is preserved
Remove move_uwp_resources.ps1 - not needed anymore
* Remove UWP localization docs part
* Fix minor UI quirk
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-11 16:38:12 +02:00
Andrey Nekrasov
6a2d9e4e39
Arm64 pending modules ( #17972 )
...
* [ARM64] Add arm64 configurations to tools projects
* [ARM64] Add arm64 configurations to FZ projects
* [ARM64] Add arm64 configurations to Awake project
* [ARM64] Add arm64 configurations to PowerRename projects
* [ARM64] Add arm64 configurations to update-related projects
* [ARM64] Add arm64 configurations to VCM projects
* [ARM64] Add arm64 configurations to ShortcutGuide project
* [ARM64] Add arm64 configurations to PreviewPane projects
* [ARM64] Add arm64 configurations to FindMyMouse projects
* [ARM64] Add arm64 configurations to KBM projects
* Project cleanup
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-11 11:35:18 +01:00
Jaime Bernardo
1727f2b813
[MouseUtils]Fix for breaking Windows shortcuts ( #17681 )
2022-04-14 13:21:02 +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
Jaime Bernardo
b7d528b6e8
[MouseCrosshairs]Fix odd thickness offset ( #17091 )
2022-03-21 11:37:24 +00:00
Jaime Bernardo
5914fc1ffd
[MouseUtils]Workaround taskbar transparency glitch ( #17085 )
2022-03-17 17:25:15 +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
489335e4d0
[MouseCrosshairs] Fix wrong initial position ( #16559 )
2022-02-24 13:39:47 +00:00
Jaime Bernardo
ddc075d24c
[MouseCrosshairs]Fix odd thickness anti-aliasing ( #16533 )
2022-02-23 15:54:54 +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
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