lazarus/components/lazutils
2013-01-20 13:05:56 +00:00
..
languages Translations: Spanish translation update by Lucas Martín, bug #23649 2013-01-14 21:29:14 +00:00
asiancodepagefunctions.inc lazutils: renamed functions DBCSToUTF8, UTF8ToDBCS, fixed dbcs last char, using half space for asian tables 2012-08-14 21:01:39 +00:00
asiancodepages.inc lazutils: renamed functions DBCSToUTF8, UTF8ToDBCS, fixed dbcs last char, using half space for asian tables 2012-08-14 21:01:39 +00:00
avglvltree.pas lazutils: avglvltree: fixed GetEnumeratorHighToLow 2012-09-08 08:59:42 +00:00
easylazfreetype.pas lazfreetype: fixed range check error, improved error message 2012-08-04 10:11:16 +00:00
fileutil.inc LazUtils: fix FileSetDateUtf8 for Windows, when file is in a folder with Unicode characters. 2013-01-19 17:23:30 +00:00
fileutil.pas lazutils: moved SplitCmdLineParms to LazFileUtils 2013-01-03 12:10:48 +00:00
fpmake.pp lazutils+lclbase: updated fpmake 2012-12-23 11:16:17 +00:00
laz2_dom.pas laz2_dom: added XmlValueToStr 2012-03-26 18:14:23 +00:00
laz2_names.inc
laz2_xmlcfg.pas lazutils: txmlconfig: auto create doc 2012-09-03 09:09:23 +00:00
laz2_xmlread.pas lazutils: removed old xml implementation, interface alias to new 2012-06-24 15:46:28 +00:00
laz2_xmlutils.pas lazutils: TranslateUTF8Chars: multibyte with different size replacements 2013-01-07 16:49:16 +00:00
laz2_xmlwrite.pas lazutils: removed old xml implementation, interface alias to new 2012-06-24 15:46:28 +00:00
laz2_xpath.pas xpath: added a test 2013-01-20 11:34:32 +00:00
laz_dom.pas lazutils: removed old xml implementation, interface alias to new 2012-06-24 15:46:28 +00:00
laz_xmlcfg.pas lazutils: removed old xml implementation, interface alias to new 2012-06-24 15:46:28 +00:00
laz_xmlread.pas lazutils: removed old xml implementation, interface alias to new 2012-06-24 15:46:28 +00:00
laz_xmlstreaming.pas lazutils: laz_xmlstreaming: made GetPropertyElement protected, fixed reading vaBinary, bug #23534 2012-12-25 09:25:07 +00:00
laz_xmlwrite.pas lazutils: removed old xml implementation, interface alias to new 2012-06-24 15:46:28 +00:00
lazclasses.pas LazLogger, introduce base and dummy classes 2012-03-06 19:36:11 +00:00
lazconfigstorage.pas lcl,lazutils: moved lazconfigstorage.pas to lazutils 2012-12-23 11:05:51 +00:00
lazdbglog.pas
lazfilecache.pas lazutils: less hints 2012-03-07 12:05:53 +00:00
lazfileutils.pas lazutils: moved SplitCmdLineParms to LazFileUtils 2013-01-03 12:10:48 +00:00
lazfreetype.pas LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with 2012-08-28 09:58:57 +00:00
lazfreetypefontcollection.pas Patch with font collection support from Circular 2012-04-13 07:01:31 +00:00
lazlogger.pas lazlogger: use PtrInt for String length instead of PtrUInt since SetLength() works with integer anyway 2012-03-30 08:21:38 +00:00
lazloggerbase.pas IDE+startlazarus: use same working directory, needed for passing relative file names as command line parameters 2012-07-05 15:07:43 +00:00
lazloggerdummy.pas lazutils: less hints 2012-03-07 11:31:51 +00:00
LazLoggerImpl.inc lazutils: added missing file 2012-06-11 17:55:07 +00:00
LazLoggerIntf.inc lazutils: less hints 2012-03-07 11:31:51 +00:00
lazmethodlist.pas lcl+lazutils: moved TMethodList to lazutils 2011-11-16 05:51:31 +00:00
lazutf8.pas lazutils: UTF8LowerCase: small optimization 2012-12-06 15:03:10 +00:00
lazutf8classes.pas lazutils: small optimization 2012-06-15 16:39:31 +00:00
lazutf8sysutils.pas lazutils: removed not used unit unixutil 2012-03-07 11:49:29 +00:00
lazutf16.pas Renames some utf8strings to strings as a temporary workaround for fpc 2.7 until the Unicode RTL encoding is decided 2011-11-04 10:26:09 +00:00
lazutils.lpk lazutils: added laz2_xpath 2013-01-20 11:02:30 +00:00
lazutils.pas lazutils: added laz2_xpath 2013-01-20 11:02:30 +00:00
lazutilsstrconsts.pas lclbase,lazutils: moved utf8process to lazutils 2013-01-03 12:19:51 +00:00
lconvencoding.pas Adds more encoding conversion support, patch from bug #23446 2012-12-14 11:59:46 +00:00
luresstrings.pas lazutils: fixed typo 2012-03-03 00:22:06 +00:00
Makefile updated Makefiles 2012-08-27 16:43:01 +00:00
Makefile.compiled updated Makefiles 2012-08-27 16:43:01 +00:00
Makefile.fpc updated Makefiles 2012-08-27 16:43:01 +00:00
masks.pas Masks.pas: implement optional parameter to control case-sensitivity for (filename) matching, 2012-12-06 19:08:12 +00:00
paswstring.pas paswstring fix from bug #20668 2011-11-15 09:15:41 +00:00
ttcache.pas lazutils: less hints 2012-03-07 11:47:14 +00:00
ttcalc1.inc Adds the core part of LazFreeType into LazUtils. A 100% Pascal text rendering library based in the original Pascal FreeType 2012-03-03 14:29:18 +00:00
ttcalc2.inc Adds the core part of LazFreeType into LazUtils. A 100% Pascal text rendering library based in the original Pascal FreeType 2012-03-03 14:29:18 +00:00
ttcalc3.inc Adds the core part of LazFreeType into LazUtils. A 100% Pascal text rendering library based in the original Pascal FreeType 2012-03-03 14:29:18 +00:00
ttcalc4.inc Adds the core part of LazFreeType into LazUtils. A 100% Pascal text rendering library based in the original Pascal FreeType 2012-03-03 14:29:18 +00:00
ttcalc.pas IDE+startlazarus: use same working directory, needed for passing relative file names as command line parameters 2012-07-05 15:07:43 +00:00
ttcmap.pas Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
ttconfig.inc Renames the FreeType define DEBUG to FREETYPE_DEBUG because the previous name was too common 2012-03-03 20:50:30 +00:00
ttdebug.pas lazutils: clean up 2012-03-07 11:37:21 +00:00
tterror.pas Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
ttfile.pas LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with 2012-08-28 09:58:57 +00:00
ttgload.pas lazutils: removed obsolete far proc modifier 2012-03-07 11:40:03 +00:00
ttinterp.pas Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
ttload.pas LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with 2012-08-28 09:58:57 +00:00
ttmemory.pas LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with 2012-08-28 09:58:57 +00:00
ttobjs.pas LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with 2012-08-28 09:58:57 +00:00
ttprofile.pas Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
ttraster_sweep.inc Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
ttraster.pas lazutils: less warnings 2012-03-23 07:19:29 +00:00
tttables.pas Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
tttypes.pas Patch from circular to improve LazFreeType 2012-03-23 06:41:02 +00:00
unixfileutil.inc LazUtils: fix FileSetDateUtf8 for Windows, when file is in a folder with Unicode characters. 2013-01-19 17:23:30 +00:00
utf8process.pp lclbase,lazutils: moved utf8process to lazutils 2013-01-03 12:19:51 +00:00
winfileutil.inc LazUtils: FileAgeUtf8 and FileSetDateUtf8: fix for WinCE after r39893 and r39891 #3e31ff5eeb (hopefully get it right this time). 2013-01-20 13:05:56 +00:00