lazarus/components
2019-01-19 14:56:12 +00:00
..
aarre
activex
aggpas
anchordocking AnchorDocking: Fixed SIGSEGV when starting application with -dVerboseAnchorDockRestore. 2019-01-19 14:56:12 +00:00
cairocanvas
chmhelp Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
codetools Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
compilers
customdrawn
customform
daemon
datadict Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
datetimectrls
dbexport Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
debuggerintf FpDebug: fix cache when cross debugging a 64bit target from a 32bit IDE. (affects FpLldb) 2019-01-14 23:05:10 +00:00
education Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
externhelp Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
favorites Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
filebrowser
fpcunit Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
fpdebug FpDebug: fix compile on linux. Issue #0034894 2019-01-18 11:26:00 +00:00
fppkg Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34830 2019-01-08 21:42:17 +00:00
fpreport
fpvectorial
fpweb Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
googleapis
h2pas
IdeInspector
ideintf IDE, SourceEditor: "Close tabs on right". Issue #0029929 / Added key combo 2019-01-06 19:44:58 +00:00
IdeLazLogger Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
idescout Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
images
instantfpc
jcf2 Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
lazcontrols
lazdebuggergdbmi LazDebuggerFp/FpDebug: tests 2019-01-01 15:12:06 +00:00
lazdebuggers LazDebuggerFpLldb: correctly initialize pretty-printer 2019-01-14 20:15:08 +00:00
lazreport LazReport: fixed 'Editor' sample compilation after LCLTranslator changes in r60097 #114df2b6b6 2019-01-17 22:45:45 +00:00
lazsvnpkg
lazthread
lazutils Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
lclextensions
leakview Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
macfiles
macroscript
memds
messagecomposer Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
onlinepackagemanager Opkman: Fix install bug. 2019-01-19 13:44:10 +00:00
opengl
packagetabs Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
paradox
pas2js Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34838 2019-01-08 21:37:54 +00:00
PascalScript
plotfunction
pochecker
printers Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
projectgroups
projecttemplates Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
rtticontrols
rx
sdf
simpleideintf
sparta
sqldb Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
sqlite
synedit SynEdit: test for improved syncro/template edit to deal with adjacent cells. (no text between cells) 2019-01-14 01:54:11 +00:00
synunihighlighter Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
tachart TAChart: Undo part of r60075 #361e42f65a (see issue #34898). 2019-01-18 23:31:29 +00:00
tdbf
todolist Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
turbopower_ipro TurboPower_iPro: Fix line spacing of <br> tag. Issue #34803. 2019-01-03 17:49:54 +00:00
virtualtreeview VirtualTreeView: Fix compilation with FPC trunk after r40745 #b8a1d1c5e9. Issue #34804. Slightly modified patches by Pascal Riekenberg. 2019-01-07 15:35:07 +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.