Commit graph

7398 commits

Author SHA1 Message Date
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
RikoDEV
67e2eae967
Fix missing MainForm EmbeddedResource 2022-07-11 08:47:04 +02:00
Jaex
9d9654ffdb After OCR automatically focus result textbox 2022-07-11 07:37:06 +03:00
Jaex
7a9354b2d5 Sort OCR languages 2022-07-10 12:49:34 +03:00
Jaex
68099c4494 Also added OCR help button to task settings window 2022-07-10 12:43:01 +03:00
Jaex
0e68e9006a Don't show notification form in alt tab menu 2022-07-10 10:46:43 +03:00
Jaex
c2b6b2b2a5 Added pl language to setup script 2022-07-10 09:54:38 +03:00
Jaex
08f64d74ab Added credits 2022-07-10 09:45:12 +03:00
Jaex
91d8103650 Added pl flag 2022-07-10 09:33:21 +03:00
Jaex
d2098c2126
Merge pull request #6320 from RikoDEV/develop
Polish translations
2022-07-10 09:06:26 +03:00
Jaex
17a6fc878d Added input parameter support to custom uploader xml function 2022-07-10 09:02:44 +03:00
Jaex
d46e40ce53 Added input parameter support to custom uploader json function 2022-07-10 08:39:00 +03:00
Jaex
3c1dc2ac9a Added input parameter support to custom uploader regex function 2022-07-10 08:23:25 +03:00
Jaex
aa04cae425 fixed #6340: Added OCR help button, OCR window layout changes 2022-07-09 16:01:35 +03:00
Jaex
6cc4f116d6 fixed #6223: Set IsImageModified to false for rest of image editor tasks too 2022-07-09 07:37:48 +03:00
Jaex
f0ab85ead7 fixed #6342: Reverse order of words in RTL languages 2022-07-09 04:50:22 +03:00
Jaex
3275d92a54 fixed #6336: Round proportional position 2022-07-09 03:19:08 +03:00
Gurgarath
fbbf32d92c
Allowed Zoom feature to work with PavNum keys
PavNum keys (0 / + / -) will now work for the zoom feature
2022-07-08 09:21:21 +02:00
Jaex
91a73d37b4 fixed #6322: Remove spaces between words in CJK languages 2022-07-08 10:11:06 +03:00
Jaex
690d506b0e Increase version 2022-07-08 09:54:04 +03:00
Jaex
385da55502 Release 14.0.1 2022-07-08 05:42:07 +03:00
Jaex
91ec6ae28f Update FluentFTP 2022-07-08 05:37:56 +03:00
RikoDEV
03ef4af97e Merge branch 'develop' of https://github.com/RikoDEV/ShareX into develop 2022-07-04 11:04:45 +02:00
RikoDEV
26aa283e16 Add translations lost by IDE 2022-07-04 11:04:41 +02:00
RikoDEV
3348473cb0
Fix AppVeyor build 2022-07-03 22:47:24 +02:00