lazarus/components
2025-03-11 10:28:02 +01:00
..
aarre
activex
aggpas
anchordocking Anchordocking: Fix loading. Don't constrain splitter bounds, until they are loaded and have a percent position. Issue #41331 2025-01-13 11:46:47 +01:00
buildintf
cairocanvas
charactermap
chmhelp
codetools
compilers
customdrawn
customform
daemon
datadict
datetimectrls Docs: DateTimeCtrls/datetimepicker. Adds missing short description in the TCustomDateTimePicker.CalendarForm topic. 2025-02-12 12:39:04 -05:00
dbexport
debuggerintf
dockedformeditor
education
exampleswindow
externhelp
favorites
filebrowser
fpcunit
fpdebug FpDebug: remove accidentally committed debugln !442 2025-03-02 11:41:47 +01:00
fppkg
fpreport
fpvectorial
fpweb
freetype FreeType: fixed code mess and memory leak in ttcache. Patch by lagprogramming. issue #40202 2024-12-28 19:51:47 +00:00
googleapis
h2pas
iconfinder
IdeInspector
ideintf Packager: Support Sender as TIDEMenuItem in function GetPackageOfEditorItem. Affects ToDo list with packages etc. 2025-02-17 18:14:55 +02:00
IdeLazLogger
idescout
images
instantfpc
instantsearch
jcf2 Jedi code format: fix allowed file types. 2025-03-08 15:30:15 +01:00
jitclasses
lazcontrols Docs: LazControls/listviewfilteredit. Adds missing description for the TListViewFilterEdit.MatchesFilter.AData parameter. 2025-02-12 13:09:18 -05:00
lazdebuggergdbmi
lazdebuggers LazDebuggerGdbmiFp: Improve workaround for FPC issue 37658 / Check both: full-path, and no-path. 2025-01-31 01:30:03 +01:00
lazedit SynEdit: fix SyncroEdit for chars with different upper/lower length. Issue #41446 2025-03-05 23:54:41 +01:00
lazreport LazReport: small cleanup in lrFclPDFExport addon 2025-02-01 22:57:27 +03:00
lazsvnpkg
lazthread
lazutils LazUtils: Fix calculation error in function PolyBezierArcPoints (unit GraphMath). Issue #41400. Fix typos in comments. 2025-02-03 12:12:38 +01:00
lclextensions
leakview
macfiles
macroscript
memds
messagecomposer
minimap
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
onlinepackagemanager
opengl
packagetabs
paradox
pas2js
PascalScript
plotfunction
pochecker
printers
projectgroups ProjectGroups: Fix lazbuild path macro 2025-02-10 16:09:18 +00:00
projecttemplates
rtticontrols
rx
sdf
simpleideintf
simplewebservergui
sqldb
sqldbrest
sqlite
synedit SynEdit: fix OnClearMark, checking the correct fields for assigned. Issue #41522 2025-03-11 10:28:02 +01:00
synunihighlighter
tachart TAChart: Fix potentially unbalanced sequence of Dataset.DisableControls and .EnableControls in TDbChartSource (https://forum.lazarus.freepascal.org/index.php/topic,70019.msg545153/topicseen.html) 2025-01-28 23:31:25 +01:00
tdbf
todolist
turbopower_ipro
virtualtreeview
vlc
wiki
Makefile
Makefile.fpc
README.txt

aarre
  ?
  
activex
  ActiveX support (Windows only)
  
aggpas
  Anti-Grain Geometry - an antialiased graphic library
  License: 3-clause BSD license - free for open source and commercial software
    with the exception of aggpas/gpc/gpc.pas which has a "not free for commercial use".
  
anchordocking
  Docking manager for LCL aplications.
  License: modified LGPL-2, same as LCL

cairocanvas
  ?

chmhelp
  Package lhelpcontrolpkg for using CHM help files in the IDE.

codetools
  The builtin Pascal parser and Pascal completion/refactoring tools of the IDE.
  License: GPL-2

compilers
  Work in progress. Packages to extend the IDE for other languages.

custom
  Obsolete: Use packages instead
    User defined components for the IDE

customdrawn
  ?
  
customform
  Registering custom form descendants in the IDE.

daemon
  Package to create programs that run as daemon under Linux or service under
  Windows.

datadict
  Support for data dictionaries for the IDE and applications.

datetimectrls
  Date/time controls
  
dbexport
  Export databases to various file formats.
  
debuggerintf
  ?

educationlaz
  Extends/configures the IDE for education, training, courses.
  License: GPL-2

externhelp
  External help (via website) for Lazarus IDE.
  License: same as LCL

filebrowser
  A file browser window for the IDE.

fpcunit
  Template for a fpcunit GUI test runner.
  
fpdebug
  ?
  
fppkg  
  ?

fpvectorial
  Support for reading/writing vectorial  file formats
  
fpweb
  Units that support web server and web client programming.

freetype
  FreeType font rendering.

h2pas
  Adds graphical interface to the IDE for the h2pas command line tool.

IdeInspector
  ?
  
ideintf
  ?

IdeLazLogger
  IDE support for LazLogger output
  
images
  More image formats for LCL applications.

instantfpc
  ?
  
jcf2
  Jedi code formatter 2.

lazcontrols
  ?

lazdebuggergdbmi
  Package for debugger using both gdb and additional native Pascal code.

lazdebuggers
  ?
  
lazreport
  Report generators and grpahical editors for the IDE.

lazsvnpkg
  Subversion version control support for the IDE.
  
lazthread
  ?

lazutils
  Various utility functions (has no package).
  
leakview
  Extends the IDE with a graphical viewer for heaptrc output.

macfiles
  Package to create OS X application bundles.

macroscript
  ?
  
memds
  Memory database/dataset package.

messagecomposer
  A graphical editor to create MessageDlg statements.

mouseandkeyinput
  A package demonstrating how to manipulate mouse and keyboard input.

mpaslex
  A small and fast Pascal parser.

mrumenu
  ?

multithreadprocs
  ?
  
opengl
  An OpenGL control.

packagetabs
  Replacement of source editor tabs/pages with buttons sorted by package and name.

paradox
  Support for Paradox databases.
  
PascalScript
  Version of RemObjects Pascal Script adapted for use in the Lazarus IDE.

plotfunction
  A LCL control for drawing plots and graphs.

pochecker
  Validates translated PO files.
  
printers
  Printing support.

projecttemplates
  Create project templates from your projects.

rtticontrols
  A set of controls using the Run Time Type Information. For example, a checkbox
  can be connected to a published boolean property of an arbitrary class without
  writing any code.

rx
  Controls based on rxlib.

sdf
  SDF (CSV-like+fixed length dataset) database package.

simpleideintf
  A test environment for IDE packages.
  
sqldb
  Support for FPC's sqldb's data access layer (Firebird, MySQL, PostgreSQL, SQLite etc.)
  Preinstalled in default Lazarus

sqlite
  SQLite database package.

synedit
  The text editor control used by the IDE.

synunihighlighter
  A universal highlighter for synedit.

tachart
  A control for graphs and plots.

tdbf
  TDBF database package; supports DBase III,IV, Visual DBase VII and (Visual) 
  FoxPro databases.

todolist
  IDE to do list for source code. It extracts to do items from comments.
  
turbopower_ipro
  A HTML control.

vlc
  A video player component based on the VLC libraries.
  
wiki
  Tools to convert a wiki to offline help.