lazarus/components
2014-05-05 10:21:16 +00:00
..
aarre
activex LazActivex: GUI improvements. Issue #25908, patch from David Zimmer. 2014-03-31 18:46:16 +00:00
aggpas
anchordocking
cairocanvas CairoCanvas: fix GdkCairoCanvas ignored Controls coordinates, always paints on parent (0, 0) position, from Petr-K, issue #25485 2014-03-15 08:33:39 +00:00
chmhelp
codetools codetools: findunusedunits: check generic types, bug #26085 2014-04-28 10:19:55 +00:00
compilers Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
custom
customdrawn
customform
daemon Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
datadict
datetimectrls DateTimePicker: cleanup code from ifdef regarding very old Lazarus version 2014-03-15 15:36:07 +00:00
dbexport
debuggerintf Debugger: refactor 2014-03-20 16:53:13 +00:00
editortoolbar
education tests: fixed compilation and 64bit, bug #25967 2014-04-03 21:29:00 +00:00
externhelp Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
filebrowser
fpcunit FpcUnit, GuiTestRunner: show green balls for ignored tests. Issue #25921, patch from Reinier Olislagers 2014-03-27 22:45:50 +00:00
fpdebug LazDebuggerFp (pure): Use TProcess to start debuggee 2014-05-05 10:21:16 +00:00
fppkg
fpvectorial fpvectorial-svg: Improves the listing of blocks and the positioning of uses links 2014-04-28 17:55:15 +00:00
fpweb
h2pas
IdeInspector
ideintf IDEIntf: fixed TPropertyEditorHook compiling with -CR 2014-05-03 09:00:32 +00:00
IdeLazLogger Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
images
IndustrialStuff
instantfpc Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
jcf2
lazcontrols LCL: in FilterEdit, name a method better (ReturnKeyHandled). 2014-05-04 22:32:35 +00:00
lazdebuggergdbmi GdbmiDebugger: small speed improvement if a user has huge amounts of watches 2014-05-01 22:45:13 +00:00
lazdebuggers FpDebugger (pure): watches error checking 2014-05-05 03:06:28 +00:00
lazreport LazReport: regenerated German translation 2014-05-03 13:18:13 +00:00
lazsvnpkg
lazthread
lazutils lazutils: FileIsInPath: use ResolveDots instead of TrimFilename 2014-04-28 14:30:33 +00:00
leakview LeakView: fix last line in trace. To not join with next header line 2014-04-05 16:37:14 +00:00
macfiles
macroscript
memds Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
messagecomposer Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
opengl
paradox
PascalScript
plotfunction
pochecker Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
prettymessages
printers Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
projecttemplates Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
rtticontrols IDEIntf: set free notification for TPropertyEditorHook.LookupRoot, changed TPropertyEditorHook to TComponent, set freenotification for TCustomPropertiesGrid.TIObject, bug #25872 2014-03-17 10:02:36 +00:00
rx
sdf
simpleideintf
sqldb clean up old readmes 2014-02-18 18:27:35 +00:00
sqlite
synedit SynEdit: remove double calling of iherited in TCustomSynEdit.WMKillFocus. 2014-05-04 22:37:57 +00:00
synunihighlighter
tachart TAChart: fix rare arithmetic overflow in logarithmic axis labeling 2014-04-30 19:00:50 +00:00
tdbf
todolist Translations: Hungarian translation update by Péter Gábor, bug #25789 2014-02-26 21:53:54 +00:00
turbopower_ipro ipro: fixed buffer overflow 2014-05-01 18:43:21 +00:00
vlc
wiki
Makefile
Makefile.fpc
README.txt

aggpas
  Anti-Grain Geometry - an antialiased graphic library
  License: gpc - not free for commercial use

cgi
  CGI Data Modules

chmhelp
  Package lhelpcontrolpkg for using chm 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

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.

dbexport
  Export databases to various file formats.

editortoolbar
  A customizable toolbar for the source editor.

educationlaz
  Extends/configures the IDE for education, training, courses

filebrowser
  A file browser window for the IDE.

fpcunit
  Template for a fpcunit GUI test runner.

fpweb
  Units that support web server and web client programming.

h2pas
  Adds graphical interface to the IDE for the h2pas command line tool.

images
  More image formats for LCL applications.

interbase
  Database support for Interbase/Firebird.

jcf2
  Jedi code formatter 2.

lazreport
  Report generators and grpahical editors for the IDE.

lazthread
   ?

leakview
  Extends the IDE with a graphical viewer for heaptrc output.

pochecker
  Validates translated PO files.

macfiles
  Package to create OS X application bundles.

memds
  Memory database 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.

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.

popupnotifier
  ?

prettymessages
  Hide unwanted hints, warnings and all kind of messages in the message window.

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+fixed length dataset) database package.

simpleideintf
  A test environment for IDE packages.

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.

trayicon
  An icon for the system tray.

turbopower_ipro
  A HTML control.

vlc
  A video player component based on the VLC libraries.
	
wiki
  Tools to convert a wiki to offline help.