bart
280b9f2060
LazFileUtils: fix FileSetDateUTF8 on Windows when FileName contains unicode
...
characters outside current codepage.
git-svn-id: trunk@41289 -
2013-05-19 12:52:48 +00:00
bart
d1e6e77a05
LazFileUtils: inline FileAgeUTF8 to LazFileUtils.FileAgeUTF8
...
git-svn-id: trunk@41288 -
2013-05-19 12:43:01 +00:00
bart
486d00d68c
LazFileUtils: fix FileAgeUTF8 on Windows when FileName contains unicode
...
characters outside current codepage.
git-svn-id: trunk@41287 -
2013-05-19 12:37:47 +00:00
bart
946e76d280
FileUtil: inline DirectoryExistsUTF8 to LazFileutils.DirectoryExistsUTF8.
...
git-svn-id: trunk@41286 -
2013-05-19 12:28:41 +00:00
bart
43c5ac5e1a
LazFileUtils: Fix DirectoryExistsUTF8 on Windows when Directory contains
...
unicode characters outside current codepage.
git-svn-id: trunk@41285 -
2013-05-19 12:25:06 +00:00
bart
f813d88848
FileUtil: inline FileExistsUTF8 to use LazFileUtils.FileExistsUTF8.
...
git-svn-id: trunk@41284 -
2013-05-19 12:21:16 +00:00
bart
0986ec79fe
LazFileUtils: Fix FileExistsUTF8 on Windows when FileName contains uncode
...
characters outside current codepage.
git-svn-id: trunk@41283 -
2013-05-19 12:17:03 +00:00
bart
0a3ee817e7
FileUtil: inline FileGetAttrUTF8 and FileSetAttrUTF8 to their LazFileUtils counterparts.
...
git-svn-id: trunk@41282 -
2013-05-19 12:11:27 +00:00
bart
503626439e
LazFileUtils: fix Windows implementation of FileGetAttrUTF8 and FileSetAttrUTF8 when
...
filename contains unicode characters outside current codepage.
git-svn-id: trunk@41281 -
2013-05-19 12:03:33 +00:00
bart
da816b1721
FileUtil: inline NeedRTLAnsi, SetNeedRTLAnsi, UTF8ToSys ans UTF8ToAnsi to use their LazuUtf8 counterparts.
...
git-svn-id: trunk@41280 -
2013-05-19 11:43:06 +00:00
bart
39903ad024
LazFileUtils: use Utf8ToSys in the unix implementation of FileOpenUtf8.
...
git-svn-id: trunk@41278 -
2013-05-19 11:12:52 +00:00
bart
1b61e2844c
LazFileUtils: Add FileCreateUtf8(Const FileName : String; ShareMode : Integer; Rights : Cardinal) : THandle;
...
- Refactor code in winlazfileutils for FileCreateUtf8 to remove duplicate code.
- Use Utf8ToSys in the unix implementation.
git-svn-id: trunk@41277 -
2013-05-19 11:11:23 +00:00
bart
cba0395125
FileUtil: inline FileOpenUTF8, FileCreateUTF8 and FileCreateUTF8 to their LazFileUtils counterparts.
...
Next step in moving UTF8 file routines to LazFileUtils.
git-svn-id: trunk@41211 -
2013-05-15 17:14:24 +00:00
bart
f77efa70a9
FileUtil: inline FileIsText to LazFileUtils.FileIsText.
...
Next step in moving UTF8 file routines to LazFileUtils.
git-svn-id: trunk@41210 -
2013-05-15 17:03:11 +00:00
bart
bf3f2431f6
LazUtils: fix LazFileUtils.FileIsText when filename has unicode characters outside currrent codepage on Windows.
...
Needs refactoring of LazUtf8Classes (use LazFileUtils instead of FileUtil).
Next step in moving UTF89 file routines to LazFileUil.
git-svn-id: trunk@41209 -
2013-05-15 16:52:42 +00:00
mattias
5878ba9053
lazutils: less warnings
...
git-svn-id: trunk@41184 -
2013-05-14 09:30:45 +00:00
maxim
20a03cef69
Translations: updated Spanish translation by Lucas Martín, bug #24424
...
git-svn-id: trunk@41181 -
2013-05-13 21:59:25 +00:00
mattias
8e652015ad
lazutils; fixed compilation under unix
...
git-svn-id: trunk@41160 -
2013-05-12 18:20:15 +00:00
bart
d219baae5f
FileUtil: DeleteDirectory: also delete symlinks in a directory on *nix (don't follow them). Issue #0024415 .
...
git-svn-id: trunk@41159 -
2013-05-12 18:15:48 +00:00
juha
bdba8f2a01
One more "inherited Create;" to be sure.
...
git-svn-id: trunk@41097 -
2013-05-09 15:37:10 +00:00
juha
8ddfe52d9b
Add "inherited Create;" to constructors for classes derived from TFileSearcher.
...
git-svn-id: trunk@41089 -
2013-05-09 11:52:17 +00:00
mattias
4a483b4187
lazutils: fixed compilation under Linux
...
git-svn-id: trunk@41086 -
2013-05-09 10:39:11 +00:00
bart
0ce3f9f9f0
LazFileUtils: rename ExpandDots() to ResolveDots()
...
git-svn-id: trunk@41084 -
2013-05-09 07:37:51 +00:00
mattias
ece43d9fc5
lazutils: clean up
...
git-svn-id: trunk@41066 -
2013-05-08 01:40:31 +00:00
mattias
fd461b8b5b
docs: CreateRelativePath does not support D:test for thread safety
...
git-svn-id: trunk@41065 -
2013-05-08 01:26:06 +00:00
mattias
363854a331
lazutils: restored old CreateRelativePath, added doc
...
git-svn-id: trunk@41064 -
2013-05-08 01:18:11 +00:00
juha
62668a0d48
LazUtils: Add support for the CapHeight to LazFreeType. Issue #23968 , patch from Andrey Zubarev
...
git-svn-id: trunk@41043 -
2013-05-05 17:56:23 +00:00
bart
a031882b1a
FileUtil: inline ExpandFileNameUTF8 as LazFileUtils.ExpandFileNameUTF8,
...
which has better handling of unicode characters on Windows.
(One step in the moving of UTF8 related filefunctions to LazFileUtils)
git-svn-id: trunk@41038 -
2013-05-05 11:40:45 +00:00
bart
d9e1aa876f
Lazfileutils.pas: fix incorrect indentation from r41036 #0baf6d6df0
...
git-svn-id: trunk@41037 -
2013-05-05 11:28:29 +00:00
bart
0baf6d6df0
CreateRelativePath (FileUtil and LazFileUtils): use SysUtilsExtractRelativePath inernally.
...
Fixes issue #0022603 .
git-svn-id: trunk@41036 -
2013-05-05 11:20:44 +00:00
bart
fb55facdaa
ExpandFileNameUtf8: expand current drive if FileName = '\' (Windows)
...
git-svn-id: trunk@41035 -
2013-05-05 11:04:09 +00:00
bart
0631e9d7d1
TFileSearcher: Implement OnDirectoryEnter event.
...
git-svn-id: trunk@41032 -
2013-05-04 21:52:55 +00:00
bart
f84bed8662
TFileSearcher: Implement FileAttribute and DirectoryAttribute properties to let user control
...
what files and directories are searched. Fixes issue #0024369 .
git-svn-id: trunk@41031 -
2013-05-04 21:41:00 +00:00
mattias
33e67992e5
lazutils: fixed TListFileSearcher.Create
...
git-svn-id: trunk@40996 -
2013-05-02 11:23:26 +00:00
bart
5fcdbd6c7d
TFileSearcher.Search: use Windows specific file pattern matching on Windows.
...
Fixes issue #0024306
git-svn-id: trunk@40973 -
2013-05-01 11:03:12 +00:00
bart
fe79a8fdff
Masks: implement specific matching for Windows filemasks like foo*.* and other Windows oddities.
...
git-svn-id: trunk@40970 -
2013-05-01 10:53:23 +00:00
juha
48f88c37ef
Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
...
git-svn-id: trunk@40957 -
2013-04-30 16:35:02 +00:00
bart
d479775c9d
TFileSearcher: allow case-sensitive file searching (defaults to false).
...
git-svn-id: trunk@40902 -
2013-04-27 17:22:51 +00:00
juha
518250f92c
LazUtils: Test for '*.*' instead of AllFilesMask in TFileSearcher
...
git-svn-id: trunk@40877 -
2013-04-22 10:09:43 +00:00
juha
248927b6c5
LazUtils: Improvements for DictionaryStringList demo project by Antônio Galvão. Issue #24290
...
git-svn-id: trunk@40876 -
2013-04-22 09:05:01 +00:00
juha
cd3b3a4463
delete test
...
git-svn-id: trunk@40875 -
2013-04-22 08:28:04 +00:00
juha
9ac01bb636
test
...
git-svn-id: trunk@40874 -
2013-04-22 08:27:14 +00:00
juha
07d79d2536
LazUtils: Make TFileSearcher match all files with *.* on Windows like FindFirst + FindNext do. Issue #24306
...
git-svn-id: trunk@40873 -
2013-04-22 07:59:02 +00:00
juha
f125213df5
removing test
...
git-svn-id: trunk@40872 -
2013-04-22 06:15:02 +00:00
juha
692ebb8bff
testing Capitals in file name
...
git-svn-id: trunk@40871 -
2013-04-22 06:14:31 +00:00
juha
cd6f5fecad
removing test
...
git-svn-id: trunk@40870 -
2013-04-22 05:59:13 +00:00
juha
54f906a74d
testing commit access
...
git-svn-id: trunk@40869 -
2013-04-22 05:57:41 +00:00
mattias
55b523ce84
lazutils: added example for TDictionaryStringList
...
git-svn-id: trunk@40868 -
2013-04-21 21:49:09 +00:00
juha
140ce5d69d
LazUtils: move GetAllFilesMask's deprecated note to correct place.
...
git-svn-id: trunk@40850 -
2013-04-19 08:36:40 +00:00
juha
73fb9ab0e2
Use AllFilesMask everywhere instead of GetAllFilesMask
...
git-svn-id: trunk@40849 -
2013-04-19 07:08:03 +00:00
juha
bb419695bb
LazUtils: Add FollowSymLink property to TFileSearcher. Issue #24291 , modified from Mario Bonati's patch
...
git-svn-id: trunk@40848 -
2013-04-19 07:05:25 +00:00
bart
a53520295e
LazUtils: Fix ExpandFileNameUTF8 for directories with Unicode characters outside
...
current codepage on Windows.
Also do not remove trailing and leading spaces, it is inconsistent with
SysUtils.ExpandFileName.
Start splitting implementation in general, unix and windows specific includefiles.
git-svn-id: trunk@40842 -
2013-04-18 18:23:02 +00:00
juha
378844986e
LazUtils: Handle a temporarily non-accessible file in CopyFile function. Issue #24162 , patch from Cyrax
...
git-svn-id: trunk@40828 -
2013-04-16 07:50:07 +00:00
mattias
db550fef45
fileutils: fixed header
...
git-svn-id: trunk@40800 -
2013-04-12 22:35:39 +00:00
mattias
cf877df3c4
updated lpk makefiles
...
git-svn-id: trunk@40698 -
2013-04-02 10:37:47 +00:00
mattias
6b9529ec0a
lazutf8: faster FindInvalidUTF8Character
...
git-svn-id: trunk@40673 -
2013-03-31 17:19:46 +00:00
juha
460f108b68
LazUtils: Make FileSize function overload. Issue #24155 , patch from ocean
...
git-svn-id: trunk@40664 -
2013-03-29 17:55:34 +00:00
maxim
7df1120d89
LazFreeType: allow other processes read opened font file too, bug #23887
...
git-svn-id: trunk@40591 -
2013-03-19 20:55:59 +00:00
juha
c0878f5175
LazUtils: Remove useless code in TDictionaryStringList.Assign. The test "if Source is TStrings" is done in inherited method.
...
git-svn-id: trunk@40556 -
2013-03-15 16:27:26 +00:00
juha
eb91fbf509
LazUtils, DictionaryStringList: cleanup
...
git-svn-id: trunk@40547 -
2013-03-14 08:20:08 +00:00
juha
939420b860
Lazautils, DictionaryStringList: add Antonio Galvao as a co-author
...
git-svn-id: trunk@40544 -
2013-03-13 14:42:43 +00:00
mattias
60d065f8a9
lazutils: less hints
...
git-svn-id: trunk@40542 -
2013-03-13 13:44:10 +00:00
juha
afb022bcb4
LazUtils: "Add" and "AddObject" methods are needed in TDictionaryStringList after all. Patch from Antônio Galvão
...
git-svn-id: trunk@40539 -
2013-03-13 00:01:54 +00:00
juha
58b6eb6943
LazUtils, a small fix in TDictionaryStringList.InsertItem
...
git-svn-id: trunk@40538 -
2013-03-12 15:41:54 +00:00
juha
aeba11b9c8
LazUtils: change DictionaryStringList to support duplicates. It does not store indexes in the map any more.
...
git-svn-id: trunk@40537 -
2013-03-12 14:42:16 +00:00
juha
d3515b51b0
LazUtils: improve TDictionaryStringList
...
git-svn-id: trunk@40525 -
2013-03-10 10:33:49 +00:00
juha
c9725d844b
LazUtils: add new container TDictionaryStringList
...
git-svn-id: trunk@40518 -
2013-03-09 14:41:49 +00:00
juha
ac9594df43
LazUtils: formatting
...
git-svn-id: trunk@40517 -
2013-03-09 14:41:44 +00:00
juha
a9239ca17d
New container class TDictionaryStringList for LazUtils
...
git-svn-id: trunk@40516 -
2013-03-09 14:37:53 +00:00
mattias
01f2e05923
laztuils: comment
...
git-svn-id: trunk@40432 -
2013-02-27 14:26:10 +00:00
juha
0986431fcd
LazUtils: improvements for ttfile.pas. Patch from circular
...
git-svn-id: trunk@40429 -
2013-02-27 10:51:33 +00:00
juha
c7765210d6
LazUtils: improvements for TTInterp. Patch from circular
...
git-svn-id: trunk@40428 -
2013-02-27 10:51:27 +00:00
juha
faea508795
LazUtils: fix for TFreeTypeFont.SetPointSize. Patch from circular
...
git-svn-id: trunk@40427 -
2013-02-27 10:51:20 +00:00
maxim
92bb4c705f
LazUtils: moved XPath translations to lazutilsstrconsts.*.po
...
git-svn-id: trunk@40309 -
2013-02-13 20:29:24 +00:00
mattias
ce437916b5
lazutils: moved resourcestrings xpath to lazutilsstrconsts
...
git-svn-id: trunk@40290 -
2013-02-13 09:58:09 +00:00
maxim
e473991184
Components, LazUtils: regenerated XPath translations
...
git-svn-id: trunk@40279 -
2013-02-12 20:03:18 +00:00
mattias
51e06df26e
lazutils: xpath: renamed resourcestrings
...
git-svn-id: trunk@40277 -
2013-02-12 10:35:46 +00:00
juha
603426fa54
LazUtils: fix problems in iso8859_15 encoding support. Issue #23874 , patch from DCelso
...
git-svn-id: trunk@40266 -
2013-02-11 18:00:45 +00:00
mattias
001b0ed1f6
lazutils: disabled workaround for fpc 2.7.1
...
git-svn-id: trunk@40264 -
2013-02-11 17:09:17 +00:00
mattias
8bca6ba724
lazutils: disabled workaround for fpc 2.7.1
...
git-svn-id: trunk@40263 -
2013-02-11 17:06:59 +00:00
ask
f088d7b509
LazFreeType: Support font loading from a stream. Patch by "circular".
...
git-svn-id: trunk@40260 -
2013-02-11 07:09:52 +00:00
mattias
f4df84419a
lazutils: no workaround for fpc 2.7.1
...
git-svn-id: trunk@40259 -
2013-02-10 21:44:36 +00:00
maxim
ec68f971b1
Components, LazUtils: Russian translation for XPath
...
git-svn-id: trunk@40254 -
2013-02-10 16:28:59 +00:00
mattias
b4a29891b3
lazutils: clean up
...
git-svn-id: trunk@40238 -
2013-02-10 12:06:24 +00:00
mattias
60d3756a53
lazutils: added workaround for compiler bug, see bug #23868
...
git-svn-id: trunk@40237 -
2013-02-10 10:46:56 +00:00
mattias
f48c70a01c
lazutils: comments
...
git-svn-id: trunk@40236 -
2013-02-10 10:41:03 +00:00
mattias
043dd66828
lazutils: added UTF8CompareStrCollated
...
git-svn-id: trunk@40228 -
2013-02-09 20:45:24 +00:00
mattias
5d4b0a28da
lazutils: clean up
...
git-svn-id: trunk@40220 -
2013-02-09 10:29:55 +00:00
juha
bee75f597a
LazUtils: Support for iso8859_15 character encoding. Issue #23856 , patch from DCelso
...
git-svn-id: trunk@40210 -
2013-02-08 21:11:04 +00:00
ask
5456be4d59
LazFreeType: Fixup for r40207 #7aff56c144
...
git-svn-id: trunk@40208 -
2013-02-08 15:00:55 +00:00
ask
7aff56c144
LazFreeType: Add TFreeTypeStream class, allow fonts to be loaded from streams. Patch by "circular"
...
git-svn-id: trunk@40207 -
2013-02-08 12:35:14 +00:00
mattias
247bb4784b
lazutils: fixed reading xml with BOM, bug #23852
...
git-svn-id: trunk@40206 -
2013-02-08 09:37:10 +00:00
ask
7745a4f174
LazFreeType: Move strike-out and underline decoration to TFreeTypeRenderableFont. Based on patch by "circular"
...
git-svn-id: trunk@40147 -
2013-02-03 10:43:22 +00:00
ask
4694ce68f5
LazFreeType: Move OnRenderText event to TFreeTypeRenderableFont. Patch by "circular".
...
git-svn-id: trunk@40134 -
2013-02-03 00:09:36 +00:00
ask
f62e7a3b8d
LazFreeType: Call WordBreakHandler only when splitting lines on maximum width
...
git-svn-id: trunk@40133 -
2013-02-03 00:05:35 +00:00
ask
d863aa74b1
LazFreeType: Split text on a new line before reaching maximum width
...
git-svn-id: trunk@40131 -
2013-02-02 23:51:31 +00:00
ask
3c8243bd4c
LazFreeType: Move Hinted property to the TFreeTypeRenderableFont. Implement hinting for centered text.
...
Based on patch by "circular".
git-svn-id: trunk@40130 -
2013-02-02 23:14:39 +00:00
ask
632d1dc771
LazFreeType: Add TFreeTypeFont.OnRenderText event. Based on patch by "circular".
...
git-svn-id: trunk@40120 -
2013-02-02 12:39:39 +00:00
mattias
f99975aab9
lazutils: added ComparePointer
...
git-svn-id: trunk@40105 -
2013-01-31 23:37:35 +00:00
ask
80f6addec6
LazFreeType: Patch by "circular":
...
- extended characters handled correctly
- bug fix in case freetype font collection is freed before the drawer (added listeners when font collection item is destroyed)
- SetDefaultFreeTypeFontCollection in LazFreeTypeFontCollection unit, so it is not necessary to mention EasyLazFreeType in uses clause if font collection is used
- textrect and wordwrap for freetype
git-svn-id: trunk@40104 -
2013-01-31 22:33:25 +00:00
ask
cba980b847
LazFreeType: Hide range check errors in TrueType interpreter
...
git-svn-id: trunk@40102 -
2013-01-31 22:15:32 +00:00
mattias
dfd531ee95
lazutils: added CompareStringListItemsUTF8LowerCase
...
git-svn-id: trunk@40006 -
2013-01-28 15:14:33 +00:00
bart
835664f7f6
LazUtils: FileAgeUtf8 and FileSetDateUtf8: fix for WinCE after r39893 and r39891 #3e31ff5eeb (hopefully get it right this time).
...
git-svn-id: trunk@39918 -
2013-01-20 13:05:56 +00:00
mattias
a841f44ff5
xpath: added a test
...
git-svn-id: trunk@39913 -
2013-01-20 11:34:32 +00:00
mattias
53af0c65a7
lazutils: added laz2_xpath
...
git-svn-id: trunk@39912 -
2013-01-20 11:02:30 +00:00
bart
809f049924
LazUtils: fix FileSetDateUtf8 for Windows, when file is in a folder with Unicode characters.
...
Fixes issue: #0023696 . Patch based upon efforts of Takeda Matsuki.
git-svn-id: trunk@39893 -
2013-01-19 17:23:30 +00:00
bart
3e31ff5eeb
LazUtils: fix FileAgeUtf8 for Windows, when file is in a folder with Unicode characters.
...
Fixes issue: #0023538 . Patch by Takeda Matsuki.
git-svn-id: trunk@39891 -
2013-01-19 15:37:06 +00:00
maxim
2140b91481
Translations: Spanish translation update by Lucas Martín, bug #23649
...
git-svn-id: trunk@39856 -
2013-01-14 21:29:14 +00:00
maxim
217d70ece2
Translations: Czech translation update by Vaclav Valicek, bug #23622
...
git-svn-id: trunk@39823 -
2013-01-10 20:40:19 +00:00
mattias
c47b6d72a2
lazutils: TranslateUTF8Chars: multibyte with different size replacements
...
git-svn-id: trunk@39799 -
2013-01-07 16:49:16 +00:00
mattias
d594f5e36a
lazutils: TranslateUTF8Chars: multibyte with same size replacements
...
git-svn-id: trunk@39798 -
2013-01-07 16:12:40 +00:00
mattias
dbdae2d1c7
lazutils: TranslateUTF8Chars: ascii with delete
...
git-svn-id: trunk@39795 -
2013-01-07 12:51:47 +00:00
mattias
222d3f6e64
lazutils: TranslateUTF8Chars: plain ascii
...
git-svn-id: trunk@39794 -
2013-01-07 12:34:37 +00:00
maxim
e66fe290fa
Updated Russian translation
...
git-svn-id: trunk@39768 -
2013-01-04 19:12:23 +00:00
mattias
7a805339f7
lclbase,lazutils: moved utf8process to lazutils
...
git-svn-id: trunk@39744 -
2013-01-03 12:19:51 +00:00
mattias
5bcaa75c06
lazutils: moved SplitCmdLineParms to LazFileUtils
...
git-svn-id: trunk@39741 -
2013-01-03 12:10:48 +00:00
mattias
899bdb7156
lazutils: FileUtil: added SplitCmdLineParams
...
git-svn-id: trunk@39730 -
2013-01-02 12:43:12 +00:00
mattias
55daa17ac3
lazutils: laz_xmlstreaming: made GetPropertyElement protected, fixed reading vaBinary, bug #23534
...
git-svn-id: trunk@39651 -
2012-12-25 09:25:07 +00:00
mattias
c7d3e19290
lazutils+lclbase: updated fpmake
...
git-svn-id: trunk@39631 -
2012-12-23 11:16:17 +00:00
mattias
459f1af043
lcl,lazutils: moved lazconfigstorage.pas to lazutils
...
git-svn-id: trunk@39630 -
2012-12-23 11:05:51 +00:00
sekelsenmat
dac086ca0f
Adds more encoding conversion support, patch from bug #23446
...
git-svn-id: trunk@39536 -
2012-12-14 11:59:46 +00:00
mattias
2560f9ed40
lazutils: xmlreader: handle non existing property list, bug #23450
...
git-svn-id: trunk@39484 -
2012-12-09 09:34:10 +00:00
bart
a11814ad68
Masks.pas: implement optional parameter to control case-sensitivity for (filename) matching,
...
which may be usefull on case-sensitive filesystems or OS's.
Default is False, so it is backwards compatible with exiting code.
git-svn-id: trunk@39466 -
2012-12-06 19:08:12 +00:00
mattias
067cab64c4
lazutils: UTF8LowerCase: small optimization
...
git-svn-id: trunk@39450 -
2012-12-06 15:03:10 +00:00
sekelsenmat
bdff370210
Attempt to fix bug #23428
...
git-svn-id: trunk@39437 -
2012-12-04 13:12:15 +00:00
juha
b51b639fab
LazUtils: reimplement the test for faDirectory in TFileSearcher.Search. FindFirst returns files in any case.
...
git-svn-id: trunk@39312 -
2012-11-19 21:51:07 +00:00
juha
95686848e3
LazUtils: Clean the TFileSearcher.Search code and use faDirectory for pure dir search
...
git-svn-id: trunk@39297 -
2012-11-18 11:41:41 +00:00
mattias
19c0f84bd2
lazutils: started TranslateUTF8Chars
...
git-svn-id: trunk@39288 -
2012-11-16 14:30:58 +00:00
juha
f0e99e4d12
FileUtil: fix layout (2 function declarations on 1 line). Issue #23314 by Bart Broersma
...
git-svn-id: trunk@39283 -
2012-11-15 20:04:44 +00:00
mattias
11eb3f7337
lazutils: less warnings
...
git-svn-id: trunk@39268 -
2012-11-10 16:33:03 +00:00
mattias
36f2c96002
lazutils: added IsHardLinks
...
git-svn-id: trunk@39267 -
2012-11-10 16:32:28 +00:00
mattias
99f009f39d
lazutils: clean up
...
git-svn-id: trunk@38845 -
2012-09-26 10:41:22 +00:00
mattias
fad8217990
lazutils: fileutil: less dependencies
...
git-svn-id: trunk@38844 -
2012-09-26 10:35:16 +00:00
maxim
9a487a2e50
LazUtils: improve unicode path/filename handling by Fileutil.ReadFileToString, patch from Takeda Matsuki, bug #22953
...
git-svn-id: trunk@38816 -
2012-09-24 20:32:19 +00:00
maxim
d02fb67a89
Translations: Arabic translation update by Khaled Shagrouni, bug #22935
...
git-svn-id: trunk@38785 -
2012-09-21 14:43:16 +00:00
mattias
b907c27389
started fpmake files for IDE
...
git-svn-id: trunk@38588 -
2012-09-08 21:42:19 +00:00
mattias
623e23368d
lazutils: avglvltree: fixed GetEnumeratorHighToLow
...
git-svn-id: trunk@38568 -
2012-09-08 08:59:42 +00:00
mattias
20382c7ed0
codetools: skipped code is now converted to special comments
...
git-svn-id: trunk@38521 -
2012-09-05 10:47:44 +00:00
mattias
2560b6e5eb
lazutils: txmlconfig: auto create doc
...
git-svn-id: trunk@38495 -
2012-09-03 09:09:23 +00:00
mattias
30aefa3503
avglvltree: setcompare: set when count=0
...
git-svn-id: trunk@38486 -
2012-09-02 15:57:47 +00:00
juha
995b5a3d55
Use a record of signed SmallInts to prevent range check errors. Still about issue #22760
...
git-svn-id: trunk@38476 -
2012-09-02 00:32:29 +00:00
juha
9b6e54b588
Revert r38465 #f26e63161d and use typecasts to prevent range errors. Should fix issue #22760
...
git-svn-id: trunk@38469 -
2012-08-31 22:38:46 +00:00
sekelsenmat
4cf053d2ba
LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with
...
git-svn-id: trunk@38416 -
2012-08-28 09:58:57 +00:00
mattias
5348dc7d33
updated Makefiles
...
git-svn-id: trunk@38410 -
2012-08-27 16:43:01 +00:00
martin
ace911d9e7
Remove SynEdit from IdeIntf (license conflict)
...
git-svn-id: trunk@38408 -
2012-08-27 13:07:49 +00:00
mattias
8e3f146300
lazutils: less notes
...
git-svn-id: trunk@38398 -
2012-08-27 10:47:02 +00:00
maxim
458214e8ee
Translations: large Lithuanian translation update by Valdas Jankūnas, part 1
...
git-svn-id: trunk@38252 -
2012-08-15 23:39:08 +00:00
mattias
91db3e1026
lazutils: clean up
...
git-svn-id: trunk@38248 -
2012-08-15 10:36:13 +00:00
mattias
3f21a3c32a
lazutils: renamed functions DBCSToUTF8, UTF8ToDBCS, fixed dbcs last char, using half space for asian tables
...
git-svn-id: trunk@38241 -
2012-08-14 21:01:39 +00:00
mattias
9295710c2a
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@38239 -
2012-08-14 20:48:41 +00:00
maxim
15460809da
LazUtils: attempt to fix WinCE build after r38199 #1be9d080b5
...
git-svn-id: trunk@38235 -
2012-08-13 22:18:20 +00:00
mattias
c93174f462
lazutils: lconvencoding: sorted
...
git-svn-id: trunk@38228 -
2012-08-12 12:03:32 +00:00
mattias
1bc9682635
codetools: fixed find declaration of a.b
...
git-svn-id: trunk@38227 -
2012-08-12 08:15:56 +00:00
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
mattias
a124aba76d
avglvltree: Node.Successor/Precessor
...
git-svn-id: trunk@36145 -
2012-03-18 00:48:34 +00:00
mattias
33958d7756
avglvltree: delete: replaced recursion with loop
...
git-svn-id: trunk@36144 -
2012-03-17 22:53:00 +00:00
mattias
5102efbb95
avglvltree: simplified delete
...
git-svn-id: trunk@36140 -
2012-03-17 21:33:12 +00:00
mattias
23abaf2eae
avglvltree: use rotateleft/right for delete
...
git-svn-id: trunk@36139 -
2012-03-17 21:11:41 +00:00
mattias
065bc9485c
avglvltree: use rotateleft/right for balanceafterinsert
...
git-svn-id: trunk@36137 -
2012-03-17 20:38:48 +00:00
mattias
ef5ef38048
avglvltree: replaced recursion with simple loop
...
git-svn-id: trunk@36134 -
2012-03-17 19:12:19 +00:00
mattias
c41894692e
avglvltree: comments
...
git-svn-id: trunk@36133 -
2012-03-17 19:05:55 +00:00
mattias
377971d392
avglvltree: replaced recursive calls with simple loop
...
git-svn-id: trunk@36132 -
2012-03-17 18:43:49 +00:00
mattias
91f11c0ca2
avglvltree: using new TStringToStringTree
...
git-svn-id: trunk@36131 -
2012-03-17 18:38:50 +00:00
mattias
400791d779
avglvltree: TStringMap: associative array string to boolean
...
git-svn-id: trunk@36130 -
2012-03-17 18:06:48 +00:00
mattias
9f1c3de44f
avglvltree: changed associative arrays Count to SizeInt
...
git-svn-id: trunk@36129 -
2012-03-17 18:00:17 +00:00
mattias
0a38a4d2ea
avglvltree: changed count to SizeInt for big trees on 64bit systems
...
git-svn-id: trunk@36128 -
2012-03-17 17:53:13 +00:00
mattias
c6e13a0f09
avglvltree: removed TAvgLvlTreeNodeMemManager, for thread safety and less mem fragmenatation
...
git-svn-id: trunk@36127 -
2012-03-17 17:49:22 +00:00
mattias
9a2fed38e9
avglvltree: changed TAvgLvlTree.COnsistencyCheck to procedure and exceptions
...
git-svn-id: trunk@36126 -
2012-03-17 17:12:27 +00:00
mattias
9a163723ee
avglvltree: added GetEnumeratorHighToLow
...
git-svn-id: trunk@36125 -
2012-03-17 17:08:41 +00:00
mattias
58b480dc4c
avglvltree: made Root read only
...
git-svn-id: trunk@36124 -
2012-03-17 16:57:40 +00:00
mattias
44af0bd032
avglvltree: nicer report
...
git-svn-id: trunk@36122 -
2012-03-17 16:49:58 +00:00
mattias
119fa0682e
lazutils: todo: use utf8
...
git-svn-id: trunk@36054 -
2012-03-16 00:49:05 +00:00
mattias
633df49583
lazutil: ExpandFilenameUTF8 with custom directory
...
git-svn-id: trunk@36053 -
2012-03-16 00:42:16 +00:00
mattias
65f0257c8d
lazutils: updated makefile
...
git-svn-id: trunk@35994 -
2012-03-14 18:19:03 +00:00
mattias
42ce8bcc1c
lazutils: txmlconfig.create(nil): set readflags
...
git-svn-id: trunk@35958 -
2012-03-13 23:54:40 +00:00
mattias
8021eb0961
lazutils: IsUNCPath, ExtractUNCVolume: only windows
...
git-svn-id: trunk@35946 -
2012-03-13 22:27:42 +00:00
mattias
9a4216f43e
lazutils: TXMLConfig.Flush: use WriteXMLFile to allow overriding
...
git-svn-id: trunk@35943 -
2012-03-13 22:18:38 +00:00
mattias
512d8e4f1c
IDE: switched to new laz2_xml
...
git-svn-id: trunk@35938 -
2012-03-13 21:05:20 +00:00
mattias
3e9e907062
IDE: switched to new laz2_xml
...
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
paul
4322f2fcf6
lazutils: add IsUNCPath, ExtractUNCVolume routines
...
git-svn-id: trunk@35913 -
2012-03-13 03:11:18 +00:00
mattias
9bb0b8ea71
lazutf8: utf8trim: trim no break spaces
...
git-svn-id: trunk@35903 -
2012-03-12 19:42:05 +00:00
mattias
b4b796c641
lazutils: dom: add GetChildCount
...
git-svn-id: trunk@35894 -
2012-03-11 18:36:50 +00:00
mattias
3fff6d9bba
lazutf8: added stringlist sort function
...
git-svn-id: trunk@35888 -
2012-03-11 15:13:55 +00:00
martin
d9162800f5
LazLogger: improved interaction with special widgetset needs
...
git-svn-id: trunk@35813 -
2012-03-07 23:08:25 +00:00
mattias
6f352a0dbf
lazutils: less hints
...
git-svn-id: trunk@35805 -
2012-03-07 12:05:53 +00:00
mattias
dce918a3c7
lazutils: less hints
...
git-svn-id: trunk@35804 -
2012-03-07 12:04:40 +00:00
mattias
4386e8fec8
lazutils: less hints
...
git-svn-id: trunk@35803 -
2012-03-07 12:02:09 +00:00
mattias
9c9f62c013
lazutils: less hints
...
git-svn-id: trunk@35802 -
2012-03-07 11:55:37 +00:00
mattias
928b404f34
lazutils: removed not used unit unixutil
...
git-svn-id: trunk@35801 -
2012-03-07 11:49:29 +00:00
mattias
41396c9885
lazutils: less hints
...
git-svn-id: trunk@35800 -
2012-03-07 11:48:04 +00:00
mattias
404a58d8f8
lazutils: less hints
...
git-svn-id: trunk@35799 -
2012-03-07 11:47:14 +00:00
mattias
d8d20e8a91
lazutils: removed obsolete far proc modifier
...
git-svn-id: trunk@35798 -
2012-03-07 11:43:59 +00:00
mattias
e103b8519b
lazutils: less hints
...
git-svn-id: trunk@35797 -
2012-03-07 11:43:14 +00:00
mattias
0d8b532562
lazutils: removed obsolete far proc modifier
...
git-svn-id: trunk@35796 -
2012-03-07 11:40:03 +00:00
mattias
689a813a02
lazutils: clean up
...
git-svn-id: trunk@35795 -
2012-03-07 11:37:21 +00:00
mattias
34ad8277c0
lazutils: less hints
...
git-svn-id: trunk@35794 -
2012-03-07 11:31:51 +00:00
mattias
5a0b544bd0
lazlogger: less hints
...
git-svn-id: trunk@35787 -
2012-03-07 06:06:07 +00:00
martin
5a1360baf1
LazLogger, introduce base and dummy classes
...
git-svn-id: trunk@35778 -
2012-03-06 19:36:11 +00:00
mattias
4ce7efa31c
laz2_dom: create attribute lists on demand
...
git-svn-id: trunk@35771 -
2012-03-06 15:28:42 +00:00
mattias
691b677599
wiki test: highlight phrase
...
git-svn-id: trunk@35736 -
2012-03-05 14:29:33 +00:00
mattias
cedd8adfc6
laz2_dom: getprev renamed to GetPrevious for consistency
...
git-svn-id: trunk@35714 -
2012-03-04 22:37:27 +00:00
sekelsenmat
24da3a9fa0
Fixes LazFreeType compilation in ARM
...
git-svn-id: trunk@35696 -
2012-03-03 21:41:50 +00:00
sekelsenmat
54c7e0d2bb
Renames the FreeType define DEBUG to FREETYPE_DEBUG because the previous name was too common
...
git-svn-id: trunk@35693 -
2012-03-03 20:50:30 +00:00
mattias
946004d921
lazutils: fixed compilation 32bit
...
git-svn-id: trunk@35687 -
2012-03-03 19:45:46 +00:00
mattias
17fe4d048d
lazutils: clean up: invalid compiler directive
...
git-svn-id: trunk@35683 -
2012-03-03 19:04:36 +00:00
mattias
2f4a32e176
lazutils: clean up: invalid compiler directive
...
git-svn-id: trunk@35682 -
2012-03-03 19:03:15 +00:00
mattias
68db2466b5
lazutils: fixed compilation 64bit
...
git-svn-id: trunk@35681 -
2012-03-03 19:02:53 +00:00
sekelsenmat
39a6ca54b1
Adds the core part of LazFreeType into LazUtils. A 100% Pascal text rendering library based in the original Pascal FreeType
...
git-svn-id: trunk@35666 -
2012-03-03 14:29:18 +00:00
mattias
8004b97fea
lazutils: fixed typo
...
git-svn-id: trunk@35656 -
2012-03-03 00:22:06 +00:00
mattias
80a893d94c
laz2_dom: added EncodeLesserAndGreaterThan
...
git-svn-id: trunk@35618 -
2012-02-28 22:20:28 +00:00
mattias
9a2c21130a
lazutils: fixed ReplaceSubString not changing original string
...
git-svn-id: trunk@35507 -
2012-02-20 12:47:43 +00:00
mattias
2e114fe055
lazutils: changed replacesubstring function to procedure
...
git-svn-id: trunk@35506 -
2012-02-20 10:53:10 +00:00
mattias
63bed888d2
LCL: clean up
...
git-svn-id: trunk@35505 -
2012-02-20 10:23:34 +00:00
mattias
c80c2dfecc
lazutils: added ReplaceSubString
...
git-svn-id: trunk@35499 -
2012-02-20 02:18:56 +00:00
mattias
b1eb78dbdf
lazlogger: added dbgstr for pchars
...
git-svn-id: trunk@35488 -
2012-02-19 16:18:16 +00:00
mattias
0dd3daffcc
lazutils: dbgmemrange: pointer to avoid typecasts
...
git-svn-id: trunk@35484 -
2012-02-19 14:40:45 +00:00
mattias
44740de026
lazutils: added StrToXMLValue
...
git-svn-id: trunk@35468 -
2012-02-18 21:09:48 +00:00
mattias
75e607c431
lazutils: TDOMNode.GetLevel
...
git-svn-id: trunk@35467 -
2012-02-18 20:57:36 +00:00
mattias
65812100c1
lazutils: fixed dbgstr to workaround auto string repair of fpc
...
git-svn-id: trunk@35437 -
2012-02-18 13:25:24 +00:00
mattias
1a57c31210
lazutils: revert
...
git-svn-id: trunk@35425 -
2012-02-17 15:40:12 +00:00
mattias
4fdb9ca1a2
lazutils: merged some duplicates
...
git-svn-id: trunk@35424 -
2012-02-17 15:22:24 +00:00
mattias
587a1ef0fd
lazutils: fixed NeedRTLAnsi under non Windows
...
git-svn-id: trunk@35423 -
2012-02-17 15:10:57 +00:00
mattias
17e624f523
lazutf8: added UTF8Trim
...
git-svn-id: trunk@35420 -
2012-02-17 14:53:48 +00:00
paul
2ed303eb5a
lazutils: fix TDOMElement.SetAttribute - the elemented was searched in the SortedList but set into PosList => as result attributes were set to wrong values (part of bug #0021270 )
...
git-svn-id: trunk@35409 -
2012-02-17 09:21:02 +00:00
paul
76b34a64d8
lazutf8: prevent string codepage change
...
git-svn-id: trunk@35408 -
2012-02-17 06:14:40 +00:00
mattias
f1f99b4a6e
LCL: added TLazAccessibleObject enumerator
...
git-svn-id: trunk@35394 -
2012-02-16 09:17:30 +00:00
mattias
f7827d2275
lazutils: added TAvgLvlTree enumerator
...
git-svn-id: trunk@35393 -
2012-02-16 09:09:22 +00:00
mattias
0bd7bee51b
laz2_xmlwrite: added flags for WriteXML
...
git-svn-id: trunk@35373 -
2012-02-15 14:16:40 +00:00
vincents
fb6169ac46
lazlogger: fixed compilation with wince.
...
git-svn-id: trunk@35369 -
2012-02-15 07:17:09 +00:00
martin
369017a0c5
DBG: move same debugln to LazLogger cmd-line config
...
git-svn-id: trunk@35339 -
2012-02-12 22:59:28 +00:00
martin
2d5748afd7
LazLogger: Keep user-set logfilename
...
git-svn-id: trunk@35333 -
2012-02-12 18:45:12 +00:00
martin
998b336ccb
LazLogger: tests / fix parsing enabled groups
...
git-svn-id: trunk@35329 -
2012-02-12 16:44:13 +00:00
martin
c5624ffcb1
LazLogger: Fixed indent for event
...
git-svn-id: trunk@35326 -
2012-02-12 15:13:15 +00:00
martin
20f0d2d151
LazLogger: renamed events to On....
...
git-svn-id: trunk@35325 -
2012-02-12 14:42:12 +00:00
martin
59b13f50b1
LazLogger: add groups that can be enabled via commandline
...
git-svn-id: trunk@35319 -
2012-02-12 12:15:58 +00:00
martin
2ce509ce97
Clean up: warnings (new debugln)
...
git-svn-id: trunk@35269 -
2012-02-09 13:31:28 +00:00
mattias
820c8c29bb
laz2_dom: fixed range check
...
git-svn-id: trunk@35266 -
2012-02-09 12:19:05 +00:00
vincents
1cbef20c34
lazutils: fixed another compilation for debug log with wince.
...
git-svn-id: trunk@35262 -
2012-02-09 08:59:40 +00:00
vincents
951fdc2310
lazutils: fixed compilation with wince.
...
git-svn-id: trunk@35259 -
2012-02-09 08:34:34 +00:00
mattias
9a1c0d2141
laz2_write: option to preserve whitespace
...
git-svn-id: trunk@35252 -
2012-02-08 23:47:53 +00:00
mattias
ffd6e0f8b5
laz2_read: keep attribute order
...
git-svn-id: trunk@35251 -
2012-02-08 23:27:48 +00:00
mattias
52b3608f2e
laz2_xmlread: added flag preserverwhitespace
...
git-svn-id: trunk@35250 -
2012-02-08 22:52:56 +00:00
mattias
895280ea4a
laz2_dom: fixed enumerator
...
git-svn-id: trunk@35249 -
2012-02-08 22:52:23 +00:00
mattias
12f6b0c40c
laz2_dom: added enumerators for TDOMNode
...
git-svn-id: trunk@35247 -
2012-02-08 22:16:01 +00:00
martin
ffacfde753
new Debugln via LazLogger (ifdef WithLazLogger)
...
git-svn-id: trunk@35190 -
2012-02-06 19:05:00 +00:00
martin
71814e408a
new Debugln via LazLogger (ifdef WithLazLogger)
...
git-svn-id: trunk@35187 -
2012-02-06 18:43:49 +00:00
mattias
7f5a352702
lazutils: added CreateAbsoluteSearchPath, CreateRelativeSearchPath, MinimizeSearchPath, FindPathInSearchPath
...
git-svn-id: trunk@35159 -
2012-02-05 14:19:40 +00:00
mattias
9985ff718d
LCL: added inline version of UnicodeToUTF8
...
git-svn-id: trunk@35109 -
2012-02-02 23:01:03 +00:00
mattias
380da77e72
lazutils: fixed compilation
...
git-svn-id: trunk@35088 -
2012-02-02 15:28:10 +00:00
mattias
971b471ca4
IDE: catch wrong dates
...
git-svn-id: trunk@35086 -
2012-02-02 15:09:48 +00:00
mattias
64e2cd6b98
lazutils: UTF8CharacterToUnicode: check for intersecting ranges
...
git-svn-id: trunk@35038 -
2012-01-30 10:46:07 +00:00