Commit graph

562 commits

Author SHA1 Message Date
Alexander Koblov
eca6398e5d FIX: Range check error (issue 0002553) 2020-11-11 19:52:47 +00:00
Alexander Koblov
038a9679c8 FIX: Try to find correct system encoding when locale does not exists (isuue 0002546) 2020-10-28 19:50:39 +00:00
Alexander Koblov
b563476e1a ADD: SHA256 use AVX2 2020-10-25 13:32:56 +00:00
Alexander Koblov
6562b51bf4 ADD: SHA256 use AVX2 2020-10-25 11:02:12 +00:00
Alexander Koblov
70b953b6e9 ADD: GetTickCountEx function 2020-10-24 22:06:30 +00:00
Alexander Koblov
8009acce15 ADD: BLAKE2 use AVX under x86_64 2020-10-24 11:07:14 +00:00
Alexander Koblov
92d26a2d50 ADD: BLAKE3 use SSE2, SSE41 and AVX2 (full speed, use original asm code) 2020-10-23 18:56:44 +00:00
Alexander Koblov
4abc15b8f1 FIX: SHA-224 - Buffer overflow 2020-10-22 18:12:26 +00:00
Alexander Koblov
dac9442e28 FIX: Revert previous commit 2020-10-21 18:30:39 +00:00
Alexander Koblov
b00de74788 ADD: BLAKE3 use SSE2 (full speed, use original asm code) 2020-10-21 17:26:28 +00:00
Alexander Koblov
48ae178b38 ADD: BLAKE3 use SSE2 2020-10-18 19:53:16 +00:00
Alexander Koblov
75807a3ee9 ADD: BLAKE3 hash function (portable) 2020-10-18 15:40:33 +00:00
Alexander Koblov
6c58a27b98 ADD: Editor - support highlighters other menu item 2020-10-04 13:08:26 +00:00
Alexander Koblov
5a450c400a UPD: Move mbSetEnvironmentVariable and mbGetEnvironmentVariable to DCOSUtils unit 2020-09-08 18:44:11 +00:00
Alexander Koblov
3499a2d952 ADD: Show error when cannot get file size 2020-08-09 18:25:01 +00:00
Alexander Koblov
457dbc29b5 UPD: Refactoring 2020-08-09 18:18:57 +00:00
Alexander Koblov
40d5f32e4b ADD: FileIsConsoleExe function 2020-06-14 12:43:48 +00:00
Alexander Koblov
bd52365abb FIX: SplitPath result 2020-06-07 09:25:58 +00:00
Alexander Koblov
0c29475d39 FIX: Range check error 2020-04-03 18:35:33 +00:00
Alexander Koblov
e3747d2fc6 FIX: Build under macOS 2020-04-03 17:53:21 +00:00
Alexander Koblov
731b276032 UPD: Don't trim starting spaces 2020-03-30 15:58:03 +00:00
Alexander Koblov
6cf0d4fd68 FIX: Bug [0002417] Double commander allows trailing space filenames on NTFS #2 2020-03-08 17:12:49 +00:00
Alexander Koblov
660e8d4c65 UPD: New mbFileGetAttr implementation 2020-02-28 18:12:59 +00:00
Alexander Koblov
3806af891d FIX: Build with fpc 3.2 2020-02-10 18:23:17 +00:00
Alexander Koblov
787064a229 FIX: Get FileSystemCodePage (Windows) 2020-01-31 19:50:39 +00:00
Alexander Koblov
68ad64f9a9 FIX: Viewer - move caret to the end (UTF-16) 2020-01-29 17:12:16 +00:00
Denis Bisson
efccae2ac0 FIX:Problem loading text file content encoded in UTF16BE. If the byte-swapped value of a character was giving a value between 0xD800 to 0xDFFF inclusively, the following character was not loaded correctly, and sometimes few others. 2020-01-20 03:46:07 +00:00
Alexander Koblov
cfef0b46ed FIX: Show hotkeys for middle toolbar in the hint and menu 2020-01-19 14:50:48 +00:00
Alexander Koblov
d1fda7cefa FIX: Bug [0001348] No horizontal scroll via mouse horizontal wheel in the text viewer 2020-01-17 21:46:37 +00:00
Alexander Koblov
3ab052bc3b FIX: KASToolBar - separator in vertical mode without themes 2020-01-11 17:33:39 +00:00
Alexander Koblov
44ef27acc8 ADD: CeUtf8ToUtf16, CeUtf16ToUtf8 functions 2020-01-10 16:53:10 +00:00
Alexander Koblov
146939ce70 UPD: Refactoring 2019-12-29 15:18:04 +00:00
Alexander Koblov
bb480107ca FIX: Extract files from archive by file mask 2019-12-29 14:41:04 +00:00
Alexander Koblov
a5c90c91de ADD: Some utility functions 2019-12-29 13:13:51 +00:00
Alexander Koblov
beac1c8872 ADD: KASToolPanel control 2019-12-28 11:02:43 +00:00
Alexander Koblov
a1d4cd80d6 UPD: Refactoring 2019-12-14 12:23:20 +00:00
Alexander Koblov
ffc19df91f UPD: Refactoring 2019-12-14 12:16:22 +00:00
Alexander Koblov
04056efd6c ADD: FileFlushData function 2019-12-14 11:55:32 +00:00
Alexander Koblov
6c8b204e6f FIX: Clone separator item 2019-12-08 15:40:55 +00:00
Alexander Koblov
66901eb041 ADD: Toolbar - space style separator 2019-12-08 14:19:06 +00:00
Alexander Koblov
df94df6151 ADD: Find duplicate files 2019-12-03 18:17:23 +00:00
Alexander Koblov
5662e36779 UPD: Relocate some functions 2019-11-09 09:03:08 +00:00
Alexander Koblov
8cc6efcd13 ADD: Copy/move as admin 2019-10-27 10:16:18 +00:00
Alexander Koblov
b204bf2589 FIX: Bug [0001774] Refusal to make a copy 2019-10-13 14:21:57 +00:00
Alexander Koblov
a75531f304 ADD: FileSetReadOnlyUAC function 2019-10-12 12:14:52 +00:00
Alexander Koblov
5979ee286a FIX: Show error if user does not have right to create symlink (under last Windows 10) 2019-09-18 17:54:02 +00:00
Alexander Koblov
2833bdb942 ADD: SetLastOSError function 2019-09-15 09:04:09 +00:00
Alexander Koblov
55423ae96a FIX: Bug [0002335] Unhandled exception: EConvertError: 1980-0-0 is not a valid date specification 2019-08-09 09:57:37 +00:00
Alexander Koblov
5df803af4d FIX: Viewer - move caret under Qt 2019-07-14 15:18:19 +00:00
Alexander Koblov
17c5c81802 ADD: Viewer - hide caret when it out of the screen 2019-07-14 12:45:09 +00:00