Commit graph

6,567 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
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
rich2014
e35531fa70 FIX: Lazarus/Lcl/Cocoa compatibility
(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
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
96fcdc230c FIX: Number of different files not updated during the directory comparison (fixes #328)
(cherry picked from commit 7168ebf8c8)
2023-11-18 11:32:06 +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
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
0f42887fb0 ADD: Export DC_CONFIG_PATH environment variable
(cherry picked from commit 522e3d507f)
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
(cherry picked from commit 24838d18f3)
2023-11-04 14:38:54 +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
Alexander Koblov
1be8fa91ee FIX: Access violation on attempt to edit directory in file search results (fixes #949)
(cherry picked from commit 76a5f8025b)
2023-10-27 21:17:48 +03:00
Alexander Koblov
d574b5f645 FIX: Non-integer input using audioinfo Search plugin causes error/crash (fixes #922)
(cherry picked from commit 5777435901)
2023-10-27 21:17:48 +03:00
Alexander Koblov
03a57f9d94 FIX: About dialog - close button position
(cherry picked from commit d4742bcb40)
2023-10-27 21:17:48 +03:00
Alexander Koblov
4d84797068 FIX: About dialog - close button position
(cherry picked from commit d80d94ef3e)
2023-10-27 21:17:48 +03:00
Alexander Koblov
f2093a2f2e UPD: Create hardlink and symlink dialogs
(cherry picked from commit 585e804c10)
2023-10-27 21:17:47 +03:00
Alexander Koblov
00d9dd1276 ADD: Network connect button (fixes #265)
(cherry picked from commit fe32a00340)
2023-10-27 21:17:47 +03:00
Alexander Koblov
e9244cb69d UPD: Combine files - show dialog at the main form center
(cherry picked from commit 0991a28b23)
2023-10-27 21:17:46 +03:00
Alexander Koblov
37d1545caf FIX: Combine files dialog autosize
(cherry picked from commit 0946eb1a47)
2023-10-27 21:17:46 +03:00
Alexander Koblov
e9b034e6f9 UPD: About dialog
(cherry picked from commit bea36afb82)
2023-10-27 21:17:46 +03:00
Alexander Koblov
b06a88af11 FIX: Buttons autosize
(cherry picked from commit 6c21e2adb8)
2023-10-27 21:17:46 +03:00
Alexander Koblov
58352c086e FIX: Buttons autosize
(cherry picked from commit 25ec4cc253)
2023-10-27 21:17:45 +03:00
Alexander Koblov
c1be2667ae FIX: Symlink form autosize
(cherry picked from commit 997407ba22)
2023-10-27 21:17:45 +03:00
Alexander Koblov
8d856435e2 UPD: GetCurrentIconTheme function
(cherry picked from commit 3c3f408f70)
2023-10-27 21:17:45 +03:00
Alexander Koblov
d44cf5fe6f ADD: Fly desktop environment
(cherry picked from commit 9f1a98a1b8)
2023-10-27 21:17:45 +03:00
Alexander Koblov
3ecc9093bf UPD: GVFS - don't unescape drive path
(cherry picked from commit 13f9a14f4f)
2023-10-22 00:09:10 +03:00
Alexander Koblov
c379b11318 ADD: Set process current directory when execute <?..?> command
(cherry picked from commit 63dd485b34)
2023-10-21 14:23:02 +03:00
Alexander Koblov
ed95fded50 UPD: Use TempFileSystemFileSource
(cherry picked from commit fbb03850c5)
2023-10-21 14:23:02 +03:00
Alexander Koblov
a60f725102 FIX: File full path corruption
(cherry picked from commit 27f7173c53)
2023-10-21 14:23:02 +03:00
Alexander Koblov
2ecbdcd461 ADD: Viewer - allow quick view using internal associations with '{!DC-VIEWER}' command
(cherry picked from commit dec24438eb)
2023-10-21 14:23:02 +03:00
Alexander Koblov
4514a60d05 UPD: Viewer - load previous/next file hotkeys
(cherry picked from commit 9d9157e6e1)
2023-10-20 21:38:12 +03:00