ACGNnsj
f5325f025c
Add missing project references ( #24925 )
...
Signed-off-by: ACGMN <ootopoo@vip.qq.com>
2023-03-21 10:43:15 +01:00
Aaron Junker
5da8809b4e
Centralize c# logger ( #22760 )
...
* Initial commit
* Changed some loggers (WIP)
* ColorPicker
* Add version to all logs
* FancyZones
* push
* PowerOCR and Measuretool
* Settings
* Hosts + Fix settings
* Fix some using statements
* FileLocksmith
* Fix awake
* Fixed Hosts logger
* Fix spelling
* Remove added submodule
* Fiy FileLocksmith and PowerAccent
* Fix PowerAccent
* Test
* Changed logger locic and added ColorPicker
* Fixed package
* Add documentation
* Add locallow capability to Logger and add FancyZones
* Fixed FancyZones and added FileLocksmith
* Add Hosts
* Fixed spelling mistakes
* Add MeasureTool
* Add MouseJump
* Add PowerOCR
* Add PowerAccent
* Add monaco
* Add Settings
* Fixed Monaco
* Update installer
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update logging.md
* Fix unneccesairy includes.
---------
Co-authored-by: Dustin L. Howett <dustin@howett.net>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
2023-03-21 10:27:29 +01:00
Aaron Junker
7d6a7744a8
Fix FancyZones tools build ( #24901 )
...
* Fix FancyZones Hit test build
* Fix DrawLayoutTest
* Fix Zonable tester
* Adress PR comments
2023-03-20 19:18:20 +01:00
Jay
08fe13a8f6
Remove localizations ( #24376 )
...
* round 1
mostly /en-us/ and the like
* round 2
* revert files b/c feedback
* revert files b/c feedback
* revert files b/c feedback
* Update cziplib
* Redo interop
* Revert security.md
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-20 15:43:10 +01:00
Niels Laute
5baa0b1904
[Settings] Bump settingscontrols version number ( #24874 )
...
* Bump settingscontrols version number
* Replace Experiment bitmap icon with path
* Fix build
* Update notice.md
* Update manifests
* Bump WinAppSDK for c++ project
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-20 14:27:29 +01:00
Jaime Bernardo
35e8d04f66
[PTRun]Asynchronously load image and thumbnails ( #24736 )
...
* [PTRun]Asynchronously load image and thumbnails
* Bring back check for Adobe PDF generated thumbnails
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-20 14:22:51 +01:00
Niels Laute
7d4e804cec
Revert "[Settings / OOBE] Adding Mica ( #24327 )" ( #24875 )
...
This reverts commit 4291fa57f9
.
2023-03-17 23:25:14 +01:00
Tudor Croitoru
41997eb599
Fix ColorPicker detecting grid ( #24413 )
...
* Fix ColorPicker sampling colour from the grid
Addresses #13831 . The sampled pixel is now completely avoided by the grid.
Also, this should address the timing issue from the sampling being done
every 10ms, which overlaps strangely with monitor refresh rates at 16.6ms,
13.3ms, etc.
* Forgot extra library
* Revert rounding in GetPixelColor
* Ensure EnumDisplaySettingsW returns true
Assigning refreshRate only if EnumDisplaySettingsW returns true,
otherwise defaulting to 60.0Hz.
* Run spellchecker
* Spellcheck again
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-17 22:25:03 +01:00
sosssego
dbe52d3d52
[Settings] move the DLL imports to NativeMethods file ( #24381 )
...
* move the DLL imports to NativeMethods file
* Change the DLL import from public to internal.
2023-03-17 19:14:23 +01:00
sosssego
9d7373467d
[Power Rename] Select all while filter is active ( #24598 )
...
* Check if the result from find item returns a valid item
and repopulate ExplorerItems()
* Call all the clean and populate methods only
when showRenamed is checked.
2023-03-17 19:13:16 +01:00
Michael Clayton
e6767c8e8b
[Mouse Jump] - screenshot performance ( #24607 ) ( #24630 )
...
* [Mouse Jump] - screenshot performance (#24607 )
* [Mouse Jump] - add words to spellchecker (#24607 )
* [Mouse Jump] - progressive activation (#24607 )
* [Mouse Jump] - fixing build (#24607 )
* [Mouse Jump] - fixing jump location, add unit tests, refactor (#24607 )
* [Mouse Jump] - removed testing code (#24607 )
* [Mouse Jump] added failing tests for
* [Mouse Jump] - fix problem with some monitor layouts (#24607 )
* [Mouse Jump] - cleaning up some comments and namepsaces
* [Mouse Jump] - added another screen layout test (#24607 )
2023-03-17 19:12:27 +01:00
Davide Giacometti
5cbe9dd911
[Build] Upgraded NetAnalyzers to 7.0.1 ( #24792 )
...
* upgraded NetAnalyzers to 7.0.1
* fix spellcheck
* Microsoft.CodeAnalysis.NetAnalyzers 7.0.1
* rebase and fix
2023-03-16 15:51:31 +01:00
Jaime Bernardo
5492b4ae62
[MouseJump]Also simulate mouse input event ( #24527 )
...
* [MouseJump]Also simulate mouse input event
* fix spellchecker
2023-03-16 14:54:38 +01:00
Den
466252745d
Awake vNext - NOBLE_SIX_02162023
( #24183 )
...
* Initial scaffolding for expiration configuration
* Simplifying the code and adding support for expiration events
* Bit more cleanup
* Initial support for expirable keep-awake
* Update some of the threading logic
* Logging and timing consistency
* Initial UI scaffolding
* Fix pathing issue for the icon when using config file
* Add missing definitions
* Update with basic interface
* Cleanup redundant calls
* Update name per convention
* Simplify declaration
* Proper binding to secondary Time property
* Cleanup the terminology use
* Standardize naming conventions.
* More Awake cleanup
* Ability to update the UI when the tray icon updates
* Small tweaks before ViewModel refactor
* Refactor the view model logic
* Some consistency fixes
* Remove the build props change
* Add settings scaffolding when a file does not exist
* Update expect.txt
* Fix typos
* Update build in logs
* Updating based on discussion in #24183 .
This specifically addresses the fact that the `ExpirationDateTime` property was incorrectly auto-initialized to `DateTime.MinValue` when it should've been set to `DateTimeOffset.MinValue` to be consistent with the underlying type and assumptions around date/time.
---------
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2023-03-15 09:42:47 +01:00
Davide Giacometti
13cb52763d
fix fail with comma as decimal separator ( #24793 )
2023-03-15 08:36:07 +01:00
Niels Laute
4291fa57f9
[Settings / OOBE] Adding Mica ( #24327 )
...
* Adding Mica
* Adding MinHeight
2023-03-14 18:18:30 +01:00
Aaron Junker
a29f73e624
Add information about localisation in contributing.md ( #23685 )
...
* Add information about localisation in contributing.md
* Adressing PR feedback
2023-03-14 18:14:52 +01:00
Jeremy Sinclair
c92931fe5a
[CI] Improve version and sign check script ( #24205 )
...
* Remove multiple enumeration and condense conditional statements
* Update versionAndSignCheck.ps1
Add copyright year check
* Update versionAndSignCheck.ps1
Escape parentheses
* Updated logic to use regex matching
2023-03-11 09:47:54 -05:00
José Javier Rodríguez Zas (JJ)
cc708e7ac5
Calculator - Human multiplication expressions ( #24655 )
...
* fixes #20187
* handles PR reviews
- fix some typos
- updated dev docs
- added PR examples to tests
- improve method naming style
* Fix typo
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
---------
Co-authored-by: José Javier Rodríguez Zas <jj.jobs2live@outlook.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
2023-03-10 21:48:04 +01:00
Jaime Bernardo
c72a6cb9d4
[VCM]Support dpi scaling on the toolbar ( #24411 )
...
* [VCM]Support dpi scaling on the toolbar
2023-03-10 12:27:20 +00:00
Stefan Markovic
58015feb3a
[PowerRename] Add PowerRename to directory background context menu ( #24522 )
...
* Add PowerRename to directory background context menu
* Fix analyzer error
* Add more checks
2023-03-08 14:51:33 +01:00
Jaime Bernardo
65378200c6
[PTRun]Add setting to disable thumbnails ( #24600 )
2023-03-06 22:57:52 +00:00
Jaime Bernardo
07029ff4c0
[PastePlain]Set default shortcut to Ctrl+Win+Alt+V ( #24599 )
2023-03-06 22:35:59 +00:00
Jaime Bernardo
8947cddf95
[ci][spellchecker]Ignore resx noisy file ( #24515 )
2023-03-03 11:35:38 +00:00
Koen van Staveren
48e5c69c43
[PastePlain]Repress modifier keys after plain paste ( #24462 )
2023-03-03 11:26:10 +00:00
Ethan Fang
9867a9909d
[GitHub]Add 'Paste as Plain Text' to the Issue Template ( #24493 )
...
* Added 'Paste as Plain Text' to the GitHub Issue Template selection drop down
* Update version placeholder too
2023-03-03 11:17:21 +00:00
Jaime Bernardo
fa98fbd9f1
[PastePlain]Support Ctrl+V as activation ( #24448 )
2023-03-03 09:52:49 +00:00
Stefan Markovic
1fac3d3d1c
0.68 changelog ( #24355 )
...
* 0.68 changelog
* add what's missing
* Update README.md
* Update README.md
Co-authored-by: Aaron Junker <aaron.junker@outlook.com>
* Update README.md
Co-authored-by: Clint Rutkas <clint@rutkas.com>
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Address comments
* Add fz fixes
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Remove uneeded
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
---------
Co-authored-by: Aaron Junker <aaron.junker@outlook.com>
Co-authored-by: Clint Rutkas <clint@rutkas.com>
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
2023-03-01 21:39:34 -08:00
Seraphima Zykova
f85fc98352
[FancyZones] Move windows to the app last zone fix ( #24290 )
2023-02-27 21:15:52 +01:00
Davide Giacometti
3e651b8de6
[Hosts] Improved duplicate hosts finding ( #24294 )
...
* improved duplicate hosts finding
* improved filters with AdvancedCollectionView
* cancel FindDuplicates when file is reloaded
2023-02-27 18:11:57 +00:00
ChaseKnowlden
0d9b797ef0
[General]Update copyright year to 2023 ( #24310 )
...
* Update copyright year
* Update copyright in 2 files
* Remove unneeded copyright metadata from interop
2023-02-27 11:29:25 +00:00
Jaime Bernardo
d08fcd85a0
[PTRun]Remove the timezone plugin ( #24306 )
2023-02-27 09:47:57 +00:00
sosssego
28144b6375
[Settings]Fix backup and restore select folder when running as admin ( #24164 )
...
* Settings bkp and restore
Open foolder when elevated using shell32 api.
* increase the size of the alocated buffer for the path
based on https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
2023-02-27 09:42:50 +00:00
Jaime Bernardo
eeca3014e7
[BugReport]Add new gpo rules to the reporting ( #24307 )
2023-02-24 15:47:49 +00:00
Heiko
6750442d91
[GPO; Enterprise] Updater policies ( #24221 )
...
* Implement GPO
* Add GPOs in updater
* Rename policy
* fix
* fix
* Update GPOWrapper.h
Added relative path to Generated Files folder for GPOWrapper.g.h
* fix and inactivate PeriodicUpdateCheck gpo
* Docs
* GPO name change
* Templates
* Templates: Text changes
* Templates: Text changes
* Templates: Text changes
* docs: spell fix
* settings ui
* fixes
* fixes
* fix gpo description
* EOF fix
* Fix include in UpdateUtils.cpp and remove build workaround
* UI improvements
* spell fixes
* code improvements
* Update README.md
* Update PowerToys.adml
* Update src/gpo/assets/PowerToys.admx
* Remove forbidden pattern
2023-02-24 14:35:33 +00: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
Jaime Bernardo
a2e29c8c3a
[Experimentation]Fix Alternate OOBE image height ( #24288 )
2023-02-24 11:51:15 +00:00
ChaseKnowlden
8cdb8c8dff
Add new chinese characters ( #24289 )
2023-02-23 19:56:55 +01:00
Clint Rutkas
96dd159ba8
[Resources]Adjustment of comment ( #24277 )
2023-02-23 15:27:36 +00:00
Carlos Zamora
1e1429177b
[PastePlain] Introduce Paste as Plain Text module ( #23645 )
...
* [PastePlain] Introduce Paste as Plain Text module
* fix build
* add telemetry
* update settings UI
* spell
* Add navigation items to Settings and OOBE
* Add PastePlain to the Quick Access flyout
* try to fix PastePlain not being enabled from runner/settings
* load dll properly
* installer files
* Add PastePlain project name
* Use win32 APIs in the module interface instead
* Fix spellcheck
* Fix build errors
* Add success, error and invoke telemetry
* Add Settings Telemetry
* Add GPO definitions
* Fix analyzer errors
* Use static_cast instead of reinterpret_cast
* Add images to Settings
* Add note about replacing clipboard contents
* Fix learn more text
* Add link to readme
* Remove unneeded C# app
* Fix installer
* Fix spellchecker
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-02-23 14:59:49 +00:00
Jaime Bernardo
cbf1c61c58
[Installer]Add missing experimentation fluent icon ( #24278 )
2023-02-23 09:15:43 +00:00
Clint Rutkas
d122f7ff99
Adjustments ( #24254 )
2023-02-22 14:55:25 -08:00
Heiko
995fd2ed50
[GPO;Enterprise]Experimentation: Small fixes ( #24238 )
...
* docs fix
* UI changes
2023-02-22 22:29:13 +00:00
Alvin Meng
429e19615c
[Settings][PTRun]Show icons of user-installed plugins ( #24194 )
2023-02-22 22:25:43 +00:00
RickLuiken
3828ac6ecf
[PTRun][Calculator]Add support for log2 and log10 ( #24137 )
...
* Add support for log2 and log10 in run
* Remove test case as it did not make much sense
2023-02-22 16:25:48 +00:00
Davide Giacometti
c819b287f3
[Hosts]Big hosts file loading fix and feedback ( #24091 )
2023-02-22 16:19:01 +00:00
ChaseKnowlden
a2e05b771b
[Installer]Update logo ( #24059 )
2023-02-22 16:00:48 +00:00
Heiko
12ce7e7674
[PT Run] System plugin: Setting for separate "Empty Recycle Bin" result ( #24057 )
...
* Split results and setting
* smalöl fixes
* fixes
2023-02-22 15:40:02 +00:00
Davide Giacometti
320cc56b7e
[Shotcut Guide]Dismiss with mouse click ( #23991 )
...
* dismiss with mouse
* fix spellcheck
2023-02-22 15:23:49 +00:00
Stefan Markovic
0b281677df
[Dev files Preview] Handle access denied error and properly show error messages ( #23970 )
2023-02-22 12:59:30 +01:00