lazarus/components/lazutils
Bart 9ec85e5d2a FileUtil: implement TFileSearcher.OnQueryFileFound and OnQueryDirectoryFound. Gives the user the possibility
to reject files and/or directories. If rejected OnFileFound/OnDirectoryFound/OnDirectoryEnter will not be fired.
2023-11-06 15:16:32 +01:00
..
examples
languages Translations: Ukrainian translation update by Olexandr Pylypchuk, issue #40312 2023-06-12 18:20:35 +03:00
test LazUtils: Test: TestMasks: Add test for issue #39462. 2021-11-20 13:00:24 +01:00
amigalazfileutils.inc
asiancodepagefunctions.inc LConvEncoding: reverts #05765da982ab46e2486c6932648c71fd692a54d5 and #01e627e35da5030ccea4406cffbdf5b67b85b0b9 and resolves issue #39348 in a different way (by always setting the target's codepage when converting to UTF8). 2021-12-16 22:11:56 +01:00
asiancodepages.inc
avglvltree.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codepagesasian.pas
codepagescommon.pas
commoncodepages.inc LConvEncoding: add EncodingCP865. Patch by Alexey Torgashin. Issue #40041. 2022-12-17 18:30:06 +01:00
compwriterpas.pas
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
extendedstrings.pas
filereferencelist.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
fileutil.inc FileUtil: implement TFileSearcher.OnQueryFileFound and OnQueryDirectoryFound. Gives the user the possibility 2023-11-06 15:16:32 +01:00
fileutil.pas FileUtil: implement TFileSearcher.OnQueryFileFound and OnQueryDirectoryFound. Gives the user the possibility 2023-11-06 15:16:32 +01:00
fpcadds.pas LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
fpmake.pp Removed unit UITypes from LazUtils. Use System.UITypes instead. Try 2. 2023-07-12 01:41:51 +03:00
graphmath.pp lazutils: EllipsePolygon sincos 2023-07-11 17:46:16 +02:00
graphtype.pp lazutils: added TPointArray to graphtype, added EllipsePolygon to GraphMath 2023-07-10 23:19:21 +02:00
html2textrender.pas LazUtils: Add a helper function RenderHTML2Text for class THTML2TextRenderer. 2022-02-06 12:38:47 +02:00
integerlist.pas
laz2_dom.pas LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
laz2_names.inc
laz2_xmlcfg.pas lazutils: less hints 2023-07-20 14:52:13 +02:00
laz2_xmlread.pas Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
laz2_xmlutils.pas Support compiling some Lazarus code with -Sy option. Issue #40263, patch by Arioch The. 2023-05-20 12:51:35 +03:00
laz2_xmlwrite.pas LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
laz2_xpath.pas lazutils: less hints 2023-07-20 14:52:13 +02:00
laz_dom.pas
laz_xmlcfg.pas
laz_xmlread.pas LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
laz_xmlstreaming.pas fixed compile with fpc 3.3.1 2023-07-25 09:30:38 +01:00
laz_xmlwrite.pas LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
lazclasses.pas IdeDebugger: add Destroy-callback to TIDEBreakPointGroup 2023-07-25 01:23:09 +02:00
lazcollections.pas LazCollections: compiler warnings 2022-01-09 01:17:24 +01:00
lazconfigstorage.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
lazdbglog.pas
lazfglhash.pas
lazfilecache.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
lazfileutils.inc LazFileUtils: make ResolveDots a little more consitent w.r.t. having the result ending with a PathDelim. Issue #37188. Do not merge to Fixes 2.2. 2021-08-20 18:43:37 +02:00
lazfileutils.pas IDE: changed copiler options from string to TSTtrings for large amount of params 2023-07-24 16:38:31 +01:00
lazlinkedlist.pas
lazlistclasses.pas Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
lazlogger.pas lazutils: less hints 2023-07-20 14:52:13 +02:00
lazloggerbase.pas LazLogger: optimized some log function 2023-07-20 18:23:40 +02:00
lazloggerdummy.pas LazLogger: optimized some log function by making the open array a "const param". 2023-07-20 18:05:57 +02:00
LazLoggerImpl.inc LazLogger: dbghex for unsigned 2023-10-10 12:52:30 +02:00
LazLoggerIntf.inc LazLogger: dbghex for unsigned 2023-10-10 12:52:30 +02:00
lazloggerprofiling.pas
lazmethodlist.pas Rename CompareMethods to more logical SameMethod. Remove old deprecated functions. 2021-10-10 19:00:49 +03:00
lazpasreadutil.pas
lazstringutils.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
lazsysutils.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
laztracer.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
lazunicode.pas
lazutf8.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
lazutf16.pas LazUtils, LCL: Initialize UnicodeTables in LazUTF16 only when needed. Deprecate copied UTF16 functions in LCLProc. 2023-07-03 15:29:56 +03:00
lazutilities.pas Move SkipCheckByKey functions from IdeUtils (IdeIntf) to LazUtilities (LazUtils). No LCL dependency. Add comments in uses section. 2023-06-11 20:34:36 +03:00
lazutils_defines.inc
lazutils.lpk Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
lazutils.pas Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
lazutilsstrconsts.pas Lazutils: fixed Masks resource strings 2021-10-14 00:06:49 +03:00
lazversion.pas set main version to 3.99 2023-06-25 17:47:14 +02:00
lconvencoding.pas Remove old deprecated functions and units. 2023-06-15 02:35:52 +03:00
lcsvutils.pas LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
lookupstringlist.pas
Makefile updated makefiles 2023-09-03 17:11:29 +02:00
Makefile.compiled updated makefiles 2023-09-03 17:11:29 +02:00
Makefile.fpc updated makefiles 2023-09-03 17:11:29 +02:00
maps.pp Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
masks.pas Support compiling most of Lazarus + its components with -Sy option. 2023-05-20 12:51:35 +03:00
objectlists.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
plist2json.pas IDE: More textmate Highlighting 2023-09-19 20:51:03 +02:00
stringhashlist.pas
textstrings.pas
translations.pas LazUtils, Translations: simplified getting user language value in macOS (don't use setenv function, just use obtained identifier directly in GetLanguageID function), issue #40495 2023-09-11 03:29:37 +03:00
unixfileutil.inc
unixlazfileutils.inc
unixlazutf8.inc
utf8process.pp Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
winfileutil.inc fix compiler hints in LazUtils 2021-10-29 15:08:50 +03:00
winlazfileutils.inc fix compiler hints in LazUtils 2021-10-29 15:08:50 +03:00
winlazutf8.inc Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00