lazarus/components/lazutils
2015-03-03 19:51:20 +00:00
..
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: Hungarian translation update by Péter Gábor, bug #27365 2015-01-27 23:10:25 +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: TAvgLvlTree.FindLeftMostKey/FindRightMostKey fixed 2015-02-07 13:17:51 +00:00
dictionarystringlist.pas DictionaryStringlist: Deduplicate: allow the AStrings to have objects if it does not own them. 2015-01-10 15:35:20 +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 FileUtil: implement optional parameter DirAttr for FindAllFiles. 2014-12-08 21:51:43 +00:00
fileutil.pas FileUtil: implement optional parameter DirAttr for FindAllFiles. 2014-12-08 21:51:43 +00:00
fpcadds.pas lazutils: moved MergeSort to lazutilities, laz2_xmlcfg: sort nodes to find non existing and out of order nodes faster 2014-12-10 02:16:39 +00:00
fpmake.pp fpmake: re-generated several fpmake.pp files 2015-01-02 20:45:33 +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 laz2xmlcfg: duplicate nodes: always use the first 2014-12-10 11:26:47 +00:00
laz2_xmlread.pas laz2_xmlread: added flag xrfAllowSpecialCharsInComments 2014-12-17 10:00:43 +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
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
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
lazclasses.pas LazUtils: Fixed spelling / small optimization for FreeNotifiyngObj 2014-04-26 15:43:43 +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 IDE,lazutils: added GetPhysicalFilenameCached 2014-05-30 13:41:20 +00:00
lazfileutils.inc LazFileUtils: fix error in TryCreateRelativePath (it failed e.g with Dest=C:\ and Source=C:\foo). Issue #0027601. 2015-03-03 19:51:20 +00:00
lazfileutils.pas LazFileUtils: implement GetShellLinkTarget function. 2014-10-04 22:15:41 +00:00
lazfreetype.pas
lazfreetypefontcollection.pas lazutils: less hint 2014-12-09 11:31:51 +00:00
lazlogger.pas lazutils: moved ReplaceSubString to LazUTF8, added UTF8QuotedStr 2015-02-13 20:34:21 +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
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 lazutils: simplify enableutf8rtl by only using lazutf8 2015-02-20 14:28:49 +00:00
lazutf8classes.pas lazutils: clean up 2015-03-01 13:55:40 +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
lazutilities.pas laz2xmlcfg: duplicate nodes: always use the first 2014-12-10 11:26:47 +00:00
lazutils.lpk lazutils: moved MergeSort to lazutilities, laz2_xmlcfg: sort nodes to find non existing and out of order nodes faster 2014-12-10 02:16:39 +00:00
lazutils.pas lazutils: moved MergeSort to lazutilities, laz2_xmlcfg: sort nodes to find non existing and out of order nodes faster 2014-12-10 02:16:39 +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: fixed empty result, issue #26835 2014-10-08 20:19:46 +00:00
Makefile IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
Makefile.compiled IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
Makefile.fpc IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
masks.pas Masks: fix TMask.Matches() when converting the case alters UTF8Length Issue #0026790). Based on patch by laz-andy. 2014-09-27 15:33:23 +00:00
paswstring.pas lazutils: paswstring: sanity check macros 2014-12-04 18:11:43 +00:00
ttcache.pas
ttcalc1.inc
ttcalc2.inc
ttcalc3.inc
ttcalc4.inc
ttcalc.pas
ttcmap.pas
ttconfig.inc
ttdebug.pas
tterror.pas
ttfile.pas IDE: rename build modes, update shared and session matrix options 2013-06-03 10:40:18 +00:00
ttgload.pas
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
ttobjs.pas LazUtils: improvements for TTInterp. Patch from circular 2013-02-27 10:51:27 +00:00
ttprofile.pas
ttraster_sweep.inc
ttraster.pas
tttables.pas
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: clean up 2014-12-10 09:55:24 +00:00
unixlazutf8.inc lazutils: on force CP_UTF8: set argv and formatsettings 2014-11-26 22:12:50 +00:00
utf8process.pp lazutils: wince: fixed compilation 2014-09-20 20:55:52 +00:00
winfileutil.inc LCL: moved ReadAllLinks to LazUtils 2014-04-01 10:24:50 +00:00
winlazfileutils.inc LazFileUtils: fix compilation of GetShellLinkTargetAnsi for fpc 2.6.2. 2015-01-09 01:17:36 +00:00
winlazutf8.inc lazutf8: GetFormatSettingsUTF8: map common multibyte chars to ASCII 2015-02-18 19:51:28 +00:00