Commit graph

10,149 commits

Author SHA1 Message Date
Alexander Koblov
16aebab1bf UPD: Prepare native dark mode support (Windows >= 10) 2022-02-07 19:14:04 +03:00
Alexander Koblov
705aa37bb1 FIX: Use case insensitive search 2022-02-07 19:12:26 +03:00
Alexander Koblov
29440a2db0 UPD: Refactoring 2022-02-06 13:38:47 +03:00
Alexander Koblov
3f4f630332 FIX: IContextMenu::InvokeCommand ignore E_FAIL return code (fixes #345) 2022-02-06 12:04:28 +03:00
Alexander Koblov
dff82972f2 FIX: Lazarus 2.0.12 compatibility 2022-02-05 21:20:47 +03:00
Alexander Koblov
8558e73836 FIX: Viewer - folder view text color 2022-02-05 20:05:41 +03:00
Alexander Koblov
762565d5eb DEL: Obsolete unbz2 plugin 2022-02-05 18:15:44 +03:00
Alexander Koblov
7dc29ef651 DEL: Move gvfs plugin to plugins repo 2022-02-05 14:15:17 +03:00
Alexander Koblov
71bb4d22f9 UPD: Base64 - use 76 symbols line length like other tools 2022-02-04 19:55:06 +03:00
Alexander Koblov
8c1dc7de0d FIX: Base64 - decoding progress 2022-02-04 18:54:13 +03:00
Alexander Koblov
29d0510f1a FIX: Extract operation progress 2022-02-04 18:42:59 +03:00
Alexander Koblov
3dce6c57b9 UPD: Base64 - increase performance 2022-02-04 18:41:16 +03:00
Alexander Koblov
dab1c72661 ADD: Base64 - cancel operation 2022-02-03 21:57:23 +03:00
Alexander Koblov
53a45c7b6d FIX: Base64 - build under Unix 2022-02-03 21:05:51 +03:00
Alexander Koblov
3581256bad ADD: Base64 to default plugins 2022-02-03 20:09:12 +03:00
Alexander Koblov
61127e7c63 ADD: Base64 plugin to build and install scripts 2022-02-03 19:47:21 +03:00
Alexander Koblov
6e73727125 UPD: Base64 - better header processing 2022-02-03 19:35:22 +03:00
Alexander Koblov
827ea3fbe0 ADD: Base64 - verify header 2022-02-02 22:46:18 +03:00
Alexander Koblov
cb5c744996 DEL: Move xpi_wdx to plugins repo 2022-02-02 20:45:28 +03:00
Alexander Koblov
e0e2fb0553 ADD: Base64 encode/decode plugin 2022-02-02 19:42:04 +03:00
Alexander Koblov
0ae9f96e8e UPD: Move GetNextLine function to doublecmd_common package 2022-02-02 18:46:59 +03:00
Alexander Koblov
410984ed20 FIX: Changing the case in FAT32 filesystem (fixes #327) 2022-02-01 19:28:22 +03:00
Alexander Koblov
fd7348ca23 FIX: Viewer - selection when text is scrolled horizontally 2022-01-31 18:19:59 +03:00
Alexander Koblov
dd56403d1c UPD: Terminal - use double buffering 2022-01-30 16:58:31 +03:00
Alexander Koblov
b0289a6f0e FIX: Wrong file selected after rename (fixes #339) 2022-01-30 14:09:39 +03:00
Alexander Koblov
197679f8e6 UPD: Replace ExtraLineSpacing by ExtraLineSpan for uniformity 2022-01-30 11:14:35 +03:00
Alexander Koblov
dd75f9103c FIX: Viewer - selection invisible characters in the text mode 2022-01-30 11:11:29 +03:00
Alexander Koblov
65df20cb4b FIX: Compiling under 64 bit 2022-01-29 16:48:32 +03:00
Alexander Koblov
b4664cf31f ADD: Viewer - load options LeftMargin and ExtraLineSpacing from configuration file (issue #338) 2022-01-29 16:01:24 +03:00
Alexander Koblov
69579d4625 ADD: Viewer - left margin option (issue #338) 2022-01-29 15:52:19 +03:00
Alexander Koblov
96f858f9ae FIX: Viewer - double byte text can have only even position (issue #338) 2022-01-29 13:36:55 +03:00
Alexander Koblov
778a5b0530 ADD: Viewer - ExtraLineSpacing option (issue #338) 2022-01-29 13:06:15 +03:00
Alexander Koblov
98bdde4e1f FIX: cm_ReloadFavoriteTabs Crash (fixes #236) 2022-01-27 20:34:11 +03:00
Alexander Koblov
840312d5f7 FIX: Different rightclick behaviour 0.9.10 and 1.0.0 alpha (fixes #105) 2022-01-26 20:29:20 +03:00
Alexander Koblov
583eaaf323 FIX: Terminal - paint without double buffering 2022-01-26 19:08:36 +03:00
Alexander Koblov
e0d66891c5 FIX: Terminal - access violation 2022-01-24 20:04:17 +03:00
Alexander Koblov
e51f4fa0df UPD: Terminal - better buffer overflow checking ADD: Terminal - erase screen left sequence 2022-01-24 18:52:22 +03:00
Alexander Koblov
ad8ee310b7 FIX: Terminal - crash 2022-01-23 14:08:38 +03:00
Alexander Koblov
d2b2920c29 FIX: Zip - use GMT time if available when extract 2022-01-19 20:53:03 +03:00
Alexander Koblov
fe7d3d64d7 FIX: Viewer - auto-reload using internal view mode only 2022-01-18 18:25:08 +03:00
Alexander Koblov
e663163af2 FIX: Replace file in the TAR archive 2022-01-17 19:12:00 +03:00
Alexander Koblov
110b04a8a3 UPD: Synchronize LCL translation 2022-01-09 15:46:16 +03:00
larinsv
67e8fa01c1
ADD: Find and replace using RegEx in UTF8 encoded files (#323)
* ADD: Implemented TRegExprU.ReplaceAll

* ADD: Implemented TRegExprEx.ReplaceAll

* UPD: Processing EncodingDefault (probably as UTF8) in TRegExprEx.ChangeEncoding

* ADD: Ability to set encoding immediately in the TRegExprEx.Create

* UPD: Allow find and replace text using RegEx in UTF8 encoded files
2022-01-09 15:32:50 +03:00
Alexander Koblov
430afd91ee UPD: Several fixes 2022-01-08 14:27:05 +03:00
Alexander Koblov
ea61dd9800 FIX: Move the cursor to the home position 2022-01-08 13:15:14 +03:00
Alexander Koblov
4d6faa30c0 FIX: Correctly process partial characters 2022-01-08 12:37:43 +03:00
Alexander Koblov
6100ef57f9 FIX: Scroll Up/Down with scrolling region 2022-01-07 22:47:21 +03:00
Alexander Koblov
8e0ab9a8cd ADD: Cursor next/previous line sequence 2022-01-07 21:04:16 +03:00
Alexander Koblov
32d37efad0 UPD: Show/hide console by Ctrl+O 2022-01-07 18:53:10 +03:00
Alexander Koblov
7db27cc2c8 UPD: Show/hide console by Ctrl+O 2022-01-07 18:46:12 +03:00