Commit graph

11,049 commits

Author SHA1 Message Date
Alexander Koblov
8f786a3014 ADD: Editor - disable save action with read-only file (fixes #1379)
(cherry picked from commit 822bb09f8f)
2023-12-03 16:54:28 +03:00
Alexander Koblov
3863add31f ADD: FileIsReadOnly function
(cherry picked from commit 7720dd970e)
2023-12-03 16:54:28 +03:00
Alexander Koblov
a243cdb9ea FIX: Hangs when cannot open/create file with elevation (issue #1379)
(cherry picked from commit a0c19151b5)
2023-12-03 16:54:28 +03:00
Alexander Koblov
4b5159b623 FIX: Range check error
(cherry picked from commit 3998581673)
2023-12-03 16:53:54 +03:00
Alexander Koblov
44cda40bca UPD: Refactoring
(cherry picked from commit 99b821e879)
2023-12-03 16:53:54 +03:00
rich2014
e35531fa70 FIX: Lazarus/Lcl/Cocoa compatibility v1.1.7
(cherry picked from commit b43710b786)
2023-12-02 00:07:12 +03:00
rich2014
279b61f319 FIX: Lazarus/Lcl/Cocoa compatibility
(cherry picked from commit 79900ca898)
2023-12-02 00:07:01 +03:00
rich2014
4282f79438 Fix #1350: Access violation in hot keys options dialog
(cherry picked from commit 84c5074511)
2023-12-01 21:48:44 +03:00
Alexander Koblov
05dce82be8 FIX: Quick View - load next file with plugins
(cherry picked from commit fc91f7c954)
2023-11-28 20:06:10 +03:00
Alexander Koblov
f0f8b4db52 FIX: Save last error
(cherry picked from commit 4b6bfe3345)
2023-11-28 20:06:09 +03:00
Alexander Koblov
66e6fe0c52 FIX: Differ - Invalid type cast (fixes #1374)
(cherry picked from commit 0d6d4d4e94)
2023-11-28 20:06:09 +03:00
Demetrius flavious
27170363eb FIX: Shell execute for parent directory (fixes #1354) (#1364)
(cherry picked from commit 4d8b7b8b16)
2023-11-26 16:45:29 +03:00
Alexander Koblov
08eac5ed3e FIX: Bug [0001778] WLX plugin Imagine lock current directory
(cherry picked from commit d067079e0a)
2023-11-26 16:45:15 +03:00
Demetrius flavious
bc7922e316 ADD: custom directory separator when copying file names to clipboard (#1352)
(cherry picked from commit 2c58fbdc14)
2023-11-25 00:24:53 +03:00
Alexander Koblov
7ede5ef61a UPD: Disable debug messages (fixes #1370)
(cherry picked from commit cad91f4210)
2023-11-25 00:24:42 +03:00
Alexander Koblov
9a561b817a FIX: Close button autosize (fixes #1368)
(cherry picked from commit 539c6215d7)
2023-11-25 00:24:27 +03:00
Alexander Koblov
179e1a772d FIX: Drawing icons without alpha channel
(cherry picked from commit 6443c5b638)
2023-11-25 00:24:17 +03:00
Alexander Koblov
a2500df30c FIX: Lazarus 3.0 compatibility (workaround)
(cherry picked from commit f7b4475541)
2023-11-19 21:37:36 +03:00
Alexander Koblov
260e32a463 UPD: Version number 2023-11-19 21:36:02 +03:00
Alexander Koblov
ff5dfd9c6e UPD: Read version number from project file 2023-11-19 21:35:09 +03:00
Alexander Koblov
c698c9e8af FIX: FTP - Warning about TLS support
(cherry picked from commit 30c36c5de0)
2023-11-19 21:15:42 +03:00
Alexander Koblov
96fcdc230c FIX: Number of different files not updated during the directory comparison (fixes #328) v1.1.6
(cherry picked from commit 7168ebf8c8)
2023-11-18 11:32:06 +03:00
Alexander Koblov
a2275e6f4e ADD: FTP - OpenSSL 3 support
(cherry picked from commit ceeffbaef6)
2023-11-18 11:30:35 +03:00
Alexander Koblov
82e5c684c3 UPD: Synapse library
(cherry picked from commit e3d7ac1a0f)
2023-11-18 11:30:35 +03:00
Alexander Koblov
df6468de31 ADD: FTP - Print TLS details
(cherry picked from commit 6fe082419e)
2023-11-17 21:18:10 +03:00
Alexander Koblov
67d3976033 ADD: FTP - reuse ssl session for data connection (GnuTLS)
(cherry picked from commit e39d537380)
2023-11-17 21:18:10 +03:00
Alexander Koblov
d3e8389906 FIX: FTP - Don't load GnuTLS library when other already used
(cherry picked from commit 0c25b15d41)
2023-11-17 21:18:10 +03:00
Alexander Koblov
445c2dcb63 UPD: FTP - Rewrote GnuTLS units
(cherry picked from commit 5493a63874)
2023-11-17 21:18:10 +03:00
Alexander Koblov
943aa711a4 UPD: FTP - Synapse blcksock unit
(cherry picked from commit 3a2045b399)
2023-11-17 21:18:10 +03:00
Alexander Koblov
3b5ae2cb6e FIX: Viewer - Prevent view directory in the non-local file system
(cherry picked from commit 072063b8a8)
2023-11-17 21:18:09 +03:00
Alexander Koblov
cd5f1e6eae UPD: Set run-time library search path (fixes #276, #1316)
(cherry picked from commit e56beb368f)
2023-11-17 21:18:09 +03:00
Alexander Koblov
31106e17b7 ADD: Hotkey for queue button in the confirmation dialogs (fixes #1232)
(cherry picked from commit 7d70bc3539)
2023-11-17 21:18:09 +03:00
Alexander Koblov
32d4f4ed89 UPD: FTP - Disable Schannel TLS/SSL (fixes #437)
(cherry picked from commit 6e544ccfc7)
2023-11-14 21:04:56 +03:00
Alexander Koblov
0f42887fb0 ADD: Export DC_CONFIG_PATH environment variable
(cherry picked from commit 522e3d507f)
2023-11-14 21:04:56 +03:00
Alexander Koblov
8a1ecf8977 UPD: Set run-time library search path (fixes #276, #1316)
(cherry picked from commit 6bb8c1c67f)
2023-11-14 21:04:56 +03:00
Alexander Koblov
f6d38274f2 FIX: Native dark mode flags (Windows >= 10)
(cherry picked from commit db18ea0f38)
2023-11-13 21:07:33 +03:00
Alexander Koblov
3f0782ca13 FIX: Don't load same wlx-plugin multiple times
(cherry picked from commit 7ed543a1c5)
2023-11-13 21:07:33 +03:00
Alexander Koblov
12b307ffda FIX: Differ shows "identical" on different files (fixes #1338)
(cherry picked from commit 8e155150a9)
2023-11-12 15:21:10 +03:00
Alexander Koblov
56ac6a262b FIX: Differ shows "identical" on different files (fixes #1338)
(cherry picked from commit ece8367329)
2023-11-11 14:34:40 +03:00
Alexander Koblov
11b7f9da8c UPD: Version number 2023-11-11 12:38:29 +03:00
Alexander Koblov
4aee194e60 FIX: Crash with libfontconfig under Linux i386
(cherry picked from commit 1705059397)
2023-11-06 23:36:10 +03:00
Alexander Koblov
f96767c13d ADD: TFileSystemWatcher.Features function v1.1.5
(cherry picked from commit 24838d18f3)
2023-11-04 14:38:54 +03:00
Alexander Koblov
5436c7c574 FIX: Cannot extract symbolic links from ZIP archives (fixes #1332)
(cherry picked from commit f5539c640a)
2023-11-04 13:57:31 +03:00
Alexander Koblov
d6a15d3d97 FIX: Cannot extract symbolic links from ZIP archives (fixes #1332)
(cherry picked from commit d5f3755e61)
2023-11-04 13:57:30 +03:00
Alexander Koblov
71bcaef302 UPD: Unrar - Language files
(cherry picked from commit bb213486a3)
2023-11-04 13:57:30 +03:00
Alexander Koblov
165939d321 ADD: Unrar 7 support
(cherry picked from commit 3b7ddb2524)
2023-11-04 13:57:30 +03:00
Alexander Koblov
fd9fcea432 UPD: mbReadFileToString function
(cherry picked from commit 8dee95cc1b)
2023-11-04 13:57:30 +03:00
Alexander Koblov
65d0771280 ADD: DialogAPI - MsgChoiceBox and DialogBoxParam functions
(cherry picked from commit 566b1b75e4)
2023-11-04 13:57:29 +03:00
Alexander Koblov
1b3e7a3a24 ADD: Allow to view directories by cm_View (fixes #1323)
(cherry picked from commit 236c6a143f)
2023-10-29 18:26:51 +03:00
Alexander Koblov
f5c9990b41 FIX: Refresh a file list after file rename in the flat view mode (issue #1322)
(cherry picked from commit 4265a6089b)
2023-10-29 18:26:40 +03:00