rich2014
|
5828d0beb6
|
UPD: detect Encoding by the first 4KB in Viewer, keep consistent with the Editor
(cherry picked from commit 900b369d5c)
|
2024-07-23 13:45:47 +03:00 |
|
Alexander Koblov
|
0c882703d3
|
ADD: Wcx-plugins - more accurate time support
(cherry picked from commit 1b9671eda7)
|
2024-06-22 13:08:03 +03:00 |
|
Alexander Koblov
|
759ccd600b
|
UPD: Use TFileTimeEx type
(cherry picked from commit 24edd85df6)
|
2024-06-22 13:07:54 +03:00 |
|
Alexander Koblov
|
dd87909edf
|
FIX: Allow negative Unix-time (issue #1700)
(cherry picked from commit 035cee8d76)
|
2024-06-22 13:07:54 +03:00 |
|
Alexander Koblov
|
6f76129d06
|
ADD: Don't show extensions for special items
(cherry picked from commit cd3746da5e)
|
2024-06-21 23:25:52 +03:00 |
|
Alexander Koblov
|
bd6c8c30a3
|
FIX: System language detection (issue #1724)
(cherry picked from commit e410909169)
|
2024-06-21 23:24:21 +03:00 |
|
Alexander Koblov
|
73e91c9bc7
|
FIX: Build under Windows (fixes #1702)
(cherry picked from commit 22110c33c7)
|
2024-06-09 23:14:13 +03:00 |
|
rich2014
|
5f8ddd0e6c
|
FIX #1680: Internal Viewer crashes on macOS
in FPC 3.2.2, there are some bugs in Iconvert().
use the fixed Iconvert() instead of the FPC version on macOS.
(cherry picked from commit 01c8c0c81b)
|
2024-06-09 23:14:13 +03:00 |
|
Alexander Koblov
|
7aff6814fc
|
FIX: Mark unsupported variable-width encodings
(cherry picked from commit 1286c4fc42)
|
2024-05-25 17:51:41 +03:00 |
|
Alexander Koblov
|
3d62f8d231
|
FIX: Rename folder using same name but different capitalization (fixes #1569)
(cherry picked from commit ef9ae898a0)
|
2024-04-12 00:09:06 +03:00 |
|
Alexander Koblov
|
79078c40cb
|
FIX: System language detection under macOS (fixes #1560)
(cherry picked from commit cde5faedf4)
|
2024-04-08 23:13:10 +03:00 |
|
Alexander Koblov
|
bf406ee4cb
|
FIX: Warnings
(cherry picked from commit 6e413a96dc)
|
2024-04-07 14:01:14 +03:00 |
|
Alexander Koblov
|
f40c015742
|
FIX: Different color status bars in Options when using QT version in GTK DE (fixes #1456)
(cherry picked from commit 1da29f4779)
|
2024-03-08 17:42:59 +03:00 |
|
Demetrius flavious
|
4e2506d9f2
|
Fix: directory change to non-normalized paths - issue #130 (#1061)
(cherry picked from commit 273759d119)
|
2024-01-28 14:04:12 +03:00 |
|
Alexander Koblov
|
5f6d47f553
|
FIX: ExpandAbsolutePath function (fixes #412)
(cherry picked from commit 8b4d9a068e)
|
2024-01-28 14:01:50 +03:00 |
|
Alexander Koblov
|
b31288a41c
|
FIX: ExpandAbsolutePath function (fixes #412)
(cherry picked from commit 0522508448)
|
2024-01-28 14:01:50 +03:00 |
|
Alexander Koblov
|
800c23efc9
|
FIX: TUnixFileTime under Windows
(cherry picked from commit 8ec446d80e)
|
2024-01-28 14:01:48 +03:00 |
|
Alexander Koblov
|
78966ff478
|
ADD: TStringHashListUtf8.Remove method
(cherry picked from commit 20a161d513)
|
2024-01-02 19:26:58 +03:00 |
|
Alexander Koblov
|
c61442c5d2
|
FIX: Windows XP compatibility
(cherry picked from commit a896af9641)
|
2023-12-23 15:49:18 +03:00 |
|
Alexander Koblov
|
6f1089dc44
|
UPD: Use SafeLoadLibrary function
(cherry picked from commit fb22e6ef95)
|
2023-12-23 15:49:15 +03:00 |
|
Alexander Koblov
|
24d68afdb0
|
UPD: KAScrypt description
(cherry picked from commit 7c398cfca6)
|
2023-12-05 20:38:50 +03:00 |
|
Alexander Koblov
|
abdd776d09
|
UPD: Rename DCPcrypt to KAScrypt
(cherry picked from commit 950c479527)
|
2023-12-05 20:38:50 +03:00 |
|
Alexander Koblov
|
6a34f7a7c1
|
FIX: Build under 32 bit
(cherry picked from commit 91b57011ee)
|
2023-12-03 17:05:21 +03:00 |
|
Alexander Koblov
|
3863add31f
|
ADD: FileIsReadOnly function
(cherry picked from commit 7720dd970e)
|
2023-12-03 16:54:28 +03:00 |
|
Alexander Koblov
|
f0f8b4db52
|
FIX: Save last error
(cherry picked from commit 4b6bfe3345)
|
2023-11-28 20:06:09 +03:00 |
|
Demetrius flavious
|
bc7922e316
|
ADD: custom directory separator when copying file names to clipboard (#1352)
(cherry picked from commit 2c58fbdc14)
|
2023-11-25 00:24:53 +03:00 |
|
Alexander Koblov
|
d7f8c6b591
|
FIX: Environment variables are case sensitive under Unix
(cherry picked from commit 28d13ee123)
|
2023-10-27 21:17:47 +03:00 |
|
Alexander Koblov
|
290927c678
|
FIX: Save XML-config into symbolic link
(cherry picked from commit d6248457c5)
|
2023-10-22 00:10:42 +03:00 |
|
Alexander Koblov
|
0032175085
|
FIX: Save XML-config into symbolic link
(cherry picked from commit 7f38508f46)
|
2023-10-21 21:44:04 +03:00 |
|
rich2014
|
7a7b14efcd
|
Fix: Cocoa/TKASPathEdit: call AutoComplete() only when changed by user now
(cherry picked from commit f4a5ad5ef0)
|
2023-10-18 21:57:56 +03:00 |
|
Alexander Koblov
|
8c74dcac10
|
ADD: O_PATH constant
(cherry picked from commit 6a8b3fe1d5)
|
2023-09-30 22:55:54 +03:00 |
|
Alexander Koblov
|
abd7777534
|
FIX: Viewer find skips first matching occurrence (fixes #1250)
(cherry picked from commit 15c1cc8fdf)
|
2023-09-08 22:58:18 +03:00 |
|
Alexander Koblov
|
bde8179846
|
ADD: Load library from system PATH
(cherry picked from commit 9f2e26306e)
|
2023-09-08 22:58:18 +03:00 |
|
Alexander Koblov
|
cf87f52512
|
FIX: Unix mode
(cherry picked from commit 06391ac736)
|
2023-08-02 23:08:29 +03:00 |
|
Alexander Koblov
|
f9fbdedb82
|
FIX: Hotkey labels from Keys show up in toolbar hover info tags (fixes #1044)
(cherry picked from commit 03483a1044)
|
2023-07-30 16:06:14 +03:00 |
|
Alexander Koblov
|
ebd3e94414
|
FIX: Text viewer cannot show text with filesize>=2G (fixes #958)
(cherry picked from commit f036b26454)
|
2023-07-30 16:06:14 +03:00 |
|
Alexander Koblov
|
c3252c7884
|
FIX: Build under Haiku
(cherry picked from commit 266dd8593a)
|
2023-07-29 15:47:10 +03:00 |
|
Alexander Koblov
|
844a067b16
|
FIX: KASColorBoxButton - disabled font color
|
2023-07-20 00:40:31 +03:00 |
|
Alexander Koblov
|
353edf1a84
|
UPD: KASColorBoxButton - optimize preferred size calculation
|
2023-07-19 16:27:32 +03:00 |
|
Alexander Koblov
|
e8f7fafdff
|
UPD: KASColorBoxButton - optimize preferred size calculation
|
2023-07-19 13:20:02 +03:00 |
|
Alexander Koblov
|
e361d26216
|
UPD: Move ExtractRootDir function to DCOSUtils
|
2023-07-16 12:49:02 +03:00 |
|
Alexander Koblov
|
3d0546e9b9
|
UPD: KASColorBoxButton - publish some properties
|
2023-07-15 16:52:53 +03:00 |
|
Alexander Koblov
|
0197ad2a7a
|
UPD: KASColorBoxButton - use KASButton
|
2023-07-15 16:24:18 +03:00 |
|
Alexander Koblov
|
3c6e710446
|
ADD: KASButton - default size
|
2023-07-15 15:53:10 +03:00 |
|
Alexander Koblov
|
cf2248470b
|
UPD: KASColorBoxButton - spacing
|
2023-07-15 15:53:09 +03:00 |
|
rich2014
|
580d08db2e
|
Fix: compilation issue with the latest version of Lazarus
|
2023-07-14 23:19:27 +08:00 |
|
Alexander Koblov
|
3d4529d1b5
|
ADD: KASColorBoxButton - allow default color
|
2023-07-12 20:13:47 +03:00 |
|
Alexander Koblov
|
a15f42b182
|
ADD: KASColorBox and KASColorBoxButton components
|
2023-07-11 19:32:45 +03:00 |
|
Alexander Koblov
|
1f5b10c8ad
|
FIX: Use case insensitive compare when necessary (fixes #1029)
|
2023-07-02 17:04:39 +03:00 |
|
rich2014
|
b8c37ea812
|
Fix: Cocoa: TKASPathEdit AutoComplete on MacOS
|
2023-06-25 00:11:48 +08:00 |
|