.. |
examples/DictionaryStringList
|
LazUtils: Improvements for DictionaryStringList demo project by Antônio Galvão. Issue #24290
|
2013-04-22 09:05:01 +00:00 |
languages
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #24996
|
2013-09-11 20:11:32 +00:00 |
asiancodepagefunctions.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
asiancodepages.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
avglvltree.pas
|
lazutils: comments
|
2013-07-31 18:34:37 +00:00 |
dictionarystringlist.pas
|
LazUtils: Remove test version of overridden InsertItem from TDictionaryStringList. It is called from FPC > 2.7.1. Solves issue #24964 although not the way it suggested.
|
2013-09-06 22:05:41 +00:00 |
easylazfreetype.pas
|
LazUtils: Add support for the CapHeight to LazFreeType. Issue #23968, patch from Andrey Zubarev
|
2013-05-05 17:56:23 +00:00 |
fileutil.inc
|
LCL: moved ReadAllLinks to LazUtils
|
2014-04-01 10:24:50 +00:00 |
fileutil.pas
|
LCL: moved ReadAllLinks to LazUtils
|
2014-04-01 10:24:50 +00:00 |
fpmake.pp
|
lazutils: removed obsolete luresstrings
|
2013-05-24 07:28:13 +00:00 |
laz2_dom.pas
|
lazutils: comment
|
2013-07-26 20:21:17 +00:00 |
laz2_names.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
laz2_xmlcfg.pas
|
LazUtils: Optimize TXMLConfig.InternalFindNode, call virtual NodeName getter only once.
|
2013-05-30 09:52:37 +00:00 |
laz2_xmlread.pas
|
lazutils: xmlread: preserve whitespace between attributes
|
2013-07-21 08:21:39 +00:00 |
laz2_xmlutils.pas
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
laz2_xmlwrite.pas
|
lazutils: laz2_write: write encoding UTF-8
|
2013-07-16 12:33:08 +00:00 |
laz2_xpath.pas
|
lazutils: xml: xpath namespace resolver, issue #25208
|
2013-10-22 12:56:19 +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
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +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
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
laz_xmlwrite.pas
|
lazutils: removed old xml implementation, interface alias to new
|
2012-06-24 15:46:28 +00:00 |
lazclasses.pas
|
LazUtils: helper for refcnt object
|
2014-03-02 02:22:18 +00:00 |
lazconfigstorage.pas
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
lazdbglog.pas
|
|
|
lazfilecache.pas
|
lazutils: less hints
|
2012-03-07 12:05:53 +00:00 |
lazfileutils.inc
|
LazFileUtils: ResolveDots: respect AllowDirectorySeparators.
|
2013-09-09 11:50:06 +00:00 |
lazfileutils.pas
|
lazutils: fixed TrimFilename, bug #25965
|
2014-04-03 10:20:35 +00:00 |
lazfreetype.pas
|
LazFreeType: Add TFreeTypeStream class, allow fonts to be loaded from streams. Patch by "circular"
|
2013-02-08 12:35:14 +00:00 |
lazfreetypefontcollection.pas
|
LazFreeType: Support font loading from a stream. Patch by "circular".
|
2013-02-11 07:09:52 +00:00 |
lazlogger.pas
|
LazLogger: fixed logfile with relative path
|
2014-02-28 17:42:19 +00:00 |
lazloggerbase.pas
|
lazutils: less hints
|
2014-02-06 09:32:52 +00:00 |
lazloggerdummy.pas
|
LazLogger: added basic profiling
|
2013-09-18 14:43:41 +00:00 |
LazLoggerImpl.inc
|
lazutils: fixed dbgs(TComponentState)
|
2014-02-27 12:43:34 +00:00 |
LazLoggerIntf.inc
|
lazutils: less hints
|
2012-03-07 11:31:51 +00:00 |
lazloggerprofiling.pas
|
LazLogger: added basic profiling
|
2013-09-19 13:58:38 +00:00 |
lazmethodlist.pas
|
lazutils: TMethodList: added AllowDuplicates, default false
|
2014-03-03 09:46:31 +00:00 |
lazutf8.pas
|
LazUtf8: implement Utf8 versions of LeftStr and RightStr.
|
2013-11-01 17:40:11 +00:00 |
lazutf8classes.pas
|
lazutils: notes about thread safety
|
2013-06-29 17:12:53 +00:00 |
lazutf8sysutils.pas
|
LazUtils: GetTickCount64 now uses under Linux the kernel function clock_gettime(CLOCK_MONOTONIC,), disable via -dGetTickCountTimeOfDay
|
2014-04-01 18:02:47 +00:00 |
lazutf16.pas
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
lazutils.lpk
|
LazLogger: added basic profiling
|
2013-09-18 14:43:41 +00:00 |
lazutils.pas
|
LazLogger: added basic profiling
|
2013-09-18 14:43:41 +00:00 |
lazutilsstrconsts.pas
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
lconvencoding.pas
|
lazutils: added conversion KOI8U and KOI8RU
|
2013-11-17 21:12:10 +00:00 |
Makefile
|
fixed make distclean
|
2014-02-18 17:37:14 +00:00 |
Makefile.compiled
|
IDE: fixed Makefile.compiled to contain inherited custom options
|
2013-07-29 10:48:35 +00:00 |
Makefile.fpc
|
fixed make distclean
|
2014-02-18 17:37:14 +00:00 |
masks.pas
|
LazUtils: Masks.pas: implement handling of UTF8 codepoints for mask matching. Issue #0024373.
|
2014-01-02 18:48:37 +00:00 |
paswstring.pas
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +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
|
LazFreeType: Add TFreeTypeStream class, allow fonts to be loaded from streams. Patch by "circular"
|
2013-02-08 12:35:14 +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
|
IDE: rename build modes, update shared and session matrix options
|
2013-06-03 10:40:18 +00:00 |
ttgload.pas
|
LazFreeType: Add TFreeTypeStream class, allow fonts to be loaded from streams. Patch by "circular"
|
2013-02-08 12:35:14 +00:00 |
ttinterp.pas
|
lazutils: less warnings
|
2013-05-14 09:30:45 +00:00 |
ttload.pas
|
LazUtils: Add support for the CapHeight to LazFreeType. Issue #23968, patch from Andrey Zubarev
|
2013-05-05 17:56:23 +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
|
LazUtils: improvements for TTInterp. Patch from circular
|
2013-02-27 10:51:27 +00:00 |
ttprofile.pas
|
LazFreeType: Hide range check errors in TrueType interpreter
|
2013-01-31 22:15:32 +00:00 |
ttraster_sweep.inc
|
Patch from circular to improve LazFreeType
|
2012-03-23 06:41:02 +00:00 |
ttraster.pas
|
LazFreeType: Hide range check errors in TrueType interpreter
|
2013-01-31 22:15:32 +00:00 |
tttables.pas
|
Patch from circular to improve LazFreeType
|
2012-03-23 06:41:02 +00:00 |
tttypes.pas
|
LazUtils: Add support for the CapHeight to LazFreeType. Issue #23968, patch from Andrey Zubarev
|
2013-05-05 17:56:23 +00:00 |
unixfileutil.inc
|
LCL: moved ReadAllLinks to LazUtils
|
2014-04-01 10:24:50 +00:00 |
unixlazfileutils.inc
|
LazUtils: added GetUnixPhysicalFilename
|
2014-04-01 11:10:35 +00:00 |
unixlazutf8.inc
|
LazUtils: Move ConsoleToUTF8, UTF8ToConsole, ParamStrUTF8,
|
2013-06-08 14:41:16 +00:00 |
utf8process.pp
|
lazutils: RunCmdFromPath: cut handles when starting process
|
2013-11-07 12:51:08 +00:00 |
winfileutil.inc
|
LCL: moved ReadAllLinks to LazUtils
|
2014-04-01 10:24:50 +00:00 |
winlazfileutils.inc
|
LCL: moved ReadAllLinks to LazUtils
|
2014-04-01 10:24:50 +00:00 |
winlazutf8.inc
|
components: cleanup
|
2013-06-23 10:24:38 +00:00 |