Commit graph

7,415 commits

Author SHA1 Message Date
rich2014
f210dfd570 UPD: refactor uDarwinFileUtil
(cherry picked from commit 62bff9e3f8)
2026-01-11 13:28:58 +03:00
rich2014
2bbad28a10 UPD: refactoring uDarwinFileUtil from uMyDarwin
(cherry picked from commit 5e3f93306b)
2026-01-11 13:28:58 +03:00
rich2014
7817376af2 UPD: refactor uDarwinApplication
(cherry picked from commit ab2648bd75)
2026-01-11 13:28:58 +03:00
rich2014
5d5eea982f UPD: refactoring uDarwinApplication from uMyDarwin
(cherry picked from commit 2f2c660fb5)
2026-01-11 13:28:57 +03:00
rich2014
dc586fd143 FIX: memory leak in ContextMenu/Services on macOS
(cherry picked from commit bf7876dfb4)
2026-01-11 13:28:57 +03:00
rich2014
b70e58ecf2 FIX: in the Font Options, an incorrect save prompt may appear if the initial font size is 0
it's because the initial value is 0 when calculating the fingerprint, and it has been set to the minimum value after initialization.

(cherry picked from commit 0ae14457a9)
2026-01-11 13:28:57 +03:00
rich2014
93b30699b3 FIX: the issue of hashKey in TSearchResultFileSource (files in TSearchResultFileSource do not have a unified parent path)
(cherry picked from commit c8e9765bb1)
2026-01-11 13:28:56 +03:00
rich2014
3e538488ba UPD: add doSearchFiles() to eliminate duplicate code related to Finder Search on macOS
(cherry picked from commit d33483ada3)
2026-01-11 13:28:45 +03:00
rich2014
789b0b8d8c UPD: replace onSearchFinderTagComplete() with darwinSearchResultHandler
(cherry picked from commit 8ddadf237f)
2026-01-11 13:28:45 +03:00
rich2014
3d1ba0bc97 UPD: refactor names related to Finder Search on macOS
(cherry picked from commit db6a60377d)
2026-01-11 13:28:44 +03:00
rich2014
4beaf343cc ADD: support searchScopes for Smart Folder on macOS
(cherry picked from commit 61e91c79bc)
2026-01-11 13:28:44 +03:00
rich2014
2c773d51a6 ADD: Smart Folder to "gotoFolder" Menu on macOS
(cherry picked from commit b4b0064ae6)
2026-01-11 13:28:44 +03:00
rich2014
8f4ce1c150 ADD: support opening Smart Folders on macOS
(cherry picked from commit 2102e7b543)
2026-01-11 13:28:43 +03:00
rich2014
6debd08913 FIX: fix the issue of mismatching to “/” when using a non-FileSystem FileSource
(cherry picked from commit 3d4dc7d6fc)
2026-01-08 13:11:22 +03:00
Alexander Koblov
245d280e84 UPD: Version info 2026-01-07 14:34:11 +03:00
Alexander Koblov
e5068339e2 FIX: Verify checksum - assign OnCreate event (fixes #1894)
(cherry picked from commit 3e09c8c56b)
2026-01-07 14:24:00 +03:00
Alexander Koblov
a5d255e5a9 ADD: Verify checksum - use log font, close by enter key (issue #1894)
(cherry picked from commit ee29c08428)
2026-01-07 14:24:00 +03:00
rich2014
60053c3b48 UPD: in MultiRename, when the regular expression is correct, edFind is restored to clDefault (which is better than clWindow/clWindowText)
(cherry picked from commit 6d25dc8bcc)
2026-01-07 14:24:00 +03:00
Alexander Koblov
495461a90e UPD: Verify checksum - hide right margin
(cherry picked from commit f7911094b3)
2026-01-07 14:23:59 +03:00
Alexander Koblov
76111e43d1 FIX: Use normalized strings when compare file names with wildcard under macOS (fixes #2674)
(cherry picked from commit 3a6893dc51)
2026-01-05 16:36:17 +03:00
Alexander Koblov
facc368769 FIX: Paste real files from clipboard (fixes #2651)
(cherry picked from commit a9b86231be)
2025-12-13 12:08:40 +03:00
Alexander Koblov
df59dce716 FIX: Paste directory from clipboard (issue #2647)
(cherry picked from commit f88cdb4f0c)
2025-12-13 12:08:33 +03:00
Alexander Koblov
00d66222cd FIX: Remove read-only temporary files (fixes #2632)
(cherry picked from commit 228802bb5d)
2025-12-02 18:36:55 +03:00
Alexander Koblov
c874c6c6b8 FIX: Double plugin initialization (issue #2616)
(cherry picked from commit 2688fd8499)
2025-12-02 18:36:54 +03:00
rich2014
fdbcaeca93 UDP: Fine-tuning the color table for Finder Tags in Menu
(cherry picked from commit aa4b99f3a1)
2025-12-02 18:36:53 +03:00
rich2014
b1450f98a6 UDP: Fine-tuning the color table for Finder Tags in Editor
(cherry picked from commit 1d4dbdd445)
2025-12-02 18:36:53 +03:00
rich2014
8053b7bbe2 UDP: don't display colorless Finder Tags in FileView, more consistency with Finder
(cherry picked from commit 4d8e71ad11)
2025-12-02 18:36:53 +03:00
rich2014
7c54166b5b UPD: add special decoration Finder Tag colors
(cherry picked from commit 6b806a8026)
2025-12-02 18:36:52 +03:00
rich2014
5916efbadf UPD: refactor finder tag color names
(cherry picked from commit cc02b71009)
2025-12-02 18:36:29 +03:00
rich2014
6352e4b356 UPD: remove dotFinderTagNSColors in uDarwinFinderModelUtil
(cherry picked from commit 29f146f1e3)
2025-12-02 18:36:29 +03:00
rich2014
7049f44be2 UPD: apply menu color for FinderTag in Tag Editor, more consistent with Finder
(cherry picked from commit 332700d57f)
2025-12-02 18:36:29 +03:00
rich2014
1f6d0cb324 UPD: apply menu color for FinderTag in Search Menu on macOS
(cherry picked from commit efbe003174)
2025-12-02 18:36:28 +03:00
rich2014
c76ab078a8 UPD: apply menu color for FinderTag in Context Menu, more consistent with Finder
(cherry picked from commit 124c8b7f02)
2025-12-02 18:36:28 +03:00
rich2014
20bc61bb40 ADD: add colors for FinderTag in Menus
(cherry picked from commit b3866c95c8)
2025-12-02 18:36:28 +03:00
rich2014
b8bab1ffd9 UDP: remove unnecessary unit
(cherry picked from commit 172c054ce7)
2025-12-02 18:36:27 +03:00
Alexander Koblov
be0efbde24 UPD: Argon2 default parameters
(cherry picked from commit 79cc65f739)
2025-11-30 13:11:00 +03:00
Alexander Koblov
bcc703ebec ADD: Calculate key transformation at least one time
(cherry picked from commit 15c0c27e79)
2025-11-30 13:11:00 +03:00
Alexander Koblov
705f2e9370 UPD: Use 'main' password instead 'master'
(cherry picked from commit 9a0044e532)
2025-11-30 13:10:59 +03:00
rich2014
5b8e7ac9d5 UPD: improve the postion of Sharing Service Picker Popover on macOS 13+
(cherry picked from commit 57123c9be6)
2025-11-30 13:10:58 +03:00
Alexander Koblov
934bef9782 FIX: Copy into symbolic link to directory (fixes #2175) 2025-11-22 14:47:39 +03:00
Alexander Koblov
6ace980bb0 FIX: SingleByteEncoding function 2025-11-22 13:36:17 +03:00
Alexander Koblov
9f34950c19 UPD: Use Argon2 key derivation function 2025-11-22 13:26:29 +03:00
Alexander Koblov
da7412bc4d UPD: Project file 2025-11-21 20:14:25 +03:00
Alexander Koblov
60a46c8bed ADD: Master key input dialog localization 2025-11-21 20:13:15 +03:00
Alexander Koblov
5e5652faa4 UPD: Find files - enable case sensitive option with regular expression text search (fixes #2620) 2025-11-20 23:35:12 +03:00
Alexander Koblov
6e10b42d44 ADD: Master key input dialog 2025-11-19 19:05:07 +03:00
rich2014
67e45056e7 UPD: apply lightweight Volumn Observer instead of Path Watcher for DriveWatch on macOS 2025-11-17 22:28:16 +08:00
rich2014
9a251c24de ADD: Volumn Observer what base on notificationCenter on macOS 2025-11-17 22:25:00 +08:00
rich2014
b9d9ec7cd4 UPD: update unique Icon of file after updated in TFileView.UpdateFile() on macOS 2025-11-17 15:15:47 +08:00
rich2014
ae0ec15558 UPD: update unique Icon of file in TPixMapManager.CheckAddFileUniqueIcon() on macOS 2025-11-17 15:15:47 +08:00