lazarus/ideintf
2009-12-19 10:50:36 +00:00
..
docs IDEIntf: designer mediator: mouse events 2009-09-16 09:59:02 +00:00
languages translations: japanese: updates from taka_jp 2009-12-17 12:51:18 +00:00
actionseditor.lfm
actionseditor.lrs
actionseditor.pas ideintf: rename action list editor and image list editor verbs 2009-12-18 03:18:20 +00:00
actionseditorstd.lfm
actionseditorstd.lrs
actionseditorstd.pas
allideintf.pas
baseideintf.pas
checkgroupeditordlg.lfm
checkgroupeditordlg.lrs
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.lrs
checklistboxeditordlg.pas
collectionpropeditform.lfm
collectionpropeditform.lrs
columndlg.pp
componenteditors.pas IDEIntf: added TComponentEditorDesigner.ChangeStamp and OnModified handler list 2009-11-22 12:31:34 +00:00
componentreg.pas
componenttreeview.pas lcl, designer, ideintf, components: rename csOwnedChildsNotSelectable -> csOwnedChildrenNotSelectable 2009-12-18 10:07:11 +00:00
dbpropedits.pas
fieldseditor.lfm IDEIntf: added resourcestrings 2009-12-08 09:46:51 +00:00
fieldseditor.lrs ideintf: fix fields removing from the dataset field list. selection must be removed before designer.modified call 2009-10-26 03:30:54 +00:00
fieldseditor.pas IDEIntf: added resourcestrings 2009-12-08 09:46:51 +00:00
fieldslist.lfm ideintf: fix add fields editor - don't use TFieldDef references since dataset can rebuild them and we get pointers to the wrong memory areas 2009-10-22 09:00:05 +00:00
fieldslist.lrs ideintf: fix add fields editor - don't use TFieldDef references since dataset can rebuild them and we get pointers to the wrong memory areas 2009-10-22 09:00:05 +00:00
fieldslist.pas ideintf: fix field name generation to skip non allowed chars for pascal identifiers by taka_jp (issue #0015285) 2009-12-14 04:25:28 +00:00
formeditingintf.pas IDEIntf+LCL: TGetDesignerFormEvent using TPersistent instead of TComponent 2009-12-01 20:33:50 +00:00
frmselectprops.lfm
frmselectprops.lrs
frmselectprops.pas TSheeTreeView, TShellListView: fixed using overrides instead of events 2009-08-17 20:13:51 +00:00
graphicpropedit.lfm
graphicpropedit.lrs
graphicpropedit.pas
graphpropedits.pas ideintf: remove workaround for non-working psPattern pen style 2009-10-14 01:07:46 +00:00
headercontrolpropedit.pp
helpfpdoc.pas components, ide, ideintf: change UnitName identifier to AUnitName inside classes (preparations for the new TObject.UnitName method) 2009-10-29 08:40:22 +00:00
idecommands.pas IDE: save/load custom command shortcuts, bug #14564 2009-11-09 19:30:58 +00:00
idedialogs.pas
ideexterntoolintf.pas
idehelpintf.pas
ideimagesintf.pas
idemsgintf.pas
ideoptionsintf.pas ideintf, ide: add a notification that options are written by dialogs to a settings class 2009-12-13 16:01:13 +00:00
idetextconverter.pas TTextConverterToolClasses.AssignCodeToolBossError 2009-10-01 19:38:02 +00:00
idewindowintf.pas
imagelisteditor.lfm
imagelisteditor.lrs
imagelisteditor.pp ideintf: rename action list editor and image list editor verbs 2009-12-18 03:18:20 +00:00
lazideintf.pas IDE: debugger: searching files in temporary directory in unsaved files 2009-12-18 20:09:06 +00:00
lazstringgridedit.lfm IDEIntf: stringgrid component editor: improved layout and added resourcestrings 2009-08-22 22:09:02 +00:00
lazstringgridedit.lrs IDEIntf: stringgrid component editor: improved layout and added resourcestrings 2009-08-22 22:09:02 +00:00
lazstringgridedit.pas IDEIntf: stringgrid component editor: improved layout and added resourcestrings 2009-08-22 22:09:02 +00:00
listviewpropedit.lfm ideinf: apply patch of Boian Mitov to support listview state images in the listview property editor 2009-10-29 08:36:31 +00:00
listviewpropedit.lrs ideinf: apply patch of Boian Mitov to support listview state images in the listview property editor 2009-10-29 08:36:31 +00:00
listviewpropedit.pp ideinf: apply patch of Boian Mitov to support listview state images in the listview property editor 2009-10-29 08:36:31 +00:00
macrointf.pas IDE: fixed creating fpdoc files for IDEIntf 2009-09-14 14:51:39 +00:00
Makefile
Makefile.fpc
maskpropedit.lfm ideintf: mask property editor: allow multiply editing, allow revert, fix loading from the delphi files 2009-11-23 04:22:51 +00:00
maskpropedit.lrs ideintf: mask property editor: allow multiply editing, allow revert, fix loading from the delphi files 2009-11-23 04:22:51 +00:00
maskpropedit.pas ideintf: mask property editor: allow multiply editing, allow revert, fix loading from the delphi files 2009-11-23 04:22:51 +00:00
menuintf.pas educationlaz: implemented hiding menu items 2009-10-20 12:51:23 +00:00
newfield.lfm
newfield.lrs
newfield.pas
newitemintf.pas IDEIntf: added default params 2009-11-17 04:29:12 +00:00
objectinspector_img.lrs
objectinspector.lfm ide: allow deletion of TCollectionItems (todo: don't allow deletion of TCollection) 2009-12-02 10:38:03 +00:00
objectinspector.lrs ide: allow deletion of TCollectionItems (todo: don't allow deletion of TCollection) 2009-12-02 10:38:03 +00:00
objectinspector.pp ideintf: mark designer as modified after a successful drag/drop operation in the component treeview 2009-12-18 08:57:34 +00:00
objinspstrconsts.pas ideintf: rename action list editor and image list editor verbs 2009-12-18 03:18:20 +00:00
oifavouriteproperties.pas
packageintf.pas IDEIntf: added open package flag pofDoNotOpenEditor, when changing lazarus source directory reload packages in lazarus source directory 2009-11-29 23:51:13 +00:00
projectintf.pas IDE: use user compiler options only when project decsriptor allows 2009-12-19 10:50:36 +00:00
projectresourcesintf.pas IDE: creating manifest file only for win32/win64 and where the exe is, which can differ from the project directory 2009-11-28 12:55:38 +00:00
propedits.pp lcl, designer, ideintf, components: rename csOwnedChildsNotSelectable -> csOwnedChildrenNotSelectable 2009-12-18 10:07:11 +00:00
README.txt
srceditorintf.pas SynEdit: Added code-template mode: Edit params in cells 2009-06-24 19:33:05 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.lrs
stringspropeditdlg.pas ideintf: don't use custom captions for Ok/Cancel buttons 2009-09-19 09:04:13 +00:00
texttools.pas
treeviewpropedit.lfm
treeviewpropedit.lrs
treeviewpropedit.pas

This directory contains the IDE interfaces for experts/plugins.

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