lazarus/components/ideintf
2015-11-20 15:02:04 +00:00
..
docs
images
languages translations: German: updates from Swen Heinig 2015-10-01 11:39:48 +00:00
actionseditor.lfm
actionseditor.pas
actionseditorstd.lfm
actionseditorstd.pas
baseideintf.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas
collectionpropeditform.lfm
collectionpropeditform.pas
columndlg.pp
componenteditors.pas Designer: IDEComponentsMaster class proposition for manipulating components (now with single method). r49372 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:13 +00:00
componentreg.pas IdeIntf: Remove a simple TRegisteredComponent.IsTControl function. 2015-11-07 16:37:20 +00:00
componenttreeview.pas
compoptsintf.pas IDE: Store defines added by user to compiler options. Works also for packages. Issue #28887. 2015-10-27 17:30:48 +00:00
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas IDEIntf: fixed DBGrid column deletion prompt, bug #28611 2015-09-03 16:32:34 +00:00
dbpropedits.pas
fieldseditor.lfm
fieldseditor.pas IdeIntf, TAChart: Fix errors in fields editor made in r49233 #255bf5782e. Issue #28595. 2015-09-02 10:10:47 +00:00
fieldslist.lfm
fieldslist.pas
filefilterpropeditor.lfm
filefilterpropeditor.pas
formeditingintf.pas LCL: Bug fix for QT painting non-visual components for TFakeNonControl design form (TDataModule and TFrame). From Maciej. 2015-11-19 13:55:33 +00:00
fpmake.pp
frmselectprops.lfm
frmselectprops.pas
graphicpropedit.lfm
graphicpropedit.pas
graphpropedits.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
headercontrolpropedit.pp
helpfpdoc.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
idecommands.pas IDE: IDECommands refactoring; deleted menu item Project -> Change Build Mode 2015-11-20 14:04:24 +00:00
idedialogs.pas
ideexterntoolintf.pas IDE: run file: added RunFlag Messages to show output in Messages window 2015-11-20 15:02:04 +00:00
idehelpintf.pas
ideimagesintf.pas IdeIntf: Prevent showing a random image when the desired image does not exist. 2015-06-18 15:03:21 +00:00
ideintf.lpk IdeIntf, IDE: Refactor command system. Separate menu and toolbar commands, update them in right place etc. Issue #28777, patch from Ondrej Pokorny. 2015-10-11 09:11:47 +00:00
ideintf.pas IdeIntf, IDE: Refactor command system. Separate menu and toolbar commands, update them in right place etc. Issue #28777, patch from Ondrej Pokorny. 2015-10-11 09:11:47 +00:00
idemsgintf.pas IDEIntf: comment 2015-10-12 21:38:54 +00:00
ideoptionsintf.pas IDE: AnchorDocking, load default and legacy configuration. Issue #28823 2015-10-29 15:52:29 +00:00
idetextconverter.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
ideutils.pas
idewindowintf.pas IDE: More readable function IsFormDesign to detect "Design Form" (TForm, TFrame and TDataMadule descendant). From Maciej. 2015-11-19 13:55:46 +00:00
imagelisteditor.lfm
imagelisteditor.pp
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas
lazideintf.pas IDE: run file: added RunFlag Messages to show output in Messages window 2015-11-20 15:02:04 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas
listviewpropedit.lfm
listviewpropedit.pp
macrodefintf.pas
macrointf.pas
Makefile IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.compiled IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
maskpropedit.lfm
maskpropedit.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
menuintf.pas IDE: fixed AV in Editor->FileSettings->Encoding. Issue #28930 2015-10-30 12:38:55 +00:00
newfield.lfm
newfield.pas
newitemintf.pas
objectinspector.lfm OI: Don't cover PopupMenu with a hint. Issue #28365, patch from Péter Gábor. 2015-07-01 09:24:11 +00:00
objectinspector.pp IDEIntf: Object Inspector: added HideClassNames, from Gabor Boros 2015-11-18 15:10:16 +00:00
objinspstrconsts.pas
oifavoriteproperties.pas
packageintf.pas packager, IDEIntf: fixed TLazPackageGraph.ChangeStamp in BeginUpdate/EndUpdate and moved ChangeStamp property to LCLIntf 2015-11-18 11:18:21 +00:00
projectintf.pas project groups: compile project with build modes 2015-11-20 10:46:35 +00:00
projectresourcesintf.pas
projpackintf.pas
propedits.pp IDEIntf: Object Inspector: added HideClassNames, from Gabor Boros 2015-11-18 15:10:16 +00:00
propeditutils.pp
README.txt
srceditorintf.pas Source Editor: New events semWindowShow and semWindowHide. r49388 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:22 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas
texttools.pas
toolbarintf.pas IDE: IDECommand update events refactored: delete timer, use checks for command updates, add TIDESpecialCommand.OnRequestCaptionHint 2015-10-23 17:04:26 +00:00
treeviewpropedit.lfm
treeviewpropedit.pas
unitresources.pas IdeIntf: Improve identification of designer forms. r49352,r49367,r49371,r49510 from free-sparta branch by Maciej Izak. 2015-07-12 23:05:08 +00:00

This directory contains the IDE interfaces for experts/plugins.

These files are under the modified LGPL as described in COPYING.modifiedLGPL.