lazarus/components
2020-01-21 22:31:48 +00:00
..
aarre Package: use new lists in LPK files + add compatibility mode option 2019-11-27 05:50:28 +00:00
activex
aggpas
anchordocking AnchorDocking: Fix compilation after r62136 #b13519cc85. Issue #36227, patch from Anton Kavalenka. 2019-10-30 11:03:16 +00:00
cairocanvas
chmhelp LHelp: Fix a range error when title has sole '&' (not an HTML entity). Issue #36523, patch from devEric69. 2020-01-08 00:47:39 +00:00
codetools Codetools: Support Codecompletion inside "with begin end" block. May fix other cases, too. Issue #0023782, patch from jefferywa. 2019-12-30 13:59:12 +00:00
compilers
customdrawn
customform
daemon Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
datadict
datetimectrls Include "$(IDEBuildOptions)" macro in compiler options for some packages. Issue #36468, patch from Cyrax. 2019-12-23 21:01:19 +00:00
dbexport
debuggerintf FpDebug: Partial implement WatchPoints. 2019-10-05 11:09:49 +00:00
education
externhelp
favorites
filebrowser
fpcunit
fpdebug FpDebug: fix checking for ImageBase (currently not implemented). Issue #0036499 2020-01-08 16:56:19 +00:00
fppkg
fpreport * Fix from Pascal Riekenberg to fix rendering background with clNone (bug ID #36533) 2020-01-08 17:43:46 +00:00
fpvectorial fpvectorial: Fix memory leak caused by TvRenderInfo.Errors. Issue #36331. 2019-11-26 22:54:28 +00:00
fpweb
googleapis * Fix drive demo compilation 2019-12-06 12:32:21 +00:00
h2pas h2pas: added $(IDEBuildOptions) 2019-12-14 17:36:22 +00:00
IdeInspector
ideintf Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
IdeLazLogger
idescout
images
instantfpc
jcf2
lazcontrols lazcontrols: added $(IDEBuildOptions) 2019-12-14 17:36:39 +00:00
lazdebuggergdbmi Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
lazdebuggers FpDebug: Fix Command.DoContinue. Do not read DbgThread.GetInstrPtr if the event is caused by another thread. On Linux the none-event thread (belonging to the command) may not be paused/readable. 2020-01-04 19:44:01 +00:00
lazreport LazReport: snap resizing object(s) to guides. 2019-12-25 19:04:40 +00:00
lazsvnpkg
lazthread
lazutils LCL: Simplify code dealing with ampersands (&). Remove duplicate code. 2020-01-04 19:30:01 +00:00
lclextensions lclextensions: added $(IDEBuildOptions) 2019-12-14 17:36:53 +00:00
leakview Translations: removed completely untranslated files 2019-10-17 23:43:46 +00:00
macfiles
macroscript Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36476 2019-12-25 22:11:09 +00:00
memds
messagecomposer MessageComposer: Improved auto-sized layout revisited. 2019-10-18 20:29:59 +00:00
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs Include "$(IDEBuildOptions)" macro in compiler options for some packages. Issue #36468, patch from Cyrax. 2019-12-23 21:01:19 +00:00
onlinepackagemanager Opkman, VST: On desktops with a dark theme the online package manager text font appears black and unreadable, it is not using the theme color. Issue #36398, patch by Zeljko. 2019-12-05 06:44:44 +00:00
opengl Qt5: make OpenGL compatibile with Mesa. Patch by Chris Rorden. issue #36473 2019-12-29 10:48:52 +00:00
packagetabs
paradox
pas2js Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
PascalScript
plotfunction
pochecker Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
printers Printers: rulers sample page for dialogs sample 2019-12-29 22:35:48 +00:00
projectgroups Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36614 2020-01-21 22:31:48 +00:00
projecttemplates projecttemplates: added $(IDEBuildOptions) 2019-12-14 17:37:10 +00:00
rtticontrols
rx
sdf
simpleideintf
sparta Sparta: Formatting. 2019-10-18 21:49:33 +00:00
sqldb
sqldbrest
sqlite
synedit SynEdit, IDE: added ecMoveSelection...up/down/right/left, ecDuplicateSelection 2020-01-21 19:27:09 +00:00
synunihighlighter
tachart Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
tdbf
todolist LazUtils: Move function LazIsValidIdent from PackageDependencyIntf (IdeIntf) to LazStringUtils. 2019-10-27 15:46:04 +00:00
turbopower_ipro TurboPower_ipro: Add new TIpHtmlPanel property FontQuality (https://forum.lazarus.freepascal.org/index.php/topic,47229.msg337729.html#msg337729). Publish property BorderSpacing. 2019-10-29 17:52:15 +00:00
virtualtreeview Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
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.

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.