lazarus/components
2024-05-24 22:33:14 +02:00
..
aarre
activex
aggpas Fix several occurrences of raise exception('some string'), in effect casting a string into an exception, instead of raise exception.create(). Issue #40860. Patch by n7800 (slightly modified). 2024-05-20 00:54:38 +03:00
anchordocking AnchorDocking: improved header appearance, patch by Don Siders, issue #40677 2024-01-02 15:21:00 +00:00
buildintf set fixes version 3.0 2023-12-17 11:23:58 +01:00
cairocanvas set fixes version 3.0 2023-12-17 11:23:58 +01:00
charactermap set fixes version 3.0 2023-12-17 11:23:58 +01:00
chmhelp LHelp: Remove UTF8CompareLatinTextFast calls. 2024-02-22 16:43:30 +03:00
codetools codetools: fixed clearing include file link 2024-05-24 11:48:20 +02:00
compilers lazdelphi: do not store default values 2023-06-24 12:29:22 +02:00
customdrawn Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
customform
daemon Translations: Chinese translation update by ACTom, merge request !239 2023-10-10 03:00:22 +03:00
datadict DataDict: New palette icon for TFPCodeGenerator by Roland Hahn. 2023-07-29 19:16:58 +02:00
datetimectrls set fixes version 3.0 2023-12-17 11:23:58 +01:00
dbexport
debuggerintf Debugger: fixed crash in disassembler (dangling pointer, due to wrong object in free notify) 2024-03-14 19:52:26 +01:00
dockedformeditor Qt5,Qt6: Fixed doubled menu on designer surface. Patch by Don Siders. issue #40947 2024-05-18 10:10:05 +00:00
education
exampleswindow set fixes version 3.0 2023-12-17 11:23:58 +01:00
externhelp set fixes version 3.0 2023-12-17 11:23:58 +01:00
favorites
filebrowser Optimise string manipulation. Reduce calls to Copy(). 2021-02-11 14:08:24 +00:00
fpcunit set fixes version 3.0 2023-12-17 11:23:58 +01:00
fpdebug FpDebug: Windows, implement alternative "normal" file reading (via stream). On 32bit mapping an entire file into memory can fail, if not enough continuous memory is available. 2024-05-23 22:02:30 +02:00
fppkg Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
fpreport Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
fpvectorial Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800. 2024-05-20 00:54:39 +03:00
fpweb Translations: Chinese translation update by ACTom, merge request !239 2023-10-10 03:00:22 +03:00
freetype freetype: reduced implementation uses to avoid triggering fpc bug 2024-03-20 18:30:22 +01:00
googleapis Google Calendar API Demo 2023-06-27 19:03:56 +03:00
h2pas Translations: Chinese translation update by ACTom, merge request !241 2023-10-18 01:51:14 +03:00
IdeInspector * Allow compilation with fpc trunk 2023-05-24 17:10:20 +02:00
ideintf Fix several occurrences of raise exception('some string'), in effect casting a string into an exception, instead of raise exception.create(). Issue #40860. Patch by n7800 (slightly modified). 2024-05-20 00:54:38 +03:00
IdeLazLogger IDE: Chinese translation update, merge request !225 2023-08-09 22:33:54 +03:00
idescout
images
instantfpc set fixes version 3.0 2023-12-17 11:23:58 +01:00
instantsearch
jcf2 Jedi code format: fix parser error when there are more than one attribute. 2024-05-20 18:31:40 +02:00
jitclasses Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800. 2024-05-20 00:54:39 +03:00
lazcontrols LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800. 2024-05-19 16:20:13 +03:00
lazdebuggergdbmi set fixes version 3.0 2023-12-17 11:23:58 +01:00
lazdebuggers LazDebuggerFp: fixed range check / added safety check for string len (exception msg/name). 2024-05-09 21:01:23 +02:00
lazreport LazReport: added INI file of editor sample to .gitignore 2023-10-07 02:59:42 +03:00
lazsvnpkg set fixes version 3.0 2023-12-17 11:23:58 +01:00
lazthread
lazutils set fixes version to 3.4 2024-05-24 22:33:14 +02:00
lclextensions set fixes version 3.0 2023-12-17 11:23:58 +01:00
leakview LeakView: Fix resolve. Outdated use of ImageBase, which is now RelocationOffset 2024-02-29 09:22:35 +01:00
macfiles set fixes version 3.0 2023-12-17 11:23:58 +01:00
macroscript set fixes version 3.0 2023-12-17 11:23:58 +01:00
memds set fixes version 3.0 2023-12-17 11:23:58 +01:00
messagecomposer MessageComposer: Restrict minimal form width and height to keep correct layout. Patch by Don Siders, issue #40707. 2024-01-19 23:02:57 +00:00
mouseandkeyinput set fixes version 3.0 2023-12-17 11:23:58 +01:00
mpaslex Support more calling conventions. Issue #39405, patch by Pavel. 2021-10-04 11:10:27 +03:00
mrumenu
multithreadprocs Support compiling most of Lazarus + its components with -Sy option. 2023-05-20 12:51:35 +03:00
onlinepackagemanager set fixes version 3.0 2023-12-17 11:23:58 +01:00
opengl Cocoa/Opengl: fix compilation issue, patch by @anton.kavalenka #40502 2023-09-11 22:29:36 +08:00
packagetabs Translations: Turkish translation update by Onur ERÇELEN, issue #40106 2023-02-02 23:52:31 +03:00
paradox Images: Reworked dataset images, uniform style. By Roland Hahn. 2023-07-16 17:27:23 +02:00
pas2js pas2js: fixed crash in designer popup menu 2024-03-08 09:32:01 +01:00
PascalScript set fixes version 3.0 2023-12-17 11:23:58 +01:00
plotfunction
pochecker SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-22 16:43:31 +03:00
printers set fixes version 3.0 2023-12-17 11:23:58 +01:00
projectgroups Translations: Slovak translation update by LacaK, issue #40700 2024-01-17 22:39:18 +03:00
projecttemplates set fixes version 3.0 2023-12-17 11:23:58 +01:00
rtticontrols set fixes version 3.0 2023-12-17 11:23:58 +01:00
rx
sdf set fixes version 3.0 2023-12-17 11:23:58 +01:00
simpleideintf
simplewebservergui set fixes version 3.0 2023-12-17 11:23:58 +01:00
sqldb set fixes version 3.0 2023-12-17 11:23:58 +01:00
sqldbrest
sqlite Images: Reworked dataset images, uniform style. By Roland Hahn. 2023-07-16 17:27:23 +02:00
synedit SynEdit: fix endless loop in html-exporter. Patch by michalgw. Issue #40927 2024-04-28 13:40:26 +02:00
synunihighlighter
tachart TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859). 2024-05-19 16:20:13 +03:00
tdbf set fixes version 3.0 2023-12-17 11:23:58 +01:00
todolist set fixes version 3.0 2023-12-17 11:23:58 +01:00
turbopower_ipro Turbopower_ipro: Fix anchor position calculation, issue #40480. 2024-03-11 20:07:52 +03:00
virtualtreeview Virtualtreview: Fix loading resources from DLL (https://forum.lazarus.freepascal.org/index.php?topic=67250.msg517169) 2024-05-19 16:20:14 +03:00
vlc
wiki LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
Makefile set fixes version 3.0 2023-12-17 11:23:58 +01:00
Makefile.fpc updated makefiles 2023-08-15 12:52:46 +02:00
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.