Commit graph

398 commits

Author SHA1 Message Date
Alexander Koblov
a6204fc16b ADD: Show UNIX attributes in octal mode 2017-09-19 19:29:40 +00:00
Alexander Koblov
6109d16d6d UPD: Password store - Also use AES encryption 2017-09-17 16:27:19 +00:00
Alexander Koblov
cc47733fda ADD: scrypt_kdf function 2017-08-19 10:12:17 +00:00
Alexander Koblov
11950e3d98 ADD: scrypt unit 2017-08-19 10:06:15 +00:00
Alexander Koblov
48368421cc ADD: ISAAC random number generator 2017-08-15 19:58:11 +00:00
Alexander Koblov
0752690c80 UPD: Use pbkdf2_hmac_sha3_512 2017-08-12 14:07:03 +00:00
Alexander Koblov
a136744718 ADD: HMAC_SHA3-256 function 2017-08-05 10:11:03 +00:00
Alexander Koblov
d65b35b371 FIX: Bug [0001387] 2017-07-29 15:11:16 +00:00
Denis Bisson
6d52464be6 FIX: Function to compare filetime with the flag to consider a one hour difference to be equal file was not working correctly. Instead of considering a difference of 3600 seconds as an equivalent time, it was using instead 3600 days as the difference. This has been fixed. This was to fix the "cm_CompareDirectories" internal command when the setting "NtfsHourTimeDelay" was set to true that was not working correctly with actual files with exactly 1 hour file time difference. 2017-07-08 18:14:39 +00:00
Alexander Koblov
d2f599eae3 UPD: Move attributes formatting functions to DCFileAttributes 2017-06-18 10:08:18 +00:00
Alexander Koblov
08ed305c65 ADD: WinFileTimeToUnixTime function 2017-06-03 14:24:25 +00:00
Denis Bisson
f75c70b819 FIX: Avoid annoying "EConvertError" exception in "synunihighlighter" when running DC through Lazarus in areas where "," is the normal system decimal separator. 2017-05-27 17:27:50 +00:00
Alexander Koblov
77f8f9e9dc FIX: Access violation after editing toolbar 2017-05-11 17:44:26 +00:00
Alexander Koblov
26a16ace22 UPD: Show 3 number in decimal view 2017-05-08 16:32:02 +00:00
Alexander Koblov
33c98164ab ADD: Viewer - ANSI (Windows) and OEM (DOS) encoding 2017-05-08 15:29:41 +00:00
Alexander Koblov
c2f6afd273 FIX: High-DPI - copy/move dialog 2017-05-08 11:45:03 +00:00
Alexander Koblov
7f3b40052c FIX: Bug [0001698] Cannot delete file/directory that is already deleted 2017-05-06 07:36:34 +00:00
Alexander Koblov
1b914bb980 FIX: Get maximum selection with any encoding 2017-05-05 20:52:24 +00:00
Alexander Koblov
492ddd91e4 FIX: Get maximum selection with UTF-8 2017-05-05 20:35:00 +00:00
Alexander Koblov
d30c14cbe8 FIX: Build with FPC 2.6.4 2017-05-04 20:21:53 +00:00
Alexander Koblov
38939fac64 FIX: Find files in directories with ';' in name 2017-05-04 18:21:09 +00:00
Alexander Koblov
9597dba795 UPD: Set maximum of chars on one line unwrapped text to 1024 2017-05-02 20:21:38 +00:00
Alexander Koblov
9c79b8b03a UPD: Don't read date 2017-04-09 08:38:16 +00:00
Alexander Koblov
553207dc20 UPD: Don't compile designer 2017-03-05 11:37:10 +00:00
Alexander Koblov
f1e5997860 UPD: Use XML classes from LazUtils package 2017-03-05 10:54:55 +00:00
Alexander Koblov
d22aa2082f UPD: Use SynUniHighlighter version 1.8 2017-03-05 10:43:37 +00:00
Alexander Koblov
78af8e8272 ADD: Clean up output directory 2017-02-26 10:49:27 +00:00
Alexander Koblov
1bebe50901 UPD: Clean up 2017-02-26 10:41:06 +00:00
Alexander Koblov
e3183a8100 UPD: Clean up 2017-02-26 10:11:26 +00:00
Alexander Koblov
91c497afa2 FIX: Load highlighter from file 2017-02-25 11:45:52 +00:00
Alexander Koblov
98c38f8b6a ADD: SynUniHighlighter component 2017-02-25 11:42:36 +00:00
Alexander Koblov
1a347dc8bd ADD: Feature [0001714] When opening a search window in the viewer, search field should be filled with currently selected text 2017-02-10 21:27:39 +00:00
Alexander Koblov
80df6297c1 FIX: Build under BSD #2 2017-01-28 12:05:39 +00:00
Alexander Koblov
f99360b304 FIX: Build under BSD 2017-01-28 11:36:18 +00:00
Alexander Koblov
23f911f282 ADD: Call FileCloseOnExecAll after fork in TProcessUtf8 2017-01-28 08:52:08 +00:00
Alexander Koblov
5a4a70c572 ADD: FileCloseOnExecAll function 2017-01-24 18:30:30 +00:00
Alexander Koblov
c8126a65a1 FIX: Bug [0001705] Opening terminal while moving file keeps the file open on source drive 2017-01-22 09:02:42 +00:00
Alexander Koblov
4b8702c2d7 FIX: Build under macOS 2017-01-15 09:43:23 +00:00
Alexander Koblov
937e79dd2e ADD: Long path support in mbExpandEnvironmentStrings 2017-01-09 19:13:42 +00:00
Alexander Koblov
da3b62cd32 ADD: SHA2_224 support (issue 0001666) 2016-12-31 12:40:21 +00:00
Alexander Koblov
1b2a7f5d5c FIX: Access violation 2016-12-10 19:15:10 +00:00
Alexander Koblov
8d783d9088 ADD: mbSysErrorMessage function without parameters 2016-10-29 13:31:51 +00:00
Alexander Koblov
a4d7e34390 ADD: Verify data integrity after copy/move (experimental) 2016-10-01 08:43:26 +00:00
Alexander Koblov
18200f77bd FIX: OpenFlags #2 2016-09-30 22:41:05 +00:00
Alexander Koblov
36882cacf1 FIX: OpenFlags 2016-09-30 22:09:26 +00:00
Alexander Koblov
dbf343b2c7 ADD: fmOpenSync and fmOpenDirect flags 2016-09-30 21:05:41 +00:00
Alexander Koblov
ad2df7e264 FIX: Binary differ highlight 2016-09-23 16:07:17 +00:00
Alexander Koblov
504e10a253 FIX: Bug [0001468] Files without read permission appears like empty files 2016-08-27 18:06:59 +00:00
Alexander Koblov
ac58f1d2de UPD: Move UnicodeUtils unit to doublecmd/doublecmd_common.lpk 2016-08-20 17:55:51 +00:00
Alexander Koblov
0ff963feb8 FIX: WrapTextSimple function 2016-08-20 16:07:49 +00:00