Commit graph

10,082 commits

Author SHA1 Message Date
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
Alexander Koblov
84cbade919 UPD: Optimization 2022-01-07 17:59:32 +03:00
Alexander Koblov
edb79158fd FIX: Disable bold mode 2022-01-07 17:19:37 +03:00
Alexander Koblov
6e258b78aa FIX: Escape key handling 2022-01-07 17:01:39 +03:00
Alexander Koblov
f124b25986 FIX: RabbitVCS - ignore invalid json answer 2022-01-07 14:12:32 +03:00
Alexander Koblov
bffeb175a1 FIX: Update scrollbars 2022-01-05 22:03:11 +03:00
Alexander Koblov
76eaebb4f7 FIX: Auto-Wrap sequence
ADD: DEC Line Drawing charset
2022-01-05 20:49:40 +03:00
Alexander Koblov
acbf304fa7 FIX: Repaint on screen buffer change 2022-01-05 19:38:09 +03:00
Alexander Koblov
68bab18a4b ADD: Delete character sequence 2022-01-05 19:28:50 +03:00
Alexander Koblov
06eeed2ba3 FIX: Deleting a Favorite can produce a "is not a valid GUID value" (fixes #315) 2022-01-05 15:17:19 +03:00
Alexander Koblov
db3250b905 ADD: Soft reset sequence 2022-01-05 14:38:04 +03:00
Alexander Koblov
9d3682bd5d ADD: Insert/delete line sequences 2022-01-05 13:57:40 +03:00
Alexander Koblov
0325c4a073 ADD: Reverse line feed sequence 2022-01-03 13:01:29 +03:00
Alexander Koblov
27459aa040 FIX: Show caret under GTK2 2022-01-02 20:20:14 +03:00
Alexander Koblov
509b1d508f UPD: Set focus to console on Ctrl+O 2022-01-02 18:28:25 +03:00
Alexander Koblov
769a376b36 FIX: Update scroll range 2022-01-02 18:10:34 +03:00
Alexander Koblov
e0cd28431f ADD: Set scroll range 2022-01-02 17:23:24 +03:00
Alexander Koblov
dfacf9536f ADD: Alternate buffer support 2022-01-02 15:30:49 +03:00