lazarus/components
2020-12-19 17:06:31 +00:00
..
aarre
activex
aggpas
anchordocking
buildintf Cleanup, comments. 2020-12-18 21:02:19 +00:00
cairocanvas LCL: Improve handling of PageNumber in various Printer classes. Issue #37682, patch from Joeny Ang. 2020-11-04 17:48:46 +00:00
chmhelp CHMHelp: fixed delays when getting help while help viewer is already open, bug #29747: 2020-11-26 23:26:58 +00:00
codetools Fix StandardCodeTool.HasInterfaceRegisterProc. Simplify code for checking added unit files. 2020-11-23 10:26:46 +00:00
compilers
customdrawn
customform
daemon
datadict
datetimectrls DateTimePicker: add Alignment property 2020-11-22 22:33:59 +00:00
dbexport LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
debuggerintf Debugger: reset exitcode for each run. Issue #0038080 2020-11-22 15:06:40 +00:00
education
externhelp
favorites
filebrowser
fpcunit FPCUnit: moved all resource strings of IDE package to strtestcaseopts.pas, merged translations accordingly 2020-10-01 22:41:02 +00:00
fpdebug FpDebug: Use thread-save iterator. Issue #0038047, #38068 . Normal Iterators are added/removed to/from FIterators: TList => which is not thread save. Since the map in question never changes during iteration, the callbacks are not needed. 2020-11-12 12:02:33 +00:00
fppkg Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #37667 2020-08-31 22:37:04 +00:00
fpreport
fpvectorial Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
fpweb FPWeb: moved all resource strings to fpwebstrconsts.pas, merged translations accordingly 2020-09-24 23:06:50 +00:00
freetype FreeType: fix mem leak when cloning glyph. 2020-09-24 07:23:50 +00:00
googleapis
h2pas
IdeInspector
ideintf Cleanup, comments. 2020-12-18 21:02:19 +00:00
IdeLazLogger
idescout
images
instantfpc
jcf2 Jedi Code Format: Remember cursor position and keep undo-history after a format. Issue #38178, patch from Domingo Galmés. 2020-12-08 19:34:45 +00:00
lazcontrols Docs: Documentation updates for LCL, LazUtils and LazControls. Issue #38089, patch from Don Siders. 2020-11-16 22:20:15 +00:00
lazdebuggergdbmi Debugger: Support detection of GDB 10.x and higher. Issue #38034. 2020-11-05 11:47:30 +00:00
lazdebuggers Revert WatchesValuePrg.pas: r64120 #618261511d LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-12-19 17:06:31 +00:00
lazreport LazReport: renamed directory nogui_cgi to console_cgi_http 2020-10-24 17:31:12 +00:00
lazsvnpkg
lazthread lazthread: moved all resource strings to lazthreadstrconst.pas, merged translations accordingly 2020-10-12 15:03:42 +00:00
lazutils IDE: Map component palette SpeedButtons by comp class type (not name). Use a proper tree map instead of sorted list TFPGMap<>. 2020-12-18 21:02:22 +00:00
lclextensions
leakview
macfiles
macroscript SourceEditor, PascalScriptMacro: Add property LinesCount. Issue #37778 Patch by Domingo Galmés 2020-09-19 18:24:26 +00:00
memds
messagecomposer
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
onlinepackagemanager Opkman: When available, auto load package data. 2020-11-12 14:33:12 +00:00
opengl LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions. 2020-12-12 11:41:07 +00:00
packagetabs LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions. 2020-12-12 11:41:07 +00:00
paradox
pas2js
PascalScript
plotfunction
pochecker
printers Printers: Update resource file. issue #38027. 2020-11-07 15:18:21 +00:00
projectgroups
projecttemplates
rtticontrols Docs: Documentation updates for RTTIControls. Issue #37964, patch from Don Siders. 2020-10-22 15:34:22 +00:00
rx
sdf
simpleideintf
sparta
sqldb
sqldbrest
sqlite
synedit IDE: exttools: show env 2020-12-17 14:38:24 +00:00
synunihighlighter synunihighlighter: removed no longer needed PO files 2020-10-12 16:49:57 +00:00
tachart TAChart: Add method CopyToClipboard for any TRasterImage class. 2020-12-18 11:25:03 +00:00
tdbf
todolist ToDoList: Two new ToolButton commands. Issue #37976, patch from FTurtle. 2020-10-24 11:19:30 +00:00
turbopower_ipro TurboPower_iPro: Call OnPaint from TIpHtmlInternalPanel instead of calling IpHtmlCustomPanel's inherited Paint. (issue #38204). 2020-12-13 21:12:10 +00:00
virtualtreeview LCL-Grids and VirtualTreeView: Move "FixDesignFontsPPI" for the basic components to "public". Declare as "override" for VTV. 2020-08-26 14:36:34 +00:00
vlc
wiki Cleanup. 2020-10-30 09:23:50 +00:00
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.