Alexander Koblov
6ae1ae3994
ADD: Load/save font quality
2015-06-06 14:03:11 +00:00
Alexander Koblov
1048a7959a
FIX: Disable fPIC under ARM
2015-03-28 09:59:20 +00:00
Alexander Koblov
8a94f5fa8b
UPD: Use UnicodeToUTF8
2015-03-06 21:29:55 +00:00
Alexander Koblov
05347024d4
ADD: UTF8 <-> UCS4 functions
2015-03-06 20:48:17 +00:00
Alexander Koblov
44a820ae94
FIX: ComboBox height
2015-02-28 20:52:21 +00:00
Alexander Koblov
75d7892315
ADD: TComboBoxAutoWidth class
2015-02-28 12:37:42 +00:00
Alexander Koblov
075c4f1004
FIX: Auto detect encoding when load next file
2015-02-22 10:08:54 +00:00
Alexander Koblov
2de10efdc9
UPD: Many different improvements (patch by Denis Bisson)
2015-01-11 11:33:38 +00:00
Alexander Koblov
16281c3dd6
UPD: Many different improvements (patch by Denis Bisson)
2015-01-09 19:29:23 +00:00
Alexander Koblov
6e4e35efea
FIX: mbFileSetTime under Unix (patch by Denis Bisson)
2015-01-02 11:24:08 +00:00
Alexander Koblov
9e944511af
FIX: Save MultiArc configuration (patch by Denis Bisson with changes)
2014-11-20 21:18:22 +00:00
Alexander Koblov
91631d53e0
FIX: Bug [0000954] "The internal viewer doesn't focus or scroll properly"
2014-11-18 17:19:25 +00:00
Alexander Koblov
fa6ed66d22
FIX: Compiling under Linux
2014-11-15 17:46:48 +00:00
Alexander Koblov
37eec4ee5b
ADD: TProcessUtf8 class
2014-11-12 19:30:12 +00:00
Alexander Koblov
da7b6b1b93
FIX: Try to fix EInvalidOp
2014-10-31 20:56:54 +00:00
Alexander Koblov
0b9eacbcd4
FIX: Build under RPM based distro
2014-10-26 17:36:26 +00:00
Alexander Koblov
6c0deec722
FIX: UnixStrToFileAttr function
2014-10-23 18:41:45 +00:00
Alexander Koblov
c7c44a254d
UPD: Format unix mode like ls does
2014-10-23 18:36:29 +00:00
Alexander Koblov
427b77907a
UPD: Raise EReadError exception when can not read from TFileStreamEx
...
FIX: Bug [0000923] "Uncorrect work of build in zip.wcx plugin"
2014-09-26 19:02:31 +00:00
Alexander Koblov
d30a06b0c0
FIX: Bug [0000889] "Build scripts should exit on error"
2014-09-20 14:28:05 +00:00
Alexander Koblov
8d59fa8a61
ADD: FileTimeCompare function
2014-06-29 17:09:39 +00:00
Alexander Koblov
8bd1fd1b42
UPD: Using very fast Boyer–Moore search algorithm in Viewer when possible
2014-06-29 12:07:31 +00:00
Alexander Koblov
e22d579c30
FIX: Bug [0000869] "Multi Rename Tool doesn't correctly handle filename containing colon character"
2014-05-17 19:46:26 +00:00
Alexander Koblov
025bc4f9b8
UPD: Clean up
2014-05-13 17:25:56 +00:00
Alexander Koblov
cb769a12a1
UPD: Drop IDEIntf dependence
2014-05-13 17:00:08 +00:00
Alexander Koblov
0d086354a1
UPD: Split ZVDateTimeCtrls into two packages (design and runtime)
2014-05-13 16:56:23 +00:00
Alexander Koblov
afa01e6ea4
UPD: Split GifAnim into two packages (design and runtime)
2014-05-13 16:30:24 +00:00
Alexander Koblov
784adcf292
FIX: Bug [0000847] "Unhandled exception: ERangeError: Range check error on copying large number of files/directories"
2014-03-30 07:59:29 +00:00
Alexander Koblov
c03aac82dc
FIX: Close autocomplete window when application lost focus
2014-03-15 16:56:46 +00:00
Alexander Koblov
1ae45397bf
FIX: Show autocomplete window only if text is modified
2014-03-15 16:46:04 +00:00
Alexander Koblov
d63c5bbfd5
FIX: Bug [0000846] "Unable to open file pixmaps.txt"
2014-03-01 20:52:49 +00:00
Alexander Koblov
a1f65bdd8a
ADD: Case insensitive text search with different encodings (patch by GrayElf)
2014-01-19 14:17:12 +00:00
Alexander Koblov
fee5c36bc8
ADD: Binary compare - navigate through differences
2014-01-08 10:25:44 +00:00
Alexander Koblov
27b7511d06
ADD: Binary compare initial implementation
2014-01-07 23:53:44 +00:00
Alexander Koblov
88b3586913
ADD: SafeGetProcAddress function
2014-01-05 12:28:55 +00:00
Alexander Koblov
7a05c0dede
UPD: ZVDateTimeCtrls to version 1.4
2013-12-07 09:13:58 +00:00
Alexander Koblov
8f946b2374
ADD: Determine FileSource by URI
2013-11-24 09:11:46 +00:00
Alexander Koblov
d7c691f509
ADD: Extended version of mbFileGetAttr function
2013-10-12 10:06:00 +00:00
Alexander Koblov
ecfa280cee
DEL: dcpcrypt_laz.lpk it is not used and it confuse users
2013-09-21 06:13:59 +00:00
cobines
7e69ed448b
FIX: Issue [0000715] Language change does not update toolbar buttons text.
...
Now Hint for Command menu items is not saved to xml file if it is the same as default text for the action. Then on loading the toolbar the hint is set based on current language.
2013-08-23 20:07:51 +00:00
cobines
f5465d6fba
FIX: Bug [0000676] when copying a directory to its own soft-link, all files deleted.
...
Introduced mbSameFile instead of mbCompareFileNames, which checks if the two files are the same (or hardlinks).
2013-08-23 11:32:02 +00:00
cobines
869347e983
UPD: Paths starting with backslash in Windows are also absolute.
2013-08-23 09:10:40 +00:00
cobines
3dec27c8a8
UPD: Switch to using LazUtils for UTF8ToSys and SysToUTF8 in doublecmd_common package, now that we require Lazarus 1.0.
2013-08-17 19:16:15 +00:00
cobines
571077f6bf
FIX: Compilation with GTK2 and QT.
2013-08-17 19:16:10 +00:00
Alexander Koblov
7435542cba
FIX: Unhandled exception when icon not found
2013-08-11 16:14:38 +00:00
Alexander Koblov
0fb8782595
FIX: Don't pass '-fPIC' for arm target (issue 0000710)
2013-08-08 19:23:50 +00:00
Alexander Koblov
1f21206aed
FIX: Bug [0000703] "Internal Viewer search not working with UTF16 encoding"
2013-08-02 20:52:11 +00:00
cobines
c0ef0b997b
DEL: Remove limit of toolbar submenus (wasn't working correctly too). We'll rely on widgetset to limit us.
2013-07-29 20:36:48 +00:00
Alexander Koblov
506951343c
FIX: Build under FreeBSD (patch 0000689)
2013-07-10 16:26:45 +00:00
Alexander Koblov
899d8e4483
FIX: Repaint gif image under Linux Qt
2013-06-23 17:48:21 +00:00