Seraphima Zykova
87743e8e5d
[FancyZones] Improve code quality (part 1: moved utils) ( #23028 )
2023-01-17 11:50:40 +01:00
Evyatar-E
218a739996
[QuickAccent]Additional chars for hebrew ( #23304 )
2023-01-16 11:46:29 +00:00
sosssego
d84a13bb7e
[Analyzers][CPP]Turn on warning 26471 ( #23103 )
...
Don't use reinterpret_cast. A cast from void* can use static_cast
2023-01-16 11:18:55 +00:00
Aaron Junker
1a1f4351ca
[QuickAccent]Add combining characters ( #23044 )
...
* Add combining characters
* Fix spelling
* Change activation to VK_PERIOD
2023-01-12 16:02:25 +00:00
Jaime Bernardo
eb2968de6e
[ImageResizer]Fix call to AssocGetPerceivedType ( #23267 )
2023-01-11 14:13:00 +00:00
Heiko
196db19be8
[PTRun][System] Recycle Bin command: Allow opening RB + Improvements ( #23045 )
2023-01-10 14:09:23 +00:00
Aditya Goturu
25e9241d42
[PTRun]Add option to tab through results only ( #22965 )
...
* Added option to tab through results directly instead of context menu options
With reference to #22964
* Move setting to search results group
2023-01-10 14:04:50 +00:00
אביתר
9baaaefc5f
[QuickAccent]Support the Hebrew character set ( #22712 )
...
Co-authored-by: אביתר אסתרסון <79063413+EvyatarEsterson@users.noreply.github.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2023-01-09 14:07:35 +00:00
Joonatan
8b98ed7447
[QuickAccent]Add support for Estonian ( #22923 )
2023-01-09 12:26:45 +00:00
Davide Giacometti
ad18765ebc
[DevFilePreview]JSON: Don't escape HTML-sensitive characters ( #23054 )
2023-01-09 11:08:15 +00:00
Aaron Junker
473e5dbf75
[QuickAccent] Add dashes ( #20469 )
...
* Add dashes
2023-01-08 23:20:42 +00:00
Taras
14ad19e1e3
[QuickAccent]Add setting to sort characters by use frequency ( #22847 )
...
* [Quick Accent] add toggle switch to sort characters by usage frequency
* [Quick Accent] if enabled, then sort by frequency for all toolbar triggers
* [Quick Accent] add "start selection from the left" toggle switch
* [Quick Accent] fix error SA1000: The keyword 'new' should not be followed by a space
* Fix C# analyzer build error
2023-01-03 12:44:57 +00:00
sosssego
b1c535a2ce
[Analyzers][CPP]Turn on warning 26466 ( #22639 )
...
* Turn on warning 26466
* changes from comments
2023-01-03 12:19:07 +00:00
sosssego
6287460614
[Analyzers][CPP] Turn on warning 26403 ( #22795 )
2023-01-03 12:16:27 +00:00
Laszlo Nemeth
dd62dab831
[TextExtractor] Extend settings with preferred language ( #22901 )
...
* [TextExtractor] Extend settings with preferred language
* TextExtractor simplifying code, adding update languages on dropdown opening
* fix typo
* TextExtractor fixing bug with order of languages
2022-12-28 19:54:59 +01:00
Clint Rutkas
1f4ba8f267
unit tests nugets updated ( #22952 )
2022-12-28 10:43:31 -08:00
Jaime Bernardo
4f4810acc4
[MouseHighlighter]Fix crash on non initialized shapes ( #22907 )
2022-12-20 19:29:05 +00:00
Laszlo Nemeth
3739b771e5
[ColorPicker]Fix localization of color names ( #22837 )
...
* [ColorPicker] Restructure to have color names localized
* [ColorPicker] Restrucure code to have localised color names
* Fix analyzer errors
* [ColorPicker] add comments
2022-12-20 15:03:25 +00:00
Jaime Bernardo
0de4750fad
[Test]Update Microsoft.NET.Test.Sdk to 17.4.1 ( #22900 )
2022-12-20 14:22:37 +00:00
Seraphima Zykova
91ffe5e707
[FZEditor]Reduce layout shortcut tooltip delay ( #22889 )
2022-12-19 16:54:57 +00:00
Seraphima Zykova
d0c9350ac4
[FZEditor]Fix crash when deleting a zone while dragging it ( #22884 )
2022-12-19 16:51:27 +00:00
sosssego
6244604d03
[Analyzers][CPP]Turn on warning 26475 ( #22824 )
2022-12-18 16:00:55 +00:00
sosssego
5fd7e2f7e6
[Analyzers][CPP]Turn on warning 26819 ( #22796 )
2022-12-18 15:58:30 +00:00
Laszlo Nemeth
3cdac58070
[TextExtractor]Select OCR language in context menu ( #22777 )
...
* TextExtractor Add language selection.
* TextExtractor adding resources
2022-12-18 15:35:03 +00:00
Davide Giacometti
6d138e80fb
[Analyzers] Update StyleCop and enable SA1200 ( #22707 )
...
* update StyleCop and enable SA1200
* Fix merge issues
* fix build and added using rule
2022-12-18 13:27:14 +00:00
sosssego
617150cf50
[Analyzers][CPP]Turn on warning 26410 ( #22744 )
2022-12-18 11:46:06 +00:00
sosssego
d1b55d9ff4
[Analyzers][CPP]Turn on warning 26427 ( #22743 )
2022-12-18 11:45:19 +00:00
Stefan Markovic
c2325181ea
Remove unused Newtonsoft.Json package references ( #22812 )
...
* Remove unused Newtonsoft.Json package references
Replace with System.Text.Json in Settings test
* spellcheck
* Remove obsolete test
* Revert settings part
* Revert "Revert settings part"
This reverts commit ad2934ce0b .
* Increase JS heap size in CI
2022-12-16 18:46:07 +01:00
Jaime Bernardo
b17955c968
[FileLocksmith]Move hanging operations to a distinct thread ( #22806 )
2022-12-16 09:37:33 +00:00
Taras
0de7781b51
[Quick Accent]Fix the first character selection in the toolbar ( #22808 )
2022-12-16 09:36:55 +00:00
Stefan Markovic
7674a6fe47
Bump WinAppSDK to v1.2 ( #22733 )
...
* Bump WinAppSDK to v1.2
* Remove AppWindowTitleBar.IsCustomizationSupported
* Fix resizing and background color
2022-12-15 12:17:56 +01:00
Davide Giacometti
5b4e678f14
[Hosts]Warn about duplicated entries ( #22606 )
...
* find duplicated entries
* addressed PR feedback
Co-authored-by: Davide <25966642+davidegiacometti@users.noreply.github.com >
2022-12-14 15:52:00 +00:00
Andon Dragomanov
b56e62e5de
[QuickAccent]Added support for Macedonian accent letters ( #22721 )
...
* Added support for Macedonian accent letters
* Reordering of resources and enums by alphabetical order
2022-12-14 14:56:43 +00:00
char46
a167c8d3ac
[Quick Accent]Add Pinyin accents ( #22631 )
...
* [Quick Accent]Add Pinyin accents
* Add Mandarin tone.
* Update Languages.cs
* add space before closing brace
* Remove CR from each lines
2022-12-14 14:35:57 +00:00
Stefan Markovic
6ac508fb93
Self-contained .NET ( #22217 )
...
* dotnet sc
* MD preview - C# app
- working self-contained
* Gcode preview - C# app
* DevFiles preview - C# app
* Fix passing path with spaces as cmd arg and monacocpp proj file
* Pdf preview - C# app
* Svg preview - C# app
* Fix comment
* Gcode thumbnail - C# app
TODO:
- installer
- why IThumbnailProvider and IIntializeWithFile doesn't work?
* Pdf thumbnail - C# app
TODO:
- installer
- why IThumbnailProvider and IIntializeWithFile doesn't work?
* Pdf thumbnail - C# app
TODO:
- installer
- why IThumbnailProvider and IIntializeWithFile doesn't work?
* Fix GcodeThumbnailProviderCpp.vcxproj
* Svg thumbnail - C# app
TODO:
- installer
- why IThumbnailProvider and IIntializeWithFile doesn't work?
* Fix Svg tests
* Thumbnail providers - installer
* Self-contained Hosts and FileLocksmith
* Fix hardcoded <RuntimeIdentifier>
* Remove unneeded files
* Try to fix Nuget in PR CI
* Prefix new dlls with PowerToys.
Sign new dlls and exes
* Add new .exe files to ProcessList
* ci: debug by listing all env vars
* ci: try setting variable in the right ci file
* Bring back hardcoded RuntimeIdentifier
* ci: Add comment and remove debug action
* Remove unneeded lib
* [WIP] Platform conditional dotnet files & hardlinks
* Cleanup
* Update expect.txt
* Test fix - ARM installer
* Fix uninstall bug
* Update docs
* Fix failing test
* Add dll details
* Minor cleanup
* Improve resizing
* Add some logs
* Test fix - release build
* Remove InvokeOnControlThread
* Test fix: logger initialization
* Fix arm64 installer
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
Co-authored-by: Dustin L. Howett <dustin@howett.net >
2022-12-14 13:37:23 +01:00
Stefan Markovic
a2c0febccc
[ci]Fix build error introduced by C# tools update ( #22779 )
...
* Fix build error introduced by C# tools update
* Remove duplicate project properties - included in Directory.Build.props
2022-12-14 11:43:02 +01:00
Taras
9cf404250b
[Quick Accent] fix showing toolbar in the corner position ( #22736 )
...
* [Quick Accent] fix showing toolbar in the corner position
* [Quick Accent] set horizontal allignment according to toolbar position
* [Quick Accent] fix spelling mistake
2022-12-14 12:17:38 +02:00
Jaime Bernardo
150f26731c
[VCM]Only use File Watchers if module is enabled ( #22757 )
2022-12-13 17:35:23 +00:00
Davide Giacometti
d50b89262c
[QuickAccent]Set initial selection when characters change ( #22704 )
2022-12-13 17:20:29 +00:00
Taras
f987a48b3a
[Quick Accent]Increase default input delay to 300ms ( #22680 )
...
* [Quick Accent] change default input delay and default activation key
* [Quick Accent] use default activation key 'Both' as before
* [Quick Accent] use PowerAccentSettings.DefaultInputTimeMs
* [Quick Accent] add more comments
2022-12-13 17:15:56 +00:00
Laszlo Nemeth
ba0d41f743
[ColorPicker]Fixing decimal value calculation ( #22669 )
2022-12-13 16:59:57 +00:00
sosssego
e42bbaaaf7
[Analyzers][CPP] Turn on warning 4702 ( #22285 )
...
* Turn on 4702
unreachable code
* fix warnings that didnt show locally
* add comments about disable warnings
* improve comments
* changes from comments
* fix from PR comments
2022-12-12 17:21:48 +00:00
Davide Giacometti
cd1b7dbc2c
cleaned-up dispose TODO ( #22703 )
2022-12-10 17:20:10 +01:00
Jaime Bernardo
6b199a1154
[ci]Skip C++ code analysis to speed up release pipelines ( #22555 )
...
C++ code analysis is a heavy process, which we are running in the PR CIs already, so code that gets into main should be checked already.
This PR conditionally removes C++ code analysis from the release pipelines. This saves 10-15 minutes in build time.
## Validation Steps Performed
Verified the release CI shaved some time off.
2022-12-09 18:09:26 -06:00
Niels Laute
b6a905709a
[QuickAccent]Theming support ( #22446 )
...
* Adding theme awereness
* Adding theming colors
* High contrast
* Downgrade ModernWPF package
* Adding ModernWPF and PowerToys.Common.UI to installer
* Removing unused file and MahApps
* Removed MahApps from installer string
* fix projects and setup
* removed PowerAccent
* addressed PR feedback
Co-authored-by: Davide <25966642+davidegiacometti@users.noreply.github.com >
2022-12-09 20:40:00 +00:00
AO2233
a8a618af1d
[TextExtractor]Fix error blanks in Japanese OCR ( #22443 )
...
* fix error blanks in japanese OCR
Kanji ,Hiragana, Katakana, Hankaku-Katakana do not need blank. (not only the range of CJKUnifiedIdeographs). Maybe there are more symbols that don't require spaces like \u3001 \u3002. But give it to ocr engine to improve may be a better choice ?
* Update ImageMethods.cs
fixing spelling
* Update expect.txt
adding in Hankaku
* Update ImageMethods.cs
2022-12-09 14:07:45 +00:00
Daniel Richter
08d569ccf6
[PTRun] Drag and drop files ( #22409 )
...
* [PTRun] Support drag&drop to other application for files in result list
* [PTRun] use file/folder thumbnail as drag image
* (fix spellcheck)
* [PTRun] use _mouseDownResultViewModel.Image to generate the drag image
* fix spelling + refactoring
2022-12-09 13:01:44 +00:00
Laszlo Nemeth
bb92b03156
[ColorPicker]Use the new custom formats when picking colors without editor ( #22552 )
...
* ColorPicker fixing 'old' formats still represented in the old pre-defined format in color picker module.
* Fixing color picker tests, adding format strings
2022-12-09 11:21:59 +00:00
sosssego
d8b92662ba
[Analyzers][CPP]Turn on warning 4505 ( #22301 )
...
* Turn on warning 4505
supress it in the fancyzone tests
* comment on disabled warnings
* improving comments
* change strategy to have less #pragma
2022-12-09 10:58:59 +00:00
Jaime Bernardo
d300b007f2
[ImageResizer]Fix silent context menu crash ( #22503 )
2022-12-05 23:53:59 +00:00