paul
|
1be9d080b5
|
components: apply patch of Bart Broersma to fix FileOpen problems with win98 (issue #0022596)
git-svn-id: trunk@38199 -
|
2012-08-08 05:56:24 +00:00 |
|
maxim
|
7c19d004c2
|
Translations: huge Arabic translation update by Khaled Shagrouni, first part, bug #22583
git-svn-id: trunk@38187 -
|
2012-08-06 22:32:03 +00:00 |
|
mattias
|
36feb4ee3e
|
lazfreetype: fixed range check error, improved error message
git-svn-id: trunk@38141 -
|
2012-08-04 10:11:16 +00:00 |
|
mattias
|
b240df36a1
|
lazutils: UTF8CompareStr: made 64bit safe, added fast PChar versions
git-svn-id: trunk@38103 -
|
2012-08-01 10:50:19 +00:00 |
|
maxim
|
37ea4a51d6
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #22382
git-svn-id: trunk@37891 -
|
2012-07-07 10:06:18 +00:00 |
|
mattias
|
f32f0ea635
|
IDE+startlazarus: use same working directory, needed for passing relative file names as command line parameters
git-svn-id: trunk@37880 -
|
2012-07-05 15:07:43 +00:00 |
|
maxim
|
c6ec09f1f2
|
LazUtils: updated Russian translation
git-svn-id: trunk@37807 -
|
2012-06-27 20:11:35 +00:00 |
|
maxim
|
ddad43e884
|
LazUtils: fixed compilation, bug #22323
git-svn-id: trunk@37805 -
|
2012-06-27 19:48:23 +00:00 |
|
mattias
|
11a28c808b
|
lazutils: added resourcestrings
git-svn-id: trunk@37804 -
|
2012-06-27 16:27:11 +00:00 |
|
mattias
|
3e69cb14b1
|
lazutils: GetAppConfigDirUTF8, GetAppConfigFileUTF8: added parameter to automatically create the directory
git-svn-id: trunk@37803 -
|
2012-06-27 16:25:51 +00:00 |
|
sekelsenmat
|
6a3242c27d
|
Patch from bug #21984: Improves FileSetDataUTF8
git-svn-id: trunk@37794 -
|
2012-06-27 07:06:57 +00:00 |
|
martin
|
13192356d4
|
Use Utf8CompareText instead of AnsiCompare
git-svn-id: trunk@37772 -
|
2012-06-24 22:32:51 +00:00 |
|
martin
|
8f09d13055
|
Use Utf8CompareText instead of AnsiCompare
git-svn-id: trunk@37769 -
|
2012-06-24 20:41:05 +00:00 |
|
mattias
|
45419f6cc9
|
lazutils: removed old xml implementation, interface alias to new
git-svn-id: trunk@37761 -
|
2012-06-24 15:46:28 +00:00 |
|
martin
|
8b57f2995c
|
Use Utf8CompareText instead of AnsiCompare
git-svn-id: trunk@37760 -
|
2012-06-24 14:57:26 +00:00 |
|
mattias
|
a355912beb
|
lazutils: inlined UTF8CompareStr
git-svn-id: trunk@37754 -
|
2012-06-24 06:58:59 +00:00 |
|
mattias
|
593c7fdb94
|
lazutils: utf8pos: added optional parameter StartPos
git-svn-id: trunk@37703 -
|
2012-06-20 12:11:42 +00:00 |
|
mattias
|
d326a205cc
|
lazutils: small optimization
git-svn-id: trunk@37655 -
|
2012-06-15 16:39:31 +00:00 |
|
mattias
|
a9cea90ffd
|
lazutils: added LoadStringsFromFileUTF8 SaveStringsToFileUTF8
git-svn-id: trunk@37652 -
|
2012-06-15 16:21:26 +00:00 |
|
juha
|
68d9311e48
|
LazUtils: Change CopyFile's behavior to match the earlier version. Issue #22259, patch from Mario Bonati
git-svn-id: trunk@37641 -
|
2012-06-13 19:37:09 +00:00 |
|
mattias
|
f41238ce43
|
lazutils: added missing file
git-svn-id: trunk@37622 -
|
2012-06-11 17:55:07 +00:00 |
|
juha
|
5b73c6f898
|
Remove old ifdefs from "deprecated" declarations. They don't work with recent compilers
git-svn-id: trunk@37405 -
|
2012-05-23 20:28:24 +00:00 |
|
juha
|
b53fa296e3
|
LazUtils: add a ToDo item for CopyDirTree.
git-svn-id: trunk@37216 -
|
2012-05-07 21:11:03 +00:00 |
|
juha
|
4df518b70e
|
LazUtils: minor refactoring of CopyFile
git-svn-id: trunk@37110 -
|
2012-04-30 17:15:23 +00:00 |
|
juha
|
4507911224
|
LazUtils: Improve CopyDirTree, modified from a patch from Takeda Matsuki.
git-svn-id: trunk@37109 -
|
2012-04-30 17:15:13 +00:00 |
|
juha
|
afcd11631a
|
LazUtils: Make ForceDirectoriesUTF8 more readable.
git-svn-id: trunk@37108 -
|
2012-04-30 17:15:01 +00:00 |
|
juha
|
508a264326
|
LazUtils: prepare for creating destination path in CopyDirTree differently
git-svn-id: trunk@37074 -
|
2012-04-29 09:30:59 +00:00 |
|
juha
|
420bad1485
|
LazUtils: Implement function CopyDirTree. Issue #21875, modified from patch from Takeda Matsuki
git-svn-id: trunk@37072 -
|
2012-04-29 08:38:36 +00:00 |
|
juha
|
5fd04a633b
|
LazUtils: fix spelling from Childs to Children
git-svn-id: trunk@37061 -
|
2012-04-28 13:02:13 +00:00 |
|
juha
|
9fcb610a8e
|
LazUtils: control how CopyFile works using flags. Issue #21854, modified from a patch from Takeda Matsuki
git-svn-id: trunk@37060 -
|
2012-04-28 13:02:07 +00:00 |
|
juha
|
c53c098c48
|
LazUtils: Remove useless comments (func declaration is copied to comment) + formatting
git-svn-id: trunk@37059 -
|
2012-04-28 13:01:59 +00:00 |
|
maxim
|
a65f754c71
|
Translations: Ukrainian translation update by Igor Paliychuk
git-svn-id: trunk@37051 -
|
2012-04-27 20:24:38 +00:00 |
|
juha
|
d7cb4f1717
|
LazUtils: Fix FileUtil.CopyFile to work with Unicode in filenames. Issue #21817, patch from Takeda Matsuki
git-svn-id: trunk@37018 -
|
2012-04-24 21:47:32 +00:00 |
|
mattias
|
98473c0c0c
|
avglvltree: remove/removepointer: return true if something was deleted
git-svn-id: trunk@36989 -
|
2012-04-23 09:03:23 +00:00 |
|
mattias
|
9b61e66009
|
lazutils: clean up
git-svn-id: trunk@36987 -
|
2012-04-23 08:57:55 +00:00 |
|
mattias
|
9fb636b7e6
|
lazutils: tindexedavltree: NodeToIndex, IndexOf
git-svn-id: trunk@36966 -
|
2012-04-21 20:58:27 +00:00 |
|
mattias
|
f9d8e01a08
|
undo
git-svn-id: trunk@36964 -
|
2012-04-21 20:57:21 +00:00 |
|
mattias
|
735a0623c4
|
IDEIntf: fixed typo
git-svn-id: trunk@36963 -
|
2012-04-21 20:56:27 +00:00 |
|
sekelsenmat
|
85011c746f
|
Patch with font collection support from Circular
git-svn-id: trunk@36741 -
|
2012-04-13 07:01:31 +00:00 |
|
mattias
|
221788591b
|
updated Makefiles
git-svn-id: trunk@36671 -
|
2012-04-09 10:05:12 +00:00 |
|
paul
|
e133b24a34
|
lazlogger: use PtrInt for String length instead of PtrUInt since SetLength() works with integer anyway
git-svn-id: trunk@36445 -
|
2012-03-30 08:21:38 +00:00 |
|
paul
|
439347c67b
|
lazutils: use Int64 instead of LongInt for BlockRead operations result
git-svn-id: trunk@36436 -
|
2012-03-30 01:28:01 +00:00 |
|
paul
|
223ba36920
|
components: remove ver2_2_x defines
git-svn-id: trunk@36369 -
|
2012-03-27 07:19:05 +00:00 |
|
mattias
|
d5b401577b
|
laz2_dom: added XmlValueToStr
git-svn-id: trunk@36348 -
|
2012-03-26 18:14:23 +00:00 |
|
sekelsenmat
|
3fe5879ba3
|
Patch from circular: Advances the LazFreeType support for font information
git-svn-id: trunk@36345 -
|
2012-03-26 12:20:15 +00:00 |
|
mattias
|
f0f090fb65
|
lazutf8: added overloaded UTF8FixBroken(var string)
git-svn-id: trunk@36319 -
|
2012-03-25 16:24:14 +00:00 |
|
mattias
|
e5e9750ca5
|
lazutils: less warnings
git-svn-id: trunk@36244 -
|
2012-03-23 07:19:29 +00:00 |
|
sekelsenmat
|
5d9dce28f6
|
Patch from circular to improve LazFreeType
git-svn-id: trunk@36242 -
|
2012-03-23 06:41:02 +00:00 |
|
mattias
|
8d186030d1
|
lazutils: TIndexedAVLTree: default property
git-svn-id: trunk@36147 -
|
2012-03-18 09:35:44 +00:00 |
|
mattias
|
ba291b44cc
|
lazutils: added TIndexedAVLTree
git-svn-id: trunk@36146 -
|
2012-03-18 01:05:11 +00:00 |
|