lazarus/components
2009-08-20 06:44:46 +00:00
..
cgi * Updated Chineese translation by shinyv 2009-04-26 15:44:31 +00:00
chmhelp Fixed toc links containing the char "#" and not being able to find the file 2009-07-29 03:03:20 +00:00
codetools tests: codetools completeblock: added test results 2009-08-20 06:44:46 +00:00
compilers/c added lazc package 2008-04-29 12:55:06 +00:00
custom
customform IDEIntf: TNewIDEItemCategory is no longer abstract. RegisterNewItemCategory now expects a real category class, needed for localization 2009-08-02 15:09:22 +00:00
daemon IDEIntf: TNewIDEItemCategory is no longer abstract. RegisterNewItemCategory now expects a real category class, needed for localization 2009-08-02 15:09:22 +00:00
datadict lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc 2009-04-10 15:33:23 +00:00
dbexport dbexport: fixed compilation 2009-05-26 16:43:13 +00:00
editortoolbar set some TTreeView.ReadOnly to true 2009-01-20 20:20:52 +00:00
education education: added frames 2009-07-06 07:32:11 +00:00
filebrowser components: file browser dialog, patch from Graeme (issue #13952) 2009-06-10 14:25:42 +00:00
fpcunit IDE: making some abort buttons context sensitive 2009-04-12 22:53:16 +00:00
fpweb fpweb: removed cgiapp, it is now part of the fcl and distributed with fpc 2009-08-14 12:03:40 +00:00
h2pas Update of Portuguese translation from Marcelo Borges de Paula, issue #14173 2009-07-23 18:37:34 +00:00
images images4lazarus: removed formats that are now in the LCL 2008-06-24 13:14:06 +00:00
jcf2 components: jcf2: commit Graeme Geldenhuys patch for recognizing xor, and, or operators overloading 2009-07-18 12:58:05 +00:00
lazreport LazReport, made breakword code UTF-8 aware 2009-08-19 18:11:45 +00:00
lazsvnpkg added popup-menu icon 2008-11-26 18:45:55 +00:00
lazthread rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
leakview moved leakview menu item to secondary tools section 2009-04-28 11:30:54 +00:00
macfiles changed default widgetset gtk to gtk2 2008-10-07 12:05:16 +00:00
memds Update of Portuguese translation from Marcelo Borges de Paula, issue #14173 2009-07-23 18:37:34 +00:00
messagecomposer message composer: small layout improvements 2009-08-19 22:18:18 +00:00
mouseandkeyinput components: mouseandkeyinput: fixed compilation (issue #13944) 2009-06-10 20:06:27 +00:00
mpaslex
opengl openglcontrol: fixed visibility 2009-08-03 19:00:06 +00:00
paradox o paradox component: 2008-05-14 21:19:09 +00:00
plotfunction renamed plotpanel to plotfunction 2008-11-22 15:55:23 +00:00
prettyformat Update of Portuguese translation from Marcelo Borges de Paula, issue #14173 2009-07-23 18:37:34 +00:00
prettymessages
printers Printers: Carbon, Remove useless ValidatePageFormat, from Dmitry, issue #14381 2009-08-19 16:39:09 +00:00
projecttemplates projecttemplates: fixed compilation 2009-08-02 15:38:05 +00:00
rtticontrols updated components/README.txt 2009-06-09 06:49:29 +00:00
rx rx: fix for 64bit from Alexs 2008-09-01 12:20:59 +00:00
sdf reverted revison 17284: useful parts can be committed in seperate commits 2008-11-08 19:39:33 +00:00
simpleideintf using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
sqldb Update of Portuguese translation from Marcelo Borges de Paula, issue #14173 2009-07-23 18:37:34 +00:00
sqlite sqlite component: fixed path delimeters in .lpk caused by issue #13212 2009-02-19 21:44:35 +00:00
synedit MouseActions: Fixed spurious crash when adding actions, due to incorrect locking of conflict checking) 2009-08-19 21:27:14 +00:00
synunihighlighter Update of Portuguese translation from Marcelo Borges de Paula, issue #14173 2009-07-23 18:37:34 +00:00
tachart tachart: fixed compilation with fpc 2.5.1 2009-08-19 14:53:47 +00:00
tdbf Changed remaining translation files encoding to UTF-8 2009-07-27 19:26:45 +00:00
turbopower_ipro Reverted 21136 #8f5e7c79e9 since it exposes a fpc bug that causes too may problems when compiling lazarus 2009-08-11 21:55:44 +00:00
Makefile Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
Makefile.fpc Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
README.txt started educationlaz package 2009-06-15 06:56:34 +00:00

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

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.

jcf2
  Jedi code formatter 2.

lazreport
  Report generators and grpahical editors for the IDE.

lazthread
   ?

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

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
  A OpenGL control.

paradox
  Support for paradox databases.

plotfunction
  A LCL control for drawing plots and graphs.

popupnotifier
  ?

prettyformat
  Adds menu items to the IDE for beautifiying code via ptop.

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
  ?

sdf
  SDF database package.

simpleideintf
  A test environment for IDE packages.

sqlite
  SQLite database package.

synedit
  The text editor control used by the IDE.

synunihighlighter
  An 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.