Commit graph

12,553 commits

Author SHA1 Message Date
rich2014
74ba54f044 UPD: refactoring FileView from uMyDarwin to uDarwinFileView
(cherry picked from commit 116e7cebe7)
2026-01-11 13:29:55 +03:00
rich2014
2eac8cbd4e UPD: refactoring Panel from uMyDarwin to uDarwinPanel
(cherry picked from commit b75ac1e82f)
2026-01-11 13:29:29 +03:00
rich2014
403f05ee97 UPD: refactoring Statfs Fix from uMyDarwin to uDarwinIO
(cherry picked from commit 8c5274e6ff)
2026-01-11 13:29:28 +03:00
rich2014
2979f4c02e UPD: refactoring Application related from uMyDarwin to uDarwinApplication again
(cherry picked from commit ec2bf46f7f)
2026-01-11 13:29:28 +03:00
rich2014
f67ba5b23f UPD: refactoring File related from uMyDarwin to uDarwinFileUtil again
(cherry picked from commit 30b6ae5006)
2026-01-11 13:29:28 +03:00
rich2014
49df0f028b UPD: refactoring File related from uMyDarwin to uDarwinFileUtil
(cherry picked from commit 83d2cfa181)
2026-01-11 13:29:15 +03:00
rich2014
5a756255a0 UPD: rename Driver to Drive in i18n
(cherry picked from commit 241b97596f)
2026-01-11 13:29:14 +03:00
rich2014
cf125457ab UPD: rename Driver to Drive
(cherry picked from commit 136b57b087)
2026-01-11 13:29:14 +03:00
rich2014
bacc7e0209 UPD: refactoring uDarwinSimpleFSWatch from uMyDarwin
(cherry picked from commit 7a76524516)
2026-01-11 13:29:14 +03:00
rich2014
c4704010a9 UPD: ignore duplicate theme change notification on macOS
(cherry picked from commit 90b43d186a)
2026-01-11 13:29:13 +03:00
rich2014
f1cf91cbfe ADD: support theme changed notify caused by Color Options Dialog on macOS
(cherry picked from commit 1f383b0c61)
2026-01-11 13:29:13 +03:00
rich2014
b27dc1413f ADD: support dynamic update download icon based on the theme in iCloud Drive on macOS
(cherry picked from commit 2c903ca7c6)
2026-01-11 13:29:13 +03:00
rich2014
f373a483c5 UPD: support multi theme observer on macOS
(cherry picked from commit d30198ece1)
2026-01-11 13:29:12 +03:00
rich2014
248e208b3f UPD: in Dark mode, improve the visibility of download icon in iCloud Drive on macOS
(cherry picked from commit 37ac87a2d7)
2026-01-11 13:28:59 +03:00
rich2014
caeb2c0412 ADD: uDarwinImageUtil on macOS
(cherry picked from commit babc01608c)
2026-01-11 13:28:59 +03:00
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
Alexander Koblov
a2ea7d16f2 UPD: FTP - language files
(cherry picked from commit 9dad38408a)
2026-01-08 13:16:33 +03:00
Alexander Koblov
b3ef410b11 ADD: FTP - more strings translation
(cherry picked from commit a46139cea0)
2026-01-08 13:16:33 +03:00
Alexander Koblov
590bc53da8 UPD: Dutch language file
(cherry picked from commit 0575cff75e)
2026-01-08 13:11:31 +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
205656bc90 ADD: FTP - custom icons
(cherry picked from commit 3ebc9c7d7e)
2026-01-07 14:23:23 +03:00
Alexander Koblov
bae8539463 FIX: EDateOutOfRange exception with negative Unix time (fixes #2666)
(cherry picked from commit c32db48c03)
2026-01-05 16:37:24 +03:00
Alexander Koblov
d9c97911ad UPD: Greek language file
(cherry picked from commit 66cfdbda08)
2026-01-05 16:37:14 +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
d34fd09897 UPD: Release workflow
(cherry picked from commit 190825e653)
2026-01-05 16:35:44 +03:00
Alexander Koblov
d8ef884c53 UPD: Korean language file (fixes #2665) 2026-01-03 14:10:40 +03:00
rich2014
f76501d6d8 UPD: update zh_TW
(cherry picked from commit c791c0e801)
2025-12-13 15:49:29 +03:00
rich2014
10db0c1025 UPD: update zh_CN
(cherry picked from commit c0b5cc3370)
2025-12-13 15:49:28 +03:00
j2969719
a8e7241734 UPD: C SDK (#2634)
(cherry picked from commit 4abf44f32a)
2025-12-13 15:48:41 +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
rich2014
eb40b80116 FIX: the issue of arbitrary truncation in multibyte encoding in IsInPath(), the root cause of #2631
(cherry picked from commit b10bd5609f)
2025-12-13 12:07:40 +03:00
Alexander Koblov
2bd7e55427 FIX: Hang when read from a named pipe (fixes #2639)
(cherry picked from commit 8c370fd8ea)
2025-12-06 20:49:50 +03:00