lazarus/components
2015-09-08 11:44:04 +00:00
..
aarre Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
activex
aggpas aggpas: clarify license 2015-07-05 09:51:45 +00:00
anchordocking IDE: codetools defines editor: nicer layout, wordwrap off, patch #28637 from Alexey Torgashin 2015-09-08 11:44:04 +00:00
cairocanvas
chmhelp lhelp: fixed crash when ServerID not set, bug #28560, patch from Stephano 2015-08-23 08:15:06 +00:00
codetools codetools: identifier completion: add variant, patch #28615 from Ondrej Pokorny 2015-09-03 10:52:20 +00:00
compilers Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
custom
customdrawn customdrawn: Fixes compilation, bug #28470 2015-08-10 19:06:20 +00:00
customform IDE: Cleanup. 2015-06-06 11:19:40 +00:00
daemon
datadict LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
datetimectrls Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
dbexport
debuggerintf LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
editortoolbar Add a dummy package to replace the removed EditorToolbar package. Prevent compilation error with LazBuild. 2015-06-22 14:20:57 +00:00
education
externhelp
filebrowser LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
fpcunit FPCUnit: Add Next failure / Previous failure controls for GUI test runner. Issue #22975, patch from jacobb. 2015-08-19 12:16:30 +00:00
fpdebug DebuggerIntf: In r49328 #ec422cddc6 the nestedprocvars modeswitch is used. Bug report #28306 shows that this does not work on win32-fpc 2.6.4. Probably a compiler bug. This patch avoids the use of nestedprocvars with fpc versions 2.x.x 2015-06-21 18:10:51 +00:00
fppkg Clean and reorder more uses sections to prevent "deprecated" warnings. 2015-08-12 10:19:37 +00:00
fpvectorial fpvectorial: Fixes propagating the background color to all entities 2015-08-11 12:13:26 +00:00
fpweb LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
googleapis * Make sure demo also compiles when using lists instead of arrays 2015-05-16 08:08:27 +00:00
h2pas Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
IdeInspector
ideintf IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny. 2015-09-07 22:01:22 +00:00
IdeLazLogger
images
IndustrialStuff Industrial package: Make default property values match with values set in constructors. Issue #28519, patch from Vojtech Cihak. 2015-08-15 21:40:09 +00:00
instantfpc
jcf2 CodeTools, JCF: Support more procedure directives. Issue #28462, patch from Jeppe Johansen. 2015-08-03 22:21:59 +00:00
lazcontrols LazControls: TCheckBoxThemed improvements. Issue #28517, patch from Vojtech Cihak. 2015-08-15 21:40:10 +00:00
lazdebuggergdbmi lazdebuggergdbmi: fixed compilation under darwin 2015-08-11 13:25:59 +00:00
lazdebuggers LazDebuggerFPDServer: Implemented retrieval of registers 2015-06-21 10:46:07 +00:00
lazreport LazReport, lrCodeReport: sample for testing text layout 2015-09-05 19:00:17 +00:00
lazsvnpkg Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00
lazthread
lazutils IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny. 2015-09-07 22:01:22 +00:00
leakview Translations: Hungarian translation update by Péter Gábor, bug #28543 2015-08-19 21:54:50 +00:00
macfiles
macroscript
memds
messagecomposer MessageComposer: 2015-09-05 15:45:19 +00:00
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
opengl opengl: fixed compilation 2015-08-16 20:42:05 +00:00
paradox
PascalScript
plotfunction
pochecker LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
printers printers: less hints 2015-08-08 08:26:38 +00:00
projecttemplates Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
rtticontrols
rx LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
sdf
simpleideintf
sqldb Translations: regenerated some translations for sqldb and todolist 2015-05-21 23:43:59 +00:00
sqlite
synedit synedit: synexporthtml: fixed working with UTF-8 2015-09-05 20:53:43 +00:00
synunihighlighter Translations: Hungarian translation update by Péter Gábor, bug #28244 2015-06-04 21:26:04 +00:00
tachart IdeIntf, TAChart: Fix errors in fields editor made in r49233 #255bf5782e. Issue #28595. 2015-09-02 10:10:47 +00:00
tdbf
todolist Translations: Hungarian translation update by Péter Gábor, bug #28543 2015-08-19 21:54:50 +00:00
turbopower_ipro Translations: Hungarian translation update by Péter Gábor, bug #28543 2015-08-19 21:54:50 +00:00
vlc
wiki LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
Makefile Move EditorToolbar from a package to IDE sources. Reuse config dialog with IDE Coolbar. 2015-06-21 10:45:24 +00:00
Makefile.fpc Move EditorToolbar from a package to IDE sources. Reuse config dialog with IDE Coolbar. 2015-06-21 10:45:24 +00:00
README.txt aggpas: clarify license, issue #27022 2015-07-05 09:48:30 +00:00

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
  ?
  
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.

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

externhelp
  External help (via website) for Lazarus IDE
  
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.

IndustrialStuff
  Additional controls with industrial/process management theme
  
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.

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.