lazarus/components
2011-10-03 22:14:26 +00:00
..
aggpas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
chmhelp Final purge of OnPageChanged from Lazarus 2011-10-02 20:02:34 +00:00
codetools Components: first batch of TButtonPanel captions cleanup 2011-10-03 22:14:26 +00:00
compilers
custom
customdrawn Small decoration improvement in cdtrackbar 2011-09-26 07:05:13 +00:00
customform
daemon Translations: Ukrainian translation update by Igor Paliychuk, bug #19476 2011-06-03 22:10:56 +00:00
datadict Translations: Ukrainian translation update by Igor Paliychuk, bug #19476 2011-06-03 22:10:56 +00:00
dbexport dbexport components: added txmlxsdexport from reinier olieslagers (issue #20275) 2011-10-03 19:04:47 +00:00
editortoolbar Translations: Ukrainian translation update by Igor Paliychuk, bug #19546 2011-06-12 15:01:00 +00:00
education educationlaz: updated lpk 2011-06-22 07:36:22 +00:00
externhelp chmhelp: fixes to show correct message about missing prog.chm 2011-09-14 17:30:11 +00:00
filebrowser
fpcunit fpcunit: add icon and appbundle for new project 2011-10-01 20:13:02 +00:00
fppkg Components: first batch of TButtonPanel captions cleanup 2011-10-03 22:14:26 +00:00
fpweb Components: first batch of TButtonPanel captions cleanup 2011-10-03 22:14:26 +00:00
h2pas Translations: Ukrainian translation update by Igor Paliychuk, bug #19476 2011-06-03 22:10:56 +00:00
IdeInspector Revert 31796 #ec0495ca9b: "Attemps to fix ideinspector after the changes in TTabControl" as TTabControl was reverted too 2011-07-27 10:04:17 +00:00
images imagesforlazarus: readme 2011-09-20 12:53:49 +00:00
instantfpc IDE: run parameters: working directory: support macros 2011-10-01 22:06:35 +00:00
jcf2 jcf, fixed compilation with fpc 2.7.1: don't call abstract methods 2011-08-12 21:16:22 +00:00
lazcontrols LCL: TGraphicControl.VisuallyEnabled moved to TControl.IsEnabled, also fixed var naming in some units from IsEnabled to AIsEnabled. issue #20291 2011-09-24 08:20:55 +00:00
lazreport LazReport, fix error in last commit 2011-10-01 15:42:39 +00:00
lazsvnpkg LazSvnPkg improvement. Patch from Bernd Kreuss, issue #19755 2011-07-23 15:58:08 +00:00
lazthread
leakview LeakView: Fixed, ensure window on visible monitor 2011-07-30 22:54:49 +00:00
macfiles updated Makefile.compiled 2011-01-13 12:07:32 +00:00
memds Components: committed automatically regenerated makefiles 2011-09-28 21:21:32 +00:00
messagecomposer Translations: Ukrainian translation update by Igor Paliychuk, bug #19546 2011-06-12 15:01:00 +00:00
mouseandkeyinput
mpaslex
mrumenu * Added copyright notice 2011-09-12 09:24:20 +00:00
opengl IDE: codebrowser: thousandseparator, bug #19019 2011-03-30 20:13:35 +00:00
paradox
plotfunction Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
prettymessages
printers Components: committed automatically regenerated makefiles 2011-09-28 21:21:32 +00:00
projecttemplates projtemplates: add icon and appbundle for new project 2011-10-01 20:13:23 +00:00
rtticontrols Components: committed automatically regenerated makefiles 2011-09-28 21:21:32 +00:00
rx
sdf Components: committed automatically regenerated makefiles 2011-09-28 21:21:32 +00:00
simpleideintf
sqldb Components: committed automatically regenerated makefiles 2011-09-28 21:21:32 +00:00
sqlite
synedit LCL: added AlignToPtr and AlignToInt to fpcadds 2011-09-30 14:40:41 +00:00
synunihighlighter Translations: Ukrainian translation update by Igor Paliychuk, bug #19546 2011-06-12 15:01:00 +00:00
tachart TAChart: Use mouse wheel panning in the tools demo 2011-10-03 16:33:52 +00:00
tdbf Components: committed automatically regenerated makefiles 2011-09-28 21:21:32 +00:00
todolist todolist: fixed updating on project/package rename 2011-07-23 11:08:57 +00:00
turbopower_ipro codetools: GetExpandedOperand: allow Result,Self in with-block 2011-09-23 15:52:26 +00:00
Makefile bigide: added instantfpc 2011-10-01 20:24:52 +00:00
Makefile.fpc bigide: added instantfpc 2011-10-01 20:24:52 +00:00
README.txt

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
  ?

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.