lazarus/components
2011-12-27 16:30:34 +00:00
..
aggpas
chmhelp Massive update of makefiles to file make bigide 2011-10-17 11:29:24 +00:00
codetools codetools: jvm class interface var modifier external 2011-12-26 17:47:50 +00:00
compilers
custom
customdrawn customdrawn: Removes customdrawnutils which is no longer utilized 2011-12-12 12:38:59 +00:00
customform
daemon
datadict
dbexport dbexport components: added txmlxsdexport from reinier olieslagers (issue #20275) 2011-10-03 19:04:47 +00:00
editortoolbar
education educationlaz: updated lpk 2011-06-22 07:36:22 +00:00
externhelp Massive update of makefiles to file make bigide 2011-10-17 11:29:24 +00:00
filebrowser Improve a GUI string in FileBrobser. 2011-11-24 09:21:55 +00:00
fpcunit Updates Makefile.compiled for the new lazutils 2011-10-19 12:02:02 +00:00
fppkg Translations: German translation update by Swen Heinig 2011-12-09 17:50:52 +00:00
fpvectorial fpvectorial: Improves the LAS reader, now reads the variable length records too 2011-12-04 17:31:58 +00:00
fpweb Components: first batch of TButtonPanel captions cleanup 2011-10-03 22:14:26 +00:00
h2pas Formatting 2011-12-10 18:49:02 +00:00
IdeInspector Reverts wrong change in the inspector 2011-10-26 16:12:06 +00:00
images imagesforlazarus: packager always (automatically) changes unit name to ImagesForLazarus, so commit it so. 2011-12-04 11:07:05 +00:00
instantfpc Massive update of makefiles to file make bigide 2011-10-17 11:29:24 +00:00
jcf2 Translations: added part of Spanish JCF2 translation by lainz, bug #20725 2011-11-21 20:48:13 +00:00
lazcontrols ListFilterEdit: No need to disable CheckListBox.OnItemClick temporarily any more. It was a workaround for a LCL-Qt bug 2011-12-27 16:30:34 +00:00
lazreport Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20957 2011-12-23 21:39:33 +00:00
lazsvnpkg LazSVNPkg: don't trigger selectitem in list view if item isn't selected.Patch by Bernd Kreuss. issue #20939 2011-12-20 19:55:41 +00:00
lazthread
lazutils Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20957 2011-12-23 21:39:33 +00:00
leakview LeakView: formatting 2011-12-26 15:20:05 +00:00
macfiles Massive update of makefiles to file make bigide 2011-10-17 11:29:24 +00:00
memds Updates Makefile.compiled for the new lazutils 2011-10-19 12:02:02 +00:00
messagecomposer
mouseandkeyinput
mpaslex
mrumenu * Added copyright notice 2011-09-12 09:24:20 +00:00
opengl openglcontrol: fixed compilation for fpc 2.4.4, bug #20645 2011-11-10 18:47:31 +00:00
paradox
plotfunction
pochecker PoChecker: Fix PoFamilies.pp, ExtractFormatArgs function, issue #20964, Bart Broersma 2011-12-25 23:12:04 +00:00
prettymessages
printers win32: remove duplicate assignments + code cleanup in winprinters 2011-12-23 22:00:37 +00:00
projecttemplates Translations: German translation update by Swen Heinig 2011-12-09 17:50:52 +00:00
rtticontrols rtti: use component editor for TTiMaskEdit (EditMask property) 2011-12-01 00:07:36 +00:00
rx
sdf Updates Makefile.compiled for the new lazutils 2011-10-19 12:02:02 +00:00
simpleideintf
sqldb Updates Makefile.compiled for the new lazutils 2011-10-19 12:02:02 +00:00
sqlite
synedit SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synunihighlighter SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
tachart TAChart: Fix range check error while drawing the stepped line which frequently goes out of the extent, issue #20887 2011-12-14 08:40:28 +00:00
tdbf Updates Makefile.compiled for the new lazutils 2011-10-19 12:02:02 +00:00
todolist Translations: German translation update by Swen Heinig 2011-12-09 17:50:52 +00:00
turbopower_ipro Applied Patch from Bernd which uses a hash list instead of a StringList for css elements. This causes a big improvment in scrolling speed. 2011-12-25 03:38:41 +00:00
Makefile lazutils: added to makefiles 2011-10-04 22:45:53 +00:00
Makefile.fpc lazutils: added to makefiles 2011-10-04 22:45:53 +00:00
README.txt Update Components/README.txt with PoChecker info 2011-12-26 15:20:24 +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.

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

paradox
  Support for paradox databases.

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
  ?

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.