lazarus/ideintf
2006-05-13 15:04:36 +00:00
..
actionseditor.lfm fixed deleting an action in TActionListEditor 2005-08-17 10:55:31 +00:00
actionseditor.lrs fixed deleting an action in TActionListEditor 2005-08-17 10:55:31 +00:00
actionseditor.pas fixed deleting an action in TActionListEditor 2005-08-17 10:55:31 +00:00
actionseditorstd.lfm changed the caption of the "cancel" button from Anuluj to Cancel from Darius 2005-07-29 14:56:05 +00:00
actionseditorstd.lrs changed the caption of the "cancel" button from Anuluj to Cancel from Darius 2005-07-29 14:56:05 +00:00
actionseditorstd.pas changed the caption of the "cancel" button from Anuluj to Cancel from Darius 2005-07-29 14:56:05 +00:00
allideintf.pas moved ideintf/helpintf.pas to lcl/lazhelpintf.pas 2006-05-13 13:39:30 +00:00
baseideintf.pas added baseideintf 2006-05-13 13:29:03 +00:00
checkgroupeditordlg.lfm convert the CheckGroup Editor and the CheckListBox Editor in lfm from Salvatore 2006-01-23 22:17:23 +00:00
checkgroupeditordlg.lrs convert the CheckGroup Editor and the CheckListBox Editor in lfm from Salvatore 2006-01-23 22:17:23 +00:00
checklistboxeditordlg.lfm convert the CheckGroup Editor and the CheckListBox Editor in lfm from Salvatore 2006-01-23 22:17:23 +00:00
checklistboxeditordlg.lrs convert the CheckGroup Editor and the CheckListBox Editor in lfm from Salvatore 2006-01-23 22:17:23 +00:00
collectionpropeditform.lfm converted TStringsPropEditorDlg, TCollectionPropertyEditorForm to lfm from Tomas Gregorovic 2006-01-20 22:34:46 +00:00
collectionpropeditform.lrs converted TStringsPropEditorDlg, TCollectionPropertyEditorForm to lfm from Tomas Gregorovic 2006-01-20 22:34:46 +00:00
columndlg.pp Fixed memleak in rename identifier 2005-11-07 09:58:41 +00:00
componenteditors.pas implemented TTabControl component editor 2006-04-29 16:11:51 +00:00
componentreg.pas fixed registering TStaticText 2005-06-23 18:48:55 +00:00
componenttreeview.lrs added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti 2005-03-14 13:37:18 +00:00
componenttreeview.pas started TXMLObjectReader 2006-02-23 01:31:29 +00:00
dbpropedits.pas added TFileDialogComponentEditor and TFileDlgFilterProperty from Lagunov 2005-01-09 12:10:32 +00:00
fieldseditor.lfm make fields editor more robust for multiple forms from Alexandrov Alexandru 2006-04-23 20:24:57 +00:00
fieldseditor.lrs added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1 2005-06-13 18:34:21 +00:00
fieldseditor.pas make fields editor more robust for multiple forms from Alexandrov Alexandru 2006-04-23 20:24:57 +00:00
fieldslist.lfm added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1 2005-06-13 18:34:21 +00:00
fieldslist.lrs added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1 2005-06-13 18:34:21 +00:00
fieldslist.pas fixed warnings 2005-10-10 11:33:08 +00:00
formeditingintf.pas restored old tpanel.xpm 2006-03-10 16:19:34 +00:00
frmselectprops.lfm improved layout of frmselectprops from Darius 2006-04-04 18:21:02 +00:00
frmselectprops.lrs improved layout of frmselectprops from Darius 2006-04-04 18:21:02 +00:00
frmselectprops.pas improved layout of frmselectprops from Darius 2006-04-04 18:21:02 +00:00
graphicpropedit.lfm layout fixes from Darius 2006-01-17 10:53:04 +00:00
graphicpropedit.lrs layout fixes from Darius 2006-01-17 10:53:04 +00:00
graphicpropedit.pas layout fixes from Darius 2006-01-17 10:53:04 +00:00
graphpropedits.pas * Added vertical layout to objectinspector 2006-02-05 11:22:09 +00:00
helpfpdoc.pas LCL help is now autarc 2006-05-13 14:41:42 +00:00
helphtml.pas made THelpDatabase and THelpViewer a component 2006-05-13 15:04:36 +00:00
idecommands.pas help for IDE windows: started editor and mapping 2006-04-28 14:16:25 +00:00
idedialogs.pas added IDEIntf/idedialogs.pas 2006-04-25 17:17:19 +00:00
idehelpintf.pas LCL help is now autarc 2006-05-13 14:41:42 +00:00
idemsgintf.pas renamed msgintf.pas to idemsgintf.pas 2006-04-05 19:58:42 +00:00
idewindowintf.pas moved ideintf/configstorage.pas to lcl/lazconfigstorage.pas 2006-05-13 11:44:14 +00:00
imagelisteditor.lfm fixed TColorBox odPainted 2006-01-29 00:18:36 +00:00
imagelisteditor.lrs fixed TColorBox odPainted 2006-01-29 00:18:36 +00:00
imagelisteditor.pp made sure, that lazarus code uses TImageList.AddDirect 2006-05-13 09:13:05 +00:00
lazideintf.pas fixed typos makro 2006-05-13 12:00:43 +00:00
listviewpropedit.lfm converted Image List Editor and List View Editor to lfm from Tomas Gregorovic 2006-01-29 00:00:16 +00:00
listviewpropedit.lrs converted Image List Editor and List View Editor to lfm from Tomas Gregorovic 2006-01-29 00:00:16 +00:00
listviewpropedit.pp renamed TreeNodes.Items to TTreeNode.Item - it is inconsisten, but for Delphi compatibility and it is hardly used 2006-05-02 21:49:41 +00:00
macrointf.pas fixed event assignment completion cursor pos 2005-11-07 22:11:05 +00:00
Makefile win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
Makefile.fpc added TMaskEdit.EditMask property editor from Lagunov Aleksey 2005-08-27 12:55:55 +00:00
maskpropedit.lfm fixed title of Open masks file dialog 2005-10-06 20:46:45 +00:00
maskpropedit.lrs fixed title of Open masks file dialog 2005-10-06 20:46:45 +00:00
maskpropedit.pas fixed crash in maskpropedit when no templates available from Alex 2005-10-04 22:02:27 +00:00
menuintf.pas moved ideintf/helpintf.pas to lcl/lazhelpintf.pas 2006-05-13 13:39:30 +00:00
newfield.lfm added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1 2005-06-13 18:34:21 +00:00
newfield.lrs added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1 2005-06-13 18:34:21 +00:00
newfield.pas added reintroduce to prevent warning 2006-01-11 13:04:02 +00:00
newitemintf.pas improved Delphi project converter with reading .dof and .cfg file, multiple retries and fixing include filenames in .lpr 2006-03-05 23:55:40 +00:00
objectinspector.pp moved ideintf/configstorage.pas to lcl/lazconfigstorage.pas 2006-05-13 11:44:14 +00:00
objinspstrconsts.pas splitted helpintf into helpintf and idehelpintf 2006-05-13 12:18:52 +00:00
oi_box.bmp added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti 2005-03-14 13:37:18 +00:00
oi_comp.bmp added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti 2005-03-14 13:37:18 +00:00
oi_control.bmp added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti 2005-03-14 13:37:18 +00:00
oi_form.bmp added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti 2005-03-14 13:37:18 +00:00
packageintf.pas started Delphi package conversion tool 2006-03-21 13:17:55 +00:00
projectintf.pas code templates: fixed reading new lines at start of template 2006-05-12 08:27:08 +00:00
propedits.pp implemented context help for OI properties 2006-03-11 01:50:10 +00:00
README updated COPYING and README for new files 2005-06-13 09:38:54 +00:00
srceditorintf.pas fixed typos makro 2006-05-13 12:00:43 +00:00
stringgriddlg.lfm converted StringGrid Editor, Columns Editor and FindInFiles to lfm from Tomas Gregorovic 2006-02-17 18:03:26 +00:00
stringgriddlg.lrs converted StringGrid Editor, Columns Editor and FindInFiles to lfm from Tomas Gregorovic 2006-02-17 18:03:26 +00:00
stringspropeditdlg.lfm converted TStringsPropEditorDlg, TCollectionPropertyEditorForm to lfm from Tomas Gregorovic 2006-01-20 22:34:46 +00:00
stringspropeditdlg.lrs converted TStringsPropEditorDlg, TCollectionPropertyEditorForm to lfm from Tomas Gregorovic 2006-01-20 22:34:46 +00:00
texttools.pas implemented Quick Fix system 2006-02-20 18:55:36 +00:00
treeviewpropedit.lfm converted Image List Editor and List View Editor to lfm from Tomas Gregorovic 2006-01-29 00:00:16 +00:00
treeviewpropedit.lrs converted Image List Editor and List View Editor to lfm from Tomas Gregorovic 2006-01-29 00:00:16 +00:00
treeviewpropedit.pas converted Image List Editor and List View Editor to lfm from Tomas Gregorovic 2006-01-29 00:00:16 +00:00

This directory contains the IDE interfaces for experts/plugins.

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