Stefan Markovic
ca4ee2bced
Ship icons and assets in nuget packages
2024-04-15 15:25:14 +02:00
Stefan Markovic
f352cf0ead
Back to consuming lib
2024-04-12 11:35:43 +02:00
Stefan Markovic
7b51a0eca2
Rename RegistryPreviewUI back to RegistryPreview
2024-04-12 11:35:22 +02:00
Stefan Markovic
4e028510b7
Fix RegistryPreview package creation
2024-04-12 10:52:05 +02:00
Stefan Markovic
d0b1247ed1
Update Hosts package creation
2024-04-12 10:41:14 +02:00
Stefan Markovic
ddf22c106f
Consume the lib
2024-04-09 12:24:11 +02:00
Stefan Markovic
0a9e1ce68d
Add exe app and move App.xaml and MainWindow.xaml
2024-04-09 12:13:56 +02:00
Stefan Markovic
071ecc5928
Convert to lib
...
Change namespace to RegistryPreviewUILib
Remove PT deps
2024-04-09 10:41:10 +02:00
Stefan Markovic
bfcc0b002b
Extract UI and logic from MainWindow to RegistryPreviewMainPage
2024-04-09 10:26:29 +02:00
Stefan Markovic
f1c78b0c0d
Fix build again
2024-03-22 16:52:35 +01:00
Stefan Markovic
126e3f9239
Remove unneeded stuff
2024-03-22 16:40:37 +01:00
Stefan Markovic
7793a19151
Fix installer
2024-03-22 16:22:40 +01:00
Stefan Markovic
b6e79b7f93
Merge remote-tracking branch 'origin/main' into stefan/decouple_wip
2024-03-22 12:37:47 +01:00
Stefan Markovic
a6525a9c46
Dependency injection
...
Refactor
Explicit page creation
Wire missing dependencies
2024-03-22 12:37:42 +01:00
David Federman
c39e306784
[Build]Unify PCH usage ( #31055 )
...
* Unify PCH usage
* Add back CIBuild property
* Add back CIBuild property
2024-03-22 10:29:14 +00:00
Heiko
79a7987874
[PTRun]Add CheckboxAndMultilineTextBox type and improvements to multiline text handling ( #31967 )
...
* code improvements and adding CheckboxAndMultilineTextBox type
* Update xaml code
* add alias property for multiline text box content
* improve comments
* final improvements
2024-03-21 12:02:57 +00:00
Davide Giacometti
d67b02bae3
[Peek]Fix TitleBar Drag Region and unclickable open button issues ( #32004 )
2024-03-20 18:17:24 +00:00
Davide Giacometti
42fb394bf3
[Peek] Add Audio Previewer ( #31619 )
...
* add audio previewer
* fix button on activation
* revert change
2024-03-20 15:50:48 +01:00
Laszlo Nemeth
58e598815c
[PreviewPane]Fix location and scaling issues with different DPI ( #31802 )
...
* [PreviewPane] Monaco Previewer: await initial position, size update + use recieved coordinates
* Fixing size and position issue for all file explorer previewers
2024-03-20 14:28:43 +00:00
Stefan Markovic
1aea2a789a
Make it work with custom build targets
2024-03-19 17:46:29 +01:00
pekvasnovsky
f5797a065a
[Runner]Add 'Quick Access' menu entry to the tray icon ( #30087 )
2024-03-15 22:31:43 +00:00
Davide Giacometti
efe88a2f41
[Peek]Also open webp/webm files in image/video previewer( #31621 )
2024-03-15 15:07:00 +00:00
zetaloop
d34e26975c
[PTRun][VSCodeWorkspaces]Tweak plugin installation directory name ( #31849 )
2024-03-15 15:04:42 +00:00
gokcekantarci
c64fa3b6e9
[Awake]Keep settings after returning to passive mode ( #31921 )
...
* [Awake] Keep settings after set passive mode.
* [Awake] Added new exceptions.
2024-03-15 14:23:47 +00:00
Abhishek Girish
c932440579
[ColorPicker]Fix edit color flyout over color bar ( #31824 )
...
* [Color Picker]Fix Color Editor Window over color bar
* fix: add margin to color control window
2024-03-14 22:36:21 +00:00
damantioworks
f7792d969a
[QuickAccent]Add Schwa (ə) to Italian ( #31876 )
2024-03-14 22:18:19 +00:00
Seraphima Zykova
850585fd1f
[FZEditor]Null check layout name when creating new layout ( #31851 )
2024-03-14 22:05:44 +00:00
Clint Rutkas
337452b9d0
[Deps]Consolidate WebView2 versions in KBMEditor ( #31659 )
2024-03-14 17:02:28 +00:00
Laszlo Nemeth
62d278b23e
[ColorPicker]Convert main window to FluentWindow to fix window issues ( #31805 )
2024-03-14 15:23:36 +00:00
Aaron Junker-Wildi
612e2498a9
[MarkdownPreview]Fix extra space in code blocks ( #31679 )
...
* Fix extra space in Mardown code blocks
2024-03-14 15:06:52 +00:00
gokcekantarci
16257d80f6
[PTRun]Fix Hash Collision in Image Cache ( #31503 )
2024-03-14 15:05:43 +00:00
Clint Rutkas
44f3abb6a9
[Deps]Upgrade WinAppSDK to 1.5.1 ( #31656 )
...
* Attempt at upgrading, getting failure on two tests
* including workaround for 1.5
* Fixing naming
* adding in settings as well
* shifting to my older solution
* doing variation of the command
* Create folder for map.html hack if it's not there
* Fix NOTICE.md
* Fix Navigation Footer items crashing the Settings app
* Upgrade WinAppSDK to 1.5.1
* Revert "Fix Navigation Footer items crashing the Settings app"
This reverts commit 6ca19a53bb .
* Remove map.html hack
* EOL nit
* Add map.html to installer
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-03-14 14:08:46 +00:00
HydroH
149b19582d
[PTRun][Search]Add setting to exclude files/patterns from indexer ( #31459 )
...
* Add patterns exclusion to PTRun indexer
* Apply xaml styling
* Fix pattern escaping issues
* Add placeholder to indexer exclusion options
* Add placeholder text to textboxes
* Fix failing to split multiline text in indexer settings
* Add placeholder text to checkbox and textbox setting
* Change generated source comments to english
2024-03-13 22:19:02 +00:00
Clint Rutkas
390fe4275f
[GitHub]Adjusting GH action name for store / winget releases ( #31860 )
...
* Update package-submissions.yml
* Update msstore-submissions.yml
* Update package-submissions.yml
2024-03-13 21:19:51 +00:00
Clint Rutkas
036ca34fcc
[Docs]Directly calling out unofficial PTRun plugins ( #31863 )
...
* Update thirdPartyRunPlugins.md
* Update doc/thirdPartyRunPlugins.md
---------
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com >
2024-03-13 18:49:16 +00:00
Jaime Bernardo
747e26bfc5
[Deps][ci]Update System.Drawing.Common to 8.0.3 ( #31903 )
2024-03-13 16:29:21 +00:00
Stefan Markovic
0835b96b07
Fix errors
2024-03-13 13:33:46 +01:00
Clint Rutkas
600a206ef1
[GitHub]Remove security link in preference for security.md in new issue form ( #31809 )
...
removing since security.md handles this. that link predates security.md
2024-03-12 17:02:18 +00:00
Davide Giacometti
c41c9b6107
[Settings]Fix minor issues in showing shortcuts in Flyout and Dashboard ( #31754 )
2024-03-12 16:51:28 +00:00
Stefan Markovic
11faa7702d
Try consume it
2024-03-12 17:24:55 +01:00
e-t-l
a36e119204
[RegistryPreview]Accept more valid formats for the root keys ( #31552 )
...
* Added validation for HKEY path root abbreviations
* Added abbreviations
2024-03-12 16:17:22 +00:00
Aaron Junker-Wildi
38e34aa615
[ScreenRuler]Updated with clearer icons ( #31678 )
...
* Change Screen Ruler icons
* Updated icons
---------
Co-authored-by: Niels Laute <niels.laute@live.nl >
2024-03-12 15:03:08 +00:00
Sanidhya Singh
ade871caef
[FileLocksmith] Wrap path into multiple lines in Selected file paths UI ( #31644 )
...
* [FileLocksmith] Add scroll to path in Selected file paths UI
* [FileLocksmith] Make path wrap into multiple lines in Selected paths UI
Earlier, the path was getting truncated within a single line.
Fixes microsoft#26489
2024-03-12 13:54:29 +00:00
Stefan Markovic
a631518680
Move App and MainWindow to Consumer app. Make Hosts dll
2024-03-12 14:29:43 +01:00
Stefan Markovic
fada064917
Add consumer app
2024-03-12 14:06:15 +01:00
Stefan Markovic
2a6d3b2094
WIP Hosts - remove deps
2024-03-12 13:21:38 +01:00
CCcat
fdc723b047
[PTRun] [Docs] Add FastWeb plugin to third party Run plugin list. ( #31673 )
...
* [PTRun] [Docs] Add FastWeb plugin to third party Run plugin list.
* Update names.txt
2024-03-11 22:19:05 -07:00
Jaime Bernardo
8189c52e39
[MonacoPreview]Fix crash with FileNotFoundException ( #31853 )
2024-03-11 17:24:42 +00:00
Clint Rutkas
ac9159b9f1
[Localization]Locking terms - Settings + AOT test ( #31036 )
...
* Testin out locking terms
* Fixing Dustin's feedback, adding in "Windows" when it is referring to the OS, and FancyZones
* Feedback from dustin
* Update Resources.resw
* Lets see if this will force correct the tab vs space issue (i don't think it will)
* Update Resources.resw
Misread, changing back but removing the "Do translate" as i read that as DO NOT ....
* Update Resources.resw
2024-03-11 17:24:29 +00:00
Jaime Bernardo
1567d78566
[KBMEditor][Loc]Add comment so translators don't translate "Text" to "SMS" ( #31750 )
2024-03-11 17:22:56 +00:00