.. |
languages
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #22382
|
2012-07-07 10:06:18 +00:00 |
asiancodepagefunctions.inc
|
lazutils: less hints
|
2012-03-07 11:55:37 +00:00 |
asiancodepages.inc
|
Moves lconvencoding.pas from the LCL to LazUtils
|
2011-10-17 11:36:24 +00:00 |
avglvltree.pas
|
avglvltree: remove/removepointer: return true if something was deleted
|
2012-04-23 09:03:23 +00:00 |
easylazfreetype.pas
|
Patch with font collection support from Circular
|
2012-04-13 07:01:31 +00:00 |
fileutil.inc
|
lazutils: GetAppConfigDirUTF8, GetAppConfigFileUTF8: added parameter to automatically create the directory
|
2012-06-27 16:25:51 +00:00 |
fileutil.pas
|
lazutils: GetAppConfigDirUTF8, GetAppConfigFileUTF8: added parameter to automatically create the directory
|
2012-06-27 16:25:51 +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.create(nil): set readflags
|
2012-03-13 23:54:40 +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: less hints
|
2012-03-07 12:04:40 +00:00 |
laz2_xmlwrite.pas
|
lazutils: removed old xml implementation, interface alias to new
|
2012-06-24 15:46:28 +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
|
components: remove ver2_2_x defines
|
2012-03-27 07:19:05 +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 |
lazdbglog.pas
|
|
|
lazfilecache.pas
|
lazutils: less hints
|
2012-03-07 12:05:53 +00:00 |
lazfileutils.pas
|
Use Utf8CompareText instead of AnsiCompare
|
2012-06-24 20:41:05 +00:00 |
lazfreetype.pas
|
Patch from circular: Advances the LazFreeType support for font information
|
2012-03-26 12:20:15 +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: inlined UTF8CompareStr
|
2012-06-24 06:58:59 +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 missing file
|
2012-06-11 17:55:07 +00:00 |
lazutils.pas
|
Patch with font collection support from Circular
|
2012-04-13 07:01:31 +00:00 |
lazutilsstrconsts.pas
|
lazutils: added resourcestrings
|
2012-06-27 16:27:11 +00:00 |
lconvencoding.pas
|
lazutils: less hints
|
2012-03-07 11:55:37 +00:00 |
luresstrings.pas
|
lazutils: fixed typo
|
2012-03-03 00:22:06 +00:00 |
Makefile
|
updated Makefiles
|
2012-04-09 10:05:12 +00:00 |
Makefile.compiled
|
lazutils: updated makefile
|
2012-03-14 18:19:03 +00:00 |
Makefile.fpc
|
updated Makefiles
|
2012-04-09 10:05:12 +00:00 |
masks.pas
|
lazutils: GetAppConfigDirUTF8, GetAppConfigFileUTF8: added parameter to automatically create the directory
|
2012-06-27 16:25:51 +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
|
Patch from circular to improve LazFreeType
|
2012-03-23 06:41:02 +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
|
Patch from circular to improve LazFreeType
|
2012-03-23 06:41:02 +00:00 |
ttmemory.pas
|
lazutils: less hints
|
2012-03-07 11:47:14 +00:00 |
ttobjs.pas
|
lazutils: removed obsolete far proc modifier
|
2012-03-07 11:40:03 +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: added resourcestrings
|
2012-06-27 16:27:11 +00:00 |
winfileutil.inc
|
LazUtils: fixed compilation, bug #22323
|
2012-06-27 19:48:23 +00:00 |