Davide Giacometti
bc8e821ab4
[Chore]Bump Microsoft.CodeAnalysis.NetAnalyzers to 7.0.3 ( #26865 )
...
Disable "The .NET SDK has newer analyzers with version" warning
2023-06-19 20:07:14 +01:00
Stefan Markovic
d190934d61
[Build][FileExplorer]Add missing dwmapi.lib to Debug config ( #26940 )
2023-06-19 11:14:40 +01:00
Jaime Bernardo
c7f8b696a6
[Build]Fix dwamapi.lib linking error on VS ( #26870 )
2023-06-15 18:15:36 +01:00
Chek Wei Tan
9581cd7a27
[File Explorer Add-ons] Fix file preview pane flickering on file selection and resizing ( #26660 )
...
* Move color values to constant
* Fix MonacoPreview flickering on file selection and resizing
* Fix MarkdownPreview flickering on file selection and resizing
* Fix SvgPreview flickering on file selection and resizing
* Create Settings class and standardize background setting for MarkdownPreview
* Replace ColorTranslator.FromHtml with Color.FromArgb for constant color settings
* Use existing SetBackground
* Remove duplicate GetTheme function
* Update src/modules/previewpane/MarkdownPreviewHandler/Settings.cs
2023-06-14 14:15:17 +01:00
gokcekantarci
6ece812103
[Settings]Better errors when failing to backup ( #26762 )
...
* [Settings] settings.json files broken error is updated.
* [Settings] Related optional messages added to error logs
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
2023-06-14 10:56:56 +01:00
Laszlo Nemeth
2f130bcc62
[Runner]Fix network errors when checking for updates ( #26742 )
...
* General: re-implementing network error handling
* Remove unreferenced dead code
* Minor modification in the update procedure. Removing the code part which updates the UI before the real check on new version. UI will be updated after the real check is done.
2023-06-14 10:55:55 +01:00
gokcekantarci
293b06d083
[File locksmith]Add setting to show only in extended context menu ( #26711 )
...
* [File Locksmith] Move File Locksmith "What's using this file?" into the extended context menu
* [File Locksmith] Add FileLocksmithExt to directory background context menu
* [File Locksmith]
* Directory background right click crash fixed.
*Settings added.
* [File Locksmith] Remove uncessary things.
* [File Locksmith] Spell check correction
2023-06-14 10:06:44 +01:00
Laszlo Nemeth
a780e6ae72
[MWB]Fix keyboard hook capturing shortcuts with unneeded modifier keys ( #26763 )
...
* Fixing keyboard hook eagerness. capture ctrl+alt keys only if shift and win are NOT pressed.
* Update src/modules/MouseWithoutBorders/App/Class/InputHook.cs
2023-06-13 15:39:45 +01:00
Daniel Odrinski
40ef76a686
[Peek]Add up/down arrow key item navigation ( #26644 )
2023-06-13 10:37:02 +01:00
Basit Ali
c69c74a8ad
[Fancy Zones] Middle click to toggle spanning multiple zones ( #26079 )
...
* Attempt to use middle click to toggle zone spanning
* Merge Middle and Secondary Button hooks
* Make mouse state variables more identifiable.
2023-06-13 11:31:22 +02:00
Laszlo Nemeth
06e4518742
[ColorPicker]Store color history in a separated file ( #23146 )
...
* [ColorPicker] Store color history in a separated file
* ColorPicker] Separated file for color history: use the list from the settings.json if there is no ColorHistory.json file (preventing loss of existing color history)
* Fix case when there is no history saved or no settings file at all.
2023-06-13 10:10:03 +01:00
Davide Giacometti
0adda35b4b
revert content dialog work-around for titlebar overlap ( #26648 )
2023-06-11 19:51:22 +02:00
Davide Giacometti
97578a1b97
[Hosts]Fix first entry insert and improve UI for empty hosts file ( #26671 )
2023-06-11 16:59:30 +01:00
Niels Laute
852778daa5
[Settings] Mica & modern titlebar ( #25936 )
...
* Adding Mica
* Working Mica
* Fluent titlebar
* Modern titlebar
* Fixing OOBE
* Fix build issue
* Add missing entry to NOTICE.md
* Update App.xaml.cs
2023-06-11 16:54:01 +01:00
Ahnaf Mahmud
56cdd6dd40
[Settings]Update File Explorer module screenshots and instructions for Windows 11 ( #26604 )
...
* Update screenshot to Windows 11 Explorer
* Update OOBE screenshot
* Resize image
* Update instructions to reflect Windows 11
* Minor edit to instructions
2023-06-11 16:41:03 +01:00
gokcekantarci
284a5fb31f
[ImageResizer]Use updated images from input when pressing Enter( #26292 )
...
* [Image Resizer] HandleEnterKeyPress event added for image resizer.
* [Image Resizer]
* Comments are added to Button_KeyDown function
* Uncessary spaces are removed.
* [Image Resizer] Workaround reasons are added to function summary.
2023-06-11 16:17:59 +01:00
Randy
eddb617484
[Registry Preview] Adds application to Open with list for REG files ( #26033 )
...
* 25834
* Asociate Registry Preview with .reg files
* Add setting for making RP default app for .reg files
* Run spellcheck
* Run spellcheck again
* Fix build
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-06-10 15:02:53 -07:00
Stefan Markovic
b6ff97f795
[Peek][build]Do not use deprecated call GetAppWindow( #26751 )
2023-06-09 09:32:24 +01:00
Joseph Finney
d1d7c74440
Improve several small quality of life issues on Text Extractor ( #26021 )
2023-06-07 10:07:10 -05:00
Stefan Markovic
40335a6998
[Peek] Set button color on theme change ( #26564 )
...
* [WIP] Set button color manually
* Remove unused aliases
2023-06-07 15:52:47 +01:00
Seraphima Zykova
026db38457
[Peek]Preview .htm as .html ( #26668 )
2023-06-07 15:27:32 +01:00
Bradley Myers
13cc22336b
[Runner]Partial fix for singleton crash when launching a second process ( #25753 )
2023-06-07 11:42:51 +01:00
Wilko Lühring
994bb15876
[QuickAccent] Add accent units and other signs ( #26522 )
...
---
Co-authored-by: WilkoLu <wilko.luehring@student.jde-hs.de>
Co-authored-by: Eike Rodenbaeck <eike.rodenbaeck@student.jade-hs.de>
Co-authored-by: Colin Sontag <colin.sontag@student.jade-hs.de>
Co-authored-by: Dennis Mehner <dennis.mehner@student.jade-hs.de>
2023-06-06 19:51:53 +01:00
EikeJoo
7e65caa83b
[QuickAccent]Add the section sign (U+00A7) to S ( #26446 )
...
* add the section sign (U+00A7) to the menu for S
* Remove extra empty line
2023-06-06 16:59:41 +01:00
Davide Giacometti
f6f31c8c32
[Hosts]Don't parse commented lines with an address and host in the middle ( #26415 )
2023-06-06 16:16:06 +01:00
Davide Giacometti
9960d2d536
[Hosts]Add setting to select the file encoding ( #26495 )
2023-06-06 16:11:37 +01:00
Aaron Junker
177c58f494
[Monaco] Add support for gitignore files ( #26331 )
...
* [Monaco] Add support for gitignore files
* Update definition
* Fix
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-06-06 16:54:06 +02:00
Aaron Junker
1e481b1162
[Monaco] Switch contect menu items ( #26328 )
2023-06-06 14:37:23 +02:00
gokcekantarci
ddaa348e5a
[PTRun]Integrated lock mechanism for thread-safe Results updates. ( #26104 )
2023-06-06 13:11:09 +01:00
Aaron Junker
0f6ac52f99
[QuickAccent]Add opening exclamation mark to catalan and spanish language ( #26325 )
...
* [QuickAccent]Add opening exclamation mark to catalan and spanish language
* Remove redunant array definitions
2023-06-06 13:07:18 +01:00
Niels Laute
995a9ae7a8
[Chore] Upgrading to WinUIEx 2.2 ( #26000 )
...
* Upgrading to WinUIEx 2.2
* Replacing Mica
* Fix build
* Update notice.md
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-06-05 17:21:48 +02:00
Davide Giacometti
d426d9afde
[Hosts] Add Keyboard Shortcuts ( #26019 )
...
* added keyboard shortcuts
* use x:Bind
2023-06-05 13:08:41 +01:00
gokcekantarci
4d5152f78a
[Runner]Check for updates and bug report on background thread ( #25978 )
...
* [Runner] CheckForUpdatesCallback function and ID_REPORT_BUG_COMMAND case in tray_icon moved to threads.
* [Runner] Bool flag added to bug report thread.
* [Runner] Bool flag added to CheckForUpdatesCallback thread.
* [Runner] Review comments added. Uncessary mutex removed. compare_exchange_strong is used for atomic_bool variable checks.
2023-06-05 11:42:06 +01:00
Davide Giacometti
0f6305f5fa
[Deps]Bump CommunityToolkit.Mvvm to 8.2.0 ( #25992 )
2023-06-05 11:02:32 +01:00
Alexander Ilin-Tomich
a012d591c2
[QuickAccent]Add multiplication and division signs ( #25790 )
...
* Add multiplication and division signs to Languages.cs
Adds multiplication (U+00D7, U+22C5) and division (U+00F7) signs to Languages.cs
* Add slash and asterisk to KeyboardListener.h
* Add slash, asterisk to KeyboardListener.idl
* Update Languages.cs
* VK_ASTERISK -> VK_MULTIPLY KeyboardListener.idl
* VK_ASTERISK -> VK_MULTIPLY Languages.cs
* VK_ASTERISK -> VK_MULTIPLY KeyboardListener.h
* Add VK_DIVIDE to Languages.cs
* Add VK_DIVIDE to KeyboardListener.h
* Add VK_DIVIDE to KeyboardListener.idl
* avoid protected names Languages.cs
* avoid protected names KeyboardListener.h
* avoid protected names KeyboardListener.idl
2023-06-05 10:03:52 +01:00
Clint Rutkas
792a77437e
Test loc fix #2 ( #26544 )
...
* Test loc fix #2
* Propagate the name change to the rest of the project
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-06-01 19:04:15 -07:00
Clint Rutkas
2981dc67c3
Update README.md ( #26577 )
2023-06-01 18:22:04 -07:00
Andrey Nekrasov
e378f0cebc
[MWB]Improve UX for Uninstall service when it's inaccessible ( #26525 )
2023-05-31 17:14:26 +01:00
Jaime Bernardo
88656a9fe0
[MWB]Simulate input to gain focus when hiding mouse ( #26524 )
...
* [MWB]Simulate input to gain focus when hiding mouse
* Little tooltip fix
2023-05-31 16:59:15 +01:00
Jaime Bernardo
0f04180912
[MWB]Work without service if service doesn't start ( #26521 )
2023-05-31 15:50:48 +01:00
Jaime Bernardo
f6a91dd073
[Installer]Keep MWB service on upgrade ( #26517 )
2023-05-31 13:55:13 +01:00
Andrey Nekrasov
4cc74da82f
[MWB]Remove shortcut for deprecated VKMap functionality( #26484 )
...
* Comment out code hooking Ctrl+Shift+Alt+K to toggle unused UseVKMap setting
* [MWB] Remove UseVKMap and VKMap completely
---------
Co-authored-by: David Taylor <davidt@yadt.co.uk>
2023-05-30 17:46:42 +01:00
Stefan Markovic
b50b587a63
[Peek] Fix race condition when setting preview ( #26478 )
2023-05-30 15:58:56 +01:00
Jaime Bernardo
ce87952058
[Peek]Close on activation shortcut if focused ( #26480 )
2023-05-30 15:58:42 +01:00
Jaime Bernardo
88b1203cd6
[Peek]Fix foreground window setting ( #26473 )
2023-05-30 14:58:32 +01:00
Andrey Nekrasov
1d23ed5811
[MWB]Prevent spurious wakeups so screens can turn off( #26476 )
2023-05-30 14:56:45 +01:00
Seraphima Zykova
b72af5e247
[Peek] Fix crash when opening Peek with no files selected ( #26470 )
...
* catch exception
* Check count of items to avoid the exception being thrown
* Fix regression from #26364
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-05-30 11:56:07 +01:00
Jaime Bernardo
4905258c94
[MWB]Hide cursor when positioning to the top of screen ( #26447 )
2023-05-30 09:45:27 +01:00
gokcekantarci
0c69e3422c
[Peek]Add setting to close after losing focus ( #26364 )
...
* [Peek] WindowActivationState checks are added for focus and close after losing focus.
* Add setting to activate the behavior
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-05-30 09:44:58 +01:00
Seraphima Zykova
9786d08695
[Peek]Clear thumbnails ( #26440 )
2023-05-30 09:43:58 +01:00