Commit graph

155 commits

Author SHA1 Message Date
Alexander Koblov
66d9f04d01 FIX: Viewer - crash with zero size virtual file (issue #2373) 2025-09-04 20:47:38 +03:00
Alexander Koblov
dd657ed8a1 FIX: Viewer - random crash with enabled caret under Qt (issue #2265) 2025-05-31 01:17:04 +03:00
Alexander Koblov
e701968cd1 FIX: Viewer - crash with unreadable file 2025-03-30 01:59:54 +03:00
Alexander Koblov
92bd7df527 FIX: Crash under GTK3 2025-03-28 23:19:00 +03:00
Alexander Koblov
48136147e9 ADD: Viewer - display control characters in the DOS encoding (like code page 437) 2025-03-19 21:49:49 +03:00
Alexander Koblov
3bd0a10816 UPD: Unit description 2025-03-19 21:49:49 +03:00
Alexander Koblov
0c47b49589 FIX: Viewer - wrong text wrapping (fixes #2183) 2025-02-23 14:14:41 +03:00
Alexander Koblov
11f8742da2 FIX: Compatibility with Lazarus 4.99 2025-01-31 21:44:58 +03:00
Alexander Koblov
1da73f2809 FIX: Viewer - Ctrl+End (go to file end) goes incorrect (fixes #817) 2024-09-19 20:44:51 +03:00
Alexander Koblov
1ee7a6b2b8 FIX: Viewer - Incorrect selection offset after search in Text mode (issue #1755) 2024-08-12 21:31:51 +03:00
rich2014
900b369d5c UPD: detect Encoding by the first 4KB in Viewer, keep consistent with the Editor 2024-07-03 23:11:55 +08:00
Alexander Koblov
64c0ae2933 UPD: Viewer - multi-byte encoding list 2024-05-29 20:59:52 +03:00
Alexander Koblov
a2da252b19 ADD: Viewer - show text in the selected single-byte encoding in the hex, dec and bin modes (fixes #1674) 2024-05-28 21:59:46 +03:00
Alexander Koblov
1286c4fc42 FIX: Mark unsupported variable-width encodings 2024-05-25 13:56:09 +03:00
Alexander Koblov
6e413a96dc FIX: Warnings 2024-04-06 13:38:58 +03:00
Alexander Koblov
15c1cc8fdf FIX: Viewer find skips first matching occurrence (fixes #1250) 2023-08-31 21:54:01 +03:00
Alexander Koblov
77c81279cb FIX: Viewer - slow navigation with overlong lines (issue #926) 2023-05-06 14:15:08 +03:00
Alexander Koblov
71b938edb3 DEL: Unused unit 2023-02-18 13:20:19 +03:00
Alexander Koblov
2a795329a7 FIX: Viewer - TWinControl.CreateWnd creating Handle during loading 2023-01-09 21:07:50 +03:00
Alexander Koblov
b3bd295976 FIX: Viewer does not display KOI8 (fixes #726) 2022-12-21 22:35:07 +03:00
Alexander Koblov
7067d0c264 ADD: Viewer - auto copy option 2022-11-22 21:48:09 +03:00
Alexander Koblov
6d8420b479 FIX: Viewer - draw last line (issue #652) 2022-11-02 18:12:07 +03:00
Alexander Koblov
35498b579e FIX: Viewer - dribbling of lowest line when window height is resized (fixes #652) 2022-10-30 19:37:25 +03:00
Alexander Koblov
231aee8184 ADD: Viewer - Office XML (text only) mode 2022-03-25 18:43:47 +03:00
Alexander Koblov
fd7348ca23 FIX: Viewer - selection when text is scrolled horizontally 2022-01-31 18:19:59 +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
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
3dffccc50e FIX: Viewer - scrollbars position 2021-08-27 20:28:36 +03:00
Alexander Koblov
d04e5022aa FIX: Viewer - GetClientRect 2021-08-21 10:41:30 +03:00
Alexander Koblov
ee74164087 FIX: Bug [0002102] 2021-01-22 17:11:21 +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
68ad64f9a9 FIX: Viewer - move caret to the end (UTF-16) 2020-01-29 17:12:16 +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
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
Alexander Koblov
7b03259ee1 UPD: Viewer - move caret independent from scroll bar 2019-07-14 09:49:55 +00:00
Alexander Koblov
6467be490b ADD: Viewer - move caret by Home, Ctrl+Home keys 2019-07-14 08:34:21 +00:00
Alexander Koblov
6ccfa5b7a7 ADD: ViewerControl - move caret on go home/end 2019-07-13 16:49:48 +00:00
Alexander Koblov
1059cec06f ADD: ViewerControl - show caret option 2019-07-13 15:22:23 +00:00
Alexander Koblov
a819a28d63 ADD: Viewer - auto-reload option 2019-05-05 10:11:07 +00:00
Alexander Koblov
2b82f72212 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #8 2018-12-21 21:20:24 +00:00
Alexander Koblov
21f16f67dc FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #7 2018-12-10 19:09:37 +00:00
Alexander Koblov
d125c80583 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #6 2018-12-08 21:53:59 +00:00
Alexander Koblov
2fd8e827e9 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #5 2018-12-08 21:44:33 +00:00
Alexander Koblov
d613107be9 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #4 2018-12-08 16:16:35 +00:00
Alexander Koblov
339264e221 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #3 2018-11-17 10:53:31 +00:00