Commit graph

626 commits

Author SHA1 Message Date
Alexander Koblov
ebf4142948 ADD: Lua - show error when script file not found
ADD: Lua - setenv/unsetenv functions (patch by NorbertJh)
2023-03-17 22:18:48 +03:00
Alexander Koblov
b74ed59ed6 UPD: TComboBoxAutoWidth - width calculation algorithm
(cherry picked from commit b188817eed)
2023-03-17 21:23:19 +03:00
Alexander Koblov
d00f8b7b7c FIX: FPC 3.3 compatibility (#385) 2023-01-21 12:05:23 +03:00
Alexander Koblov
760704ef61 FIX: Viewer - TWinControl.CreateWnd creating Handle during loading 2023-01-15 12:19:31 +03:00
Alexander Koblov
a44742c37a FIX: Range check error
(cherry picked from commit 45046c24b7)
2022-12-25 12:35:24 +03:00
Alexander Koblov
65bb0d8432 FIX: Viewer does not display KOI8 (fixes #726)
(cherry picked from commit b3bd295976)
2022-12-25 12:32:48 +03:00
Alexander Koblov
4a8a5a6f5c FIX: Button Help is truncated (fixes #630)
(cherry picked from commit 8291f84b0b)
2022-11-23 18:48:59 +03:00
Alexander Koblov
075bb220bc ADD: TKASButtonPanel - SameWidth and SameHeight properties
(cherry picked from commit 0bcb9b1d7c)
2022-11-23 18:48:58 +03:00
Alexander Koblov
f7674f4e58 FIX: Viewer - draw last line (issue #652)
(cherry picked from commit 6d8420b479)
2022-11-07 18:21:42 +03:00
Alexander Koblov
22c256c62c FIX: Viewer - dribbling of lowest line when window height is resized (fixes #652)
(cherry picked from commit 35498b579e)
2022-11-07 18:21:42 +03:00
Alexander Koblov
01267bc754 UPD: CRC32 - use static constant array
(cherry picked from commit 633bccdba1)
2022-09-14 19:16:13 +03:00
Alexander Koblov
2f97288d7c FIX: Error change filename in copy operation (fixes #503)
(cherry picked from commit 6fc22a2bff)
2022-08-20 14:34:36 +03:00
Alexander Koblov
8824b665ad FIX: Rename file on copy
(cherry picked from commit 0f8f9f3563)
2022-07-05 19:24:36 +03:00
Alexander Koblov
c1982daff0 FIX: Viewer - hang on view corrupted .gif
(cherry picked from commit c44d56ace6)
2022-07-05 19:24:35 +03:00
Alexander Koblov
ae0e12fac0 FIX: ExcludeBackPathDelimiter with drive root
(cherry picked from commit ff2732ac56)
2022-06-18 16:00:15 +03:00
Alexander Koblov
6093e1aa57 FIX: FPC 3.0.4 compatibility 2022-06-12 15:32:54 +03:00
Alexander Koblov
012607073e FIX: Range check error
(cherry picked from commit 4aaa48f26e)
2022-06-12 15:24:10 +03:00
Graham Inggs
36aa1be761 FIX: TUnixTime and TUnixMode for MIPS and PowerPC (#427) 2022-05-07 15:43:01 +03:00
Alexander Koblov
200a718538 UPD: Component address
(cherry picked from commit 4363a1eb9b)
2022-05-07 15:40:57 +03:00
Alexander Koblov
367d5d4d83 FIX: Range check error 2022-02-23 18:24:25 +03:00
Alexander Koblov
a1d58d4ddc FIX: Changing the case in FAT32 filesystem (fixes #327)
(cherry picked from commit 410984ed20)
2022-02-04 22:43:30 +03:00
Alexander Koblov
c6e12ac43e FIX: Viewer - selection when text is scrolled horizontally
(cherry picked from commit fd7348ca23)
2022-02-04 22:43:30 +03:00
Alexander Koblov
86644c3990 FIX: Viewer - selection invisible characters in the text mode
(cherry picked from commit dd75f9103c)
2022-02-04 22:43:28 +03:00
Alexander Koblov
fe41de0fbd FIX: Compiling under 64 bit
(cherry picked from commit 65df20cb4b)
2022-02-04 22:43:28 +03:00
Alexander Koblov
4153c217ed ADD: Viewer - left margin option (issue #338)
(cherry picked from commit 69579d4625)
2022-02-04 22:43:27 +03:00
Alexander Koblov
78a126fcb3 FIX: Viewer - double byte text can have only even position (issue #338)
(cherry picked from commit 96f858f9ae)
2022-02-04 22:43:27 +03:00
Alexander Koblov
afe532a963 ADD: Viewer - ExtraLineSpacing option (issue #338)
(cherry picked from commit 778a5b0530)
2022-02-04 22:43:26 +03:00
Alexander Koblov
25f731263a FIX: Deleting a Favorite can produce a "is not a valid GUID value" (fixes #315)
(cherry picked from commit 06eeed2ba3)
2022-01-05 15:21:10 +03:00
Alexander Koblov
b1a12d5bd3 FIX: XMLConfig - preserve white space
(cherry picked from commit fe39bff758)
2021-12-05 13:34:34 +03:00
Alexander Koblov
824de51e1a FIX: Don't use UTF8Decode/UTF8Encode functions (issue #245)
(cherry picked from commit 57ba2a297f)
2021-12-03 22:31:47 +03:00
Alexander Koblov
60e9f5cf67 ADD: Glyph support to TKASButton
(cherry picked from commit b3302a594d)
2021-11-28 12:26:01 +03:00
Alexander Koblov
93306f5157 FIX: Dialogue needs to resize for multirename (fixes #228)
(cherry picked from commit 0871a92aef)
2021-10-30 15:09:21 +03:00
Alexander Koblov
650576b64d FIX: Build under linux-arm
(cherry picked from commit e763ccc916)
2021-10-29 18:27:50 +03:00
Alexander Koblov
348e8a2c93 FIX: Don't use flock function with all Samba variants (fixes #213)
(cherry picked from commit 59f8237282)
2021-10-29 18:25:28 +03:00
Alexander Koblov
d9726d2741 FIX: Bug [0002034] Graphical improvements and default settings 2021-09-12 18:30:56 +03:00
Alexander Koblov
8a5cf1153c UPD: Line-endings 2021-08-29 17:12:42 +03:00
Alexander Koblov
ac038463ba UPD: Refactoring 2021-08-29 11:38:30 +03:00
Alexander Koblov
3dffccc50e FIX: Viewer - scrollbars position 2021-08-27 20:28:36 +03:00
Alexander Koblov
6d116a4092 FIX: FPC 3.0.4 compatibility 2021-08-27 18:58:30 +03:00
Denis Bisson
48451b4aa4
ADD: Simple 32-bits checksum in available checksum functions (#160)
Used in retrocomputing to validate old ROM files.
2021-08-24 19:48:06 +03:00
Alexander Koblov
d04e5022aa FIX: Viewer - GetClientRect 2021-08-21 10:41:30 +03:00
Alexander Koblov
e947eeb9a8 ADD: View recycle bin content (Windows) 2021-08-06 21:35:35 +03:00
Alexander Koblov
e9975844b7 FIX: Memory leak (issue #143) 2021-07-29 23:38:47 +03:00
Alexander Koblov
8abe601043 ADD: Feature [0000999] Toolbar button state 2021-06-23 22:32:23 +03:00
Alexander Koblov
5e8f3580d9 ADD: Copy on write option (Linux BTRFS) 2021-06-19 22:33:46 +03:00
Alexander Koblov
c0886e2ee5 FIX: Copy attributes (Windows) 2021-05-02 15:05:59 +03:00
Alexander Koblov
c530826166 FIX: CIFS - ignore fmShareDenyWrite (Linux) 2021-04-24 15:18:20 +03:00
Alexander Koblov
19dca7e35c FIX: SHA-256 AVX2 - use proper align (next attempt) 2021-04-21 20:41:48 +03:00
Alexander Koblov
148fdbd592 FIX: SHA-256 AVX2 - use proper align 2021-04-20 22:51:58 +03:00
Alexander Koblov
e383fb0a6e ADD: Check BMI2Support 2021-04-18 15:35:14 +03:00