Commit graph

756 commits

Author SHA1 Message Date
Alexander Koblov
2e0343433d FIX: Verify after copy under macOS 2024-02-29 23:25:25 +03:00
Alexander Koblov
2c94aa22b8 ADD: Verify after copy under macOS 2024-02-27 22:35:08 +03:00
Alexander Koblov
8b4d9a068e FIX: ExpandAbsolutePath function (fixes #412) 2024-01-27 16:23:27 +03:00
Alexander Koblov
0522508448 FIX: ExpandAbsolutePath function (fixes #412) 2024-01-27 15:57:26 +03:00
Alexander Koblov
8ec446d80e FIX: TUnixFileTime under Windows 2024-01-21 13:39:07 +03:00
Alexander Koblov
20a161d513 ADD: TStringHashListUtf8.Remove method 2023-12-30 16:35:46 +03:00
Alexander Koblov
a896af9641 FIX: Windows XP compatibility 2023-12-22 20:54:35 +03:00
Alexander Koblov
fb22e6ef95 UPD: Use SafeLoadLibrary function 2023-12-20 18:17:28 +03:00
Alexander Koblov
7c398cfca6 UPD: KAScrypt description 2023-12-04 22:42:12 +03:00
Alexander Koblov
950c479527 UPD: Rename DCPcrypt to KAScrypt 2023-12-04 20:25:15 +03:00
Alexander Koblov
91b57011ee FIX: Build under 32 bit 2023-12-03 17:03:38 +03:00
Alexander Koblov
7720dd970e ADD: FileIsReadOnly function 2023-12-03 12:17:07 +03:00
Alexander Koblov
4b6bfe3345 FIX: Save last error 2023-11-28 19:51:34 +03:00
Demetrius flavious
2c58fbdc14
ADD: custom directory separator when copying file names to clipboard (#1352) 2023-11-19 11:18:12 +03:00
Alexander Koblov
28d13ee123 FIX: Environment variables are case sensitive under Unix 2023-10-25 22:26:35 +03:00
Alexander Koblov
d6248457c5 FIX: Save XML-config into symbolic link 2023-10-21 21:53:26 +03:00
Alexander Koblov
7f38508f46 FIX: Save XML-config into symbolic link 2023-10-21 17:03:13 +03:00
rich2014
f4a5ad5ef0 Fix: Cocoa/TKASPathEdit: call AutoComplete() only when changed by user now 2023-10-14 21:25:13 +08:00
Alexander Koblov
6a8b3fe1d5 ADD: O_PATH constant 2023-09-30 11:05:44 +03:00
Demetrius flavious
273759d119
Fix: directory change to non-normalized paths - issue #130 (#1061) 2023-09-09 17:19:41 +03:00
Alexander Koblov
15c1cc8fdf FIX: Viewer find skips first matching occurrence (fixes #1250) 2023-08-31 21:54:01 +03:00
Alexander Koblov
9f2e26306e ADD: Load library from system PATH 2023-08-31 20:07:02 +03:00
Alexander Koblov
06391ac736 FIX: Unix mode 2023-08-02 20:13:54 +03:00
Alexander Koblov
03483a1044 FIX: Hotkey labels from Keys show up in toolbar hover info tags (fixes #1044) 2023-07-30 13:57:24 +03:00
Alexander Koblov
f036b26454 FIX: Text viewer cannot show text with filesize>=2G (fixes #958) 2023-07-30 00:09:36 +03:00
Alexander Koblov
266dd8593a FIX: Build under Haiku 2023-07-20 15:35:25 +03:00
Alexander Koblov
844a067b16 FIX: KASColorBoxButton - disabled font color 2023-07-20 00:40:31 +03:00
Alexander Koblov
353edf1a84 UPD: KASColorBoxButton - optimize preferred size calculation 2023-07-19 16:27:32 +03:00
Alexander Koblov
e8f7fafdff UPD: KASColorBoxButton - optimize preferred size calculation 2023-07-19 13:20:02 +03:00
Alexander Koblov
e361d26216 UPD: Move ExtractRootDir function to DCOSUtils 2023-07-16 12:49:02 +03:00
Alexander Koblov
3d0546e9b9 UPD: KASColorBoxButton - publish some properties 2023-07-15 16:52:53 +03:00
Alexander Koblov
0197ad2a7a UPD: KASColorBoxButton - use KASButton 2023-07-15 16:24:18 +03:00
Alexander Koblov
3c6e710446 ADD: KASButton - default size 2023-07-15 15:53:10 +03:00
Alexander Koblov
cf2248470b UPD: KASColorBoxButton - spacing 2023-07-15 15:53:09 +03:00
rich2014
580d08db2e Fix: compilation issue with the latest version of Lazarus 2023-07-14 23:19:27 +08:00
Alexander Koblov
3d4529d1b5 ADD: KASColorBoxButton - allow default color 2023-07-12 20:13:47 +03:00
Alexander Koblov
a15f42b182 ADD: KASColorBox and KASColorBoxButton components 2023-07-11 19:32:45 +03:00
Alexander Koblov
1f5b10c8ad FIX: Use case insensitive compare when necessary (fixes #1029) 2023-07-02 17:04:39 +03:00
rich2014
b8c37ea812 Fix: Cocoa: TKASPathEdit AutoComplete on MacOS 2023-06-25 00:11:48 +08:00
Alexander Koblov
f058e835f8 FIX: Lazarus 2.3 compatibility 2023-06-15 20:47:43 +03:00
Alexander Koblov
fd24b9c490 FIX: Range check error with negative UNIX-time (fixes #1011) 2023-06-08 22:05:46 +03:00
Alexander Koblov
bf64771da5 UPD: SynUniHighlighter - clean up 2023-05-24 21:25:35 +03:00
Alexander Koblov
c250b1412f ADD: TSynAttributes.ToString method 2023-05-16 18:53:39 +03:00
Alexander Koblov
4eb3db4aa0 UPD: Colors.json - do not quote object keys 2023-05-08 14:18:43 +03:00
Alexander Koblov
b908cc031c FIX: Crash on colors.json saving 2023-05-07 17:15:18 +03:00
Alexander Koblov
89c7913ba9 ADD: Store light and dark color settings separately (step 1) 2023-05-07 15:09:08 +03:00
rich2014
5b7d7a4a8b
UPD: workaround for IME in pathedit are removed by the update of Lazarus Lcl (issue 40008) (#973) 2023-05-06 21:03:07 +03:00
rich2014
359b5e8106
ADD: FileTime: at least millisecond supported on Linux and MacOS (#955) 2023-05-06 15:49:35 +03:00
Alexander Koblov
77c81279cb FIX: Viewer - slow navigation with overlong lines (issue #926) 2023-05-06 14:15:08 +03:00
Wes
f733324983
dcpcrypt2.pas : upstream hash fix for large files (#956) 2023-04-30 12:15:28 +03:00