Heiko
148f1df56c
Update comment in EnvironmentHelper.cs ( #27089 )
...
* Update comment in EnvironmentHelper.cs
* fix typo
2023-06-30 11:06:03 +02:00
Andrey Nekrasov
cc83e2b3ee
[Peek] Handle ThemeListener ctor exceptions ( #27110 )
2023-06-30 10:50:12 +02:00
Stefan Markovic
217f3f9ff3
Revert "[File Explorer Add-ons] Fix file preview pane flickering on f… ( #27093 )
...
* Revert "[File Explorer Add-ons] Fix file preview pane flickering on file selection and resizing (#26660 )"
This reverts commit 9581cd7a27
.
* Revert "[Build][FileExplorer]Add missing dwmapi.lib to Debug config (#26940 )"
This reverts commit d190934d61
.
* Revert "[Build]Fix dwamapi.lib linking error on VS (#26870 )"
This reverts commit c7f8b696a6
.
2023-06-28 21:57:03 +02:00
Heiko
63c624b273
[Run] Fix environment helper for nested environment variables ( #27034 )
...
* Updates to EnvironmentHelper
* Revert "Updates to EnvironmentHelper"
This reverts commit 8af2441c34
.
* Environment helper fix
* clean up usings
* fix spelling
* Update comment
* Update src/modules/launcher/PowerLauncher/Helper/EnvironmentHelper.cs
* Update src/modules/launcher/PowerLauncher/Helper/EnvironmentHelper.cs
2023-06-28 11:44:13 +02:00
Davide Giacometti
6ba8596d52
[Peek] Support for archives ( #26839 )
...
* support for archives in peek
* fix spellcheck
* horizontal scrolling
* fix height
* removed redundant helper
2023-06-28 09:38:53 +02:00
Seraphima Zykova
67ce81ded8
[Peek] Handle crash when opening app for Internet shortcuts ( #26680 )
...
* null check
* launch uri
2023-06-26 17:19:44 +02:00
Seraphima Zykova
397178deec
[FancyZones] Fix blank layout error ( #26828 )
2023-06-26 16:14:14 +02:00
gokcekantarci
1b9094ae2b
[Registry Preview] * Two settings folders reduces to one. ( #26842 )
...
* [Registry Preview] * Two settings folders reduces to one.
* Two settings files reduced to one.
* Folder creation if not exist added.
* Add size/position properties to fix saving from Settings app
* Separate settings.json and app-placement.json
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-06-26 12:45:52 +02:00
Seraphima Zykova
8dcdcbaa37
[FancyZones] Retry monitor identification attempt ( #27005 )
...
* retry monitor identification
* check displays after retries
* reduce waiting time
* 30ms waiting time
* keep fallback values
2023-06-23 22:02:36 +02:00
Davide Giacometti
9511d17063
[Hosts] Handle maximum of 9 hosts per entry ( #26862 )
...
* handle maximum of 9 hosts per entry
* splitted entries teaching tip
* fix entry
* message changed
2023-06-23 21:54:45 +02:00
gokcekantarci
8cb632a0c2
[QuickAccent] A check is added to applications running under other ap… ( #26808 )
...
* [QuickAccent] A check is added to applications running under other applications with window name for excluding.
* [QuickAccent] Check moved under a general function and applied all modules includes excludeapp
* [QuickAccent] Function name revised
* [QuickAccent] check_excluded_app_with_title function moved to excluded_apps.h
* [QuickAccent] New function created for clean code.
* Reuse check_excluded_app_with_title
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-06-23 21:53:15 +02:00
Heiko
a32d6a688c
[Peek] Window improvements ( #26924 )
...
* add min window size
* addd tool tip
* add more tool tips
* update window size and comment
* remove comment
2023-06-22 17:51:25 +02:00
Seraphima Zykova
cfaa3670db
[FancyZones] Fix zone activation when the cursor is not moved ( #26943 )
2023-06-22 17:05:55 +02:00
Davide Giacometti
08215a8a77
Cleanup and NullReferenceException fix ( #26956 )
2023-06-22 14:28:13 +02:00
Jaime Bernardo
c598d93ad3
[PTRun]Remove default images (app.dark.png fix) ( #26843 )
2023-06-19 20:15:12 +01:00
Stefan Markovic
d190934d61
[Build][FileExplorer]Add missing dwmapi.lib to Debug config ( #26940 )
2023-06-19 11:14:40 +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
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
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
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
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
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
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
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