lazarus/components
mattias 01898d3c57 components: less hints
git-svn-id: trunk@51782 -
2016-03-01 15:25:02 +00:00
..
aarre
activex
aggpas
anchordocking
cairocanvas
chmhelp
codetools codetools: added AddUnitWarnDirective 2016-03-01 14:30:10 +00:00
compilers
custom
customdrawn
customform
daemon
datadict
datetimectrls TDateTimePicker - switch to OnClick instead of OnMouseUp 2016-02-27 14:33:16 +00:00
dbexport Translations: improved Russian translation 2016-02-09 23:04:40 +00:00
debuggerintf
education
externhelp
favorites
filebrowser
fpcunit fpcunit: updated po files 2016-03-01 14:54:38 +00:00
fpdebug fpdebugger: fix another Free instead of ReleaseRef 2016-02-10 18:42:51 +00:00
fppkg
fpvectorial fpvectorial: Fixes compilation 2016-02-17 07:35:16 +00:00
fpweb Translations: improved Russian translation 2016-02-09 23:04:40 +00:00
googleapis
h2pas Translations: French translation update by Gilles Vasseur, bug #029586 2016-02-06 13:51:24 +00:00
IdeInspector
ideintf IDE: formatting. 2016-02-21 14:05:36 +00:00
IdeLazLogger
images
IndustrialStuff
instantfpc
jcf2
lazcontrols LazControls: Fix a regression in ListFilterEdit caused by r51267 #dfc8958222, affecting Win32 widgetset. Arrow key in filter did not select list items. Patch from GetMem. 2016-02-10 21:16:55 +00:00
lazdebuggergdbmi
lazdebuggers fpdebbugger: fix releasing context / revision 50963 #b5434dee75 2016-02-10 18:25:24 +00:00
lazreport LazReport: improved Russian translation 2016-02-16 22:59:09 +00:00
lazsvnpkg
lazthread
lazutils LazUtils: Prevent CopyDirTree copying to a subdirectory of source: handle unicode characters. 2016-02-24 23:07:19 +00:00
leakview leakview: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths. 2016-01-25 12:49:37 +00:00
macfiles
macroscript
memds
messagecomposer
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
opengl
packagetabs packagetabs: close all files on middle click on package label 2016-03-01 04:25:55 +00:00
paradox
PascalScript
plotfunction components: less hints 2016-03-01 15:25:02 +00:00
pochecker components: less hints 2016-03-01 15:25:02 +00:00
printers components: less hints 2016-03-01 15:25:02 +00:00
projectgroups
projecttemplates components: less hints 2016-03-01 15:25:02 +00:00
rtticontrols components: less hints 2016-03-01 15:25:02 +00:00
rx components: less hints 2016-03-01 15:25:02 +00:00
sdf components: less hints 2016-03-01 15:25:02 +00:00
simpleideintf components: less hints 2016-03-01 15:24:22 +00:00
sparta/dockedformeditor components: less hints 2016-03-01 15:24:22 +00:00
sqldb components: less hints 2016-03-01 15:24:22 +00:00
sqlite components: less hints 2016-03-01 15:24:22 +00:00
synedit components: less hints 2016-03-01 15:23:47 +00:00
synunihighlighter components: less hints 2016-03-01 15:23:47 +00:00
tachart components: less hints 2016-03-01 15:23:14 +00:00
tdbf components: less hints 2016-03-01 15:22:29 +00:00
todolist components: less hints 2016-03-01 15:22:29 +00:00
turbopower_ipro components: less hints 2016-03-01 15:22:29 +00:00
vlc components: less hints 2016-03-01 15:22:12 +00:00
wiki components: less hints 2016-03-01 15:22:12 +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
  ?
  
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.

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.