Kai Tao
16742354c4
Mouse highlighter: support a spotlight mode - inner transparent, out a backdrop ( #40043 )
...
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Spell checking / Report (Push) (push) Has been cancelled
Spell checking / Report (PR) (push) Has been cancelled
<!-- Enter a brief description/summary of your PR here. What does it
fix/what does it change/how was it tested (even manually, if necessary)?
-->
## Summary of the Pull Request
<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
- [x] **Closes:** #15512
- [x] **Communication:** I've discussed this with core contributors
already. If the work hasn't been agreed, this work might be rejected
- [x] **Tests:** Added/updated and all pass
- [x] **Localization:** All end-user-facing strings can be localized
- [ ] **Dev docs:** Added/updated
- [ ] **New binaries:** Added on the required places
- [ ] [JSON for
signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json )
for new binaries
- [ ] [WXS for
installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs )
for new binaries and localization folder
- [ ] [YML for CI
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml )
for new test projects
- [ ] [YML for signed
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml )
- [ ] **Documentation updated:** If checked, please file a pull request
on [our docs
repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys )
and link it here: #xxx
<!-- Provide a more detailed description of the PR, other things fixed,
or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments
<!-- Describe how you validated the behavior. Add automated tests
wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed
https://github.com/user-attachments/assets/0748c526-fcf5-4859-b832-14a413d2cad1
2025-06-27 14:11:39 +08:00
Jaime Bernardo
82e386f63c
[MouseHighlighter]Fix stray highlights stucking ( #37309 )
...
* [MouseHighlighter]Fix stray highlights stucking
* Fix spellcheck
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
2025-02-19 00:21:03 +01:00
Fredrik Salomonsson
8eb48676f2
[MouseHighlighter]Remove lower limit of fade delay and duration ( #29352 )
...
* Removed limit for MouseHighlighter Animation Duration and Animation Delay.
(If user sets these values to 0ms, it will actually be set to 1ms to avoid crashing the app)
* Update MouseHighlighter.cpp
Removed the hack ;D
* Update MouseHighlighter.cpp
* Update MouseUtilsPage.xaml
Changed the values to 1
* Update MouseHighlighter.cpp
Reintroducing workaround
* Update MouseUtilsPage.xaml
Changed the minimum values for FadeDelayMs and FadeDuration back to 0.
2023-10-24 11:11:29 +01:00
Davide Giacometti
8e712c6f49
[MouseUtils]Auto activate setting for highlighter and crosshairs ( #27826 )
...
* auto activate for mouse highlighter and crosshairs
* revert changed encoding
2023-08-08 17:01:23 +01:00
Laszlo Nemeth
6948ffca53
[MouseHighlighter]Bringing to front to be on top of other topmost windows ( #27062 )
...
* [MouseHighlighter] modifying window to be 'topmost' to be visible when clicking on 'pinned to top' windows.
* Fixing window hidden when clicking on a pinned to top window.
* Moving the code which starts the bring-to-front-timer to the mouse click events.
Also adding modifications to await 5 times 10 ms after the event to have surely the desired effect as in some cases the window repositioning takes longer than 10 ms.
* Minor changes
* Add safety code to ensure timer is never started paralely. Also minor format changes.
* Add comments
* spell checker corrections
2023-08-06 16:16:56 +01:00
hayatogh
a71411d931
[MouseHighlighter]Add always-on pointer ( #27186 )
...
* [MouseHighlighter]Add always pointer
Make color pick UI ARGB
Delete Opacity setting
* Fix opacity and color
Fix "always color" incorrectly initialized
Revert default opacity to 65%, which was unintentionally lowered to 25% when
changing to percent
* Fix crash when opening MouseUtils settings page
Migration code was bugged, made malformed json and led to settings page crash.
* Implement migration in module side
2023-07-26 15:48:00 +01:00
sosssego
b13f74c089
[Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (L to M) ( #23486 )
...
starting with letter L to Letter M
2023-02-08 11:01:35 +00:00
Jaime Bernardo
4f4810acc4
[MouseHighlighter]Fix crash on non initialized shapes ( #22907 )
2022-12-20 19:29:05 +00:00
Jaime Bernardo
1727f2b813
[MouseUtils]Fix for breaking Windows shortcuts ( #17681 )
2022-04-14 13:21:02 +01:00
Jaime Bernardo
5914fc1ffd
[MouseUtils]Workaround taskbar transparency glitch ( #17085 )
2022-03-17 17:25:15 +00:00
Jaime Bernardo
c681988892
[MouseUtils]Add PowerToys to window names ( #14892 )
2021-12-09 11:08:53 +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