Commit graph

7422 commits

Author SHA1 Message Date
Jaex d34c513fb7
Revert "Fixed broken argument list autocomplete" 2022-07-24 15:58:51 +03:00
Jaex d8ee6fc93d
Merge pull request #6403 from 0x25CBFC4F/fix/argument-autocomplete
Fixed broken argument list autocomplete
2022-07-24 15:43:18 +03:00
null 90fcaefb2c
Fixed broken argument list autocomplete 2022-07-24 15:41:06 +03:00
Jaex 4d4fc7f43e Code refactoring 2022-07-24 12:01:51 +03:00
HYH! eed1dc4c2f
update 2022-07-24 17:01:30 +08:00
Jaex 5fafc0d729 Also support pinning image file from clipboard 2022-07-24 11:40:40 +03:00
Jaex 1cdb1d1845 Added "Pin to screen" tool 2022-07-24 11:31:18 +03:00
Jaex f45bceb1e8 Added PinToScreenFromClipboard method 2022-07-24 11:19:22 +03:00
Jaex b5ec9e6c91 Added PinToScreenOptions class, Added Placement option 2022-07-24 10:42:42 +03:00
Jaex 247375cdf1 Update syntax char 2022-07-24 09:24:04 +03:00
Jaex 6939ef2b53 Change parameter default value to "https://" 2022-07-24 03:30:43 +03:00
Jaex 75d31cb4a7 Added hotkeys for scale and opacity 2022-07-23 03:42:55 +03:00
Jaex a43c03c742 Added "Pin to screen" toast notification click action 2022-07-23 03:15:54 +03:00
Jaex ec1c7fb6ac Added "Ctrl + C" hotkey to copy image to clipboard 2022-07-23 01:37:56 +03:00
Jaex 7a70ca9e9e Clear background 2022-07-22 12:21:26 +03:00
Jaex a04cca5804 Added "Escape" hotkey to close the form 2022-07-22 11:51:49 +03:00
Jaex 3e4d2a6cc6 Hide the window from taskbar and alt tab menu 2022-07-22 11:41:33 +03:00
Jaex a52a1d7ced Increase version 2022-07-22 10:43:33 +03:00
Jaex ca90a55787 Added DWM window shadow 2022-07-22 10:39:25 +03:00
Jaex f293e037fb Added "Pin to screen" to task context menu 2022-07-22 10:10:57 +03:00
Jaex 792d26c257 Added "Pin to screen" after capture task 2022-07-22 09:56:20 +03:00
Jaex 09d25aa4ef Added HighQualityScale, ScaleStep, OpacityStep options 2022-07-22 09:18:07 +03:00
Jaex b00757a7bd Removed buffer image 2022-07-22 08:56:27 +03:00
Jaex cde3d9cda0 Middle click resets image 2022-07-22 08:18:03 +03:00
Jaex 17ef464998 Allow changing opacity with ctrl + mouse wheel 2022-07-22 08:08:24 +03:00
Jaex caba389cb3 Center form 2022-07-22 07:59:10 +03:00
Jaex e04b92a82f Allow scaling image with mouse wheel 2022-07-22 07:32:31 +03:00
Jaex abd218ee09 Added PinToScreenForm 2022-07-22 05:42:59 +03:00
Jaex add3514731
Merge pull request #6334 from Gurgarath/develop
Allowed Zoom feature to work with PavNum keys
2022-07-22 02:52:56 +03:00
Jaex 6dec8a9a10 Release 14.1.0 2022-07-15 16:42:32 +03:00
Jaex b9ac62a71e
Merge pull request #6378 from L1Q/develop
Update Russian
2022-07-15 13:18:17 +03:00
L1Q 32c151451b Update Russian 2022-07-15 09:12:10 +03:00
Jaex 0ee2c26f25 Disable select all in history form 2022-07-14 00:07:16 +03:00
Jaex c3be90826f Handle invalid image URL 2022-07-13 22:25:15 +03:00
Jaex a76cb6417f Fixed AutoCloseAfterUploadForm option 2022-07-13 22:13:18 +03:00
Jaex 5151166816 Update dev build confirmation message box 2022-07-13 18:33:20 +03:00
Jaex 492dac9d0c Added Google Images OCR service link 2022-07-13 12:27:37 +03:00
Jaex b5f4f3e256
Merge pull request #6363 from makuhlmann/patch-1
Ensure proper saving of settings on file shares
2022-07-13 01:24:09 +03:00
Jaex f5ce6bfd32 fixed #6339: Make sure crop rectangle is inside bitmap area 2022-07-13 00:48:50 +03:00
Jaex 192bfe6d43 fixed #6364: Support portable dev build update 2022-07-12 20:08:49 +03:00
Malte Kuhlmann 22859d5053
Ensure proper saving of settings on file shares
On Windows file shares (DFS) with restricted WRITE_DAC permission, the method File.Replace results in a System.UnauthorizedAccessException, even when the user has full permissions to interact with the file and folder. This configuration can commonly be found in business environments.

By setting the flag ignoreMetadataErrors to true, errors related to attributes and ACL are ignored. This results in the settings being saved correctly. Normal errors during file operation are not suppressed with this change, they should fail as usual.
2022-07-12 13:31:03 +02:00
Jaex 4aa373b94e fixed #6362: Parse path correctly when path only contains root 2022-07-12 12:42:48 +03:00
Jaex 02b42be2fb Only open fullscreen preview on left click 2022-07-12 08:04:37 +03:00
Jaex ef367e4dde Move copy all button to bottom 2022-07-11 13:45:00 +03:00
Jaex 3c78444114 Added copy all button to OCR form 2022-07-11 13:28:29 +03:00
Jaex 12684ce5d8
Merge pull request #6356 from RikoDEV/develop
Fix missing EmbeddedResource in PL translations
2022-07-11 12:55:24 +03:00
Jaex 69ad13f680 Added single line option to OCR window 2022-07-11 12:21:39 +03:00
Jaex 82ffe63f45 If service links are not changed then reset them to default 2022-07-11 11:38:31 +03:00
Jaex 53ed4fb34d Added DuckDuckGo OCR service link 2022-07-11 11:00:20 +03:00
Jaex 96ff5858b2 Added DeepL OCR service link 2022-07-11 10:57:02 +03:00