lazarus/components/ideintf
2022-01-21 01:14:05 +03:00
..
docs
images
languages Translations: French translation update by Gilles Vasseur, issue #39487 2021-11-26 03:58:45 +03:00
actionseditor.lfm IDEIntf/ActionsEditor: Improved spacing of items in actionlistbox. Issue #39386. Patch by Roland H. 2021-09-21 22:32:24 +02:00
actionseditor.pas IDEIntf/ActionsEditor: Improved spacing of items in actionlistbox. Issue #39386. Patch by Roland H. 2021-09-21 22:32:24 +02:00
actionseditorstd.lfm
actionseditorstd.pas
bufdatasetdsgn.pas IdeIntf: Fix BufDataset component editor "Save Data to File" verb 2021-08-27 17:49:08 -05:00
changeparentdlg.lfm
changeparentdlg.pas Fix compilation with FPC 3.0.4. 2021-02-05 20:07:12 +00:00
checkgroupeditordlg.lfm
checkgroupeditordlg.pas
checklistboxeditordlg.lfm
checklistboxeditordlg.pas
collectionpropeditform.lfm
collectionpropeditform.pas IDE: Workaround to refresh values of CollectionPropertyEditor when control of same class is selected. Issue #38910 2021-05-25 20:51:17 +00:00
columndlg.pp
componenteditors.pas Cleanup. 2020-12-09 11:48:28 +00:00
componentreg.pas IDE: Update ComponentList after component visibility in Palette changed. Issue #23541. 2021-11-25 00:55:05 +03:00
componenttreeview.pas IDE: Show Frame's contents in designer also when its component package is installed in palette. Issue #39488. 2021-11-29 02:16:20 +03:00
dbgridcolumnspropeditform.lfm
dbgridcolumnspropeditform.pas
dbpropedits.pas
editorsyntaxhighlighterdef.pas
fieldseditor.lfm
fieldseditor.pas IDEIntf: improved error messages when it is not possible to get the database fields list, issue 39304 2021-08-03 01:46:00 +03:00
fieldslist.lfm
fieldslist.pas
filefilterpropeditor.lfm
filefilterpropeditor.pas
formeditingintf.pas
fpmake.pp
frmselectprops.lfm
frmselectprops.pas Fix compilation with FPC 3.0.4. 2021-02-05 20:07:12 +00:00
graphicpropedit.lfm
graphicpropedit.pas
graphpropedits.pas ideintf/graphpropedits: Scale images in TImageIndexPropertyEditor dropdown to line height. Issue #35807. 2021-12-22 00:42:53 +03:00
headercontrolpropedit.pp
helpfpdoc.pas
idecommands.pas IDE: Execute a shortcut command only when it is enabled. 2021-10-07 00:07:29 +03:00
idedialogs.pas
idehelpintf.pas IDEIntf: comment 2021-03-03 10:24:09 +00:00
ideimagesintf.pas
ideintf.lpk
ideintf.pas
idemsgintf.pas
ideopteditorintf.pas Components: Reduce calls to LowerCase(). 2021-02-10 13:43:15 +00:00
idetextconverter.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
ideutils.pas LazUtils: New function UTF8CompareLatinTextFast. Use in IDE instead of UTF8CompareText. 2021-01-14 13:52:23 +00:00
idewindowintf.pas AnchorDockingDsgn: Set FloatingWindowsOnTop per default in new created IDE. See issue #19272 2021-04-25 15:58:56 +00:00
imagelisteditor.lfm IDEIntf/ImageListEditor: Fix incorrect anchoring of label "Transparent color" causing overlap at high-dpi. 2021-09-22 22:22:10 +02:00
imagelisteditor.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
keyvalpropeditdlg.lfm
keyvalpropeditdlg.pas
lazideintf.pas DockedFormEditor: Preparing IDE for AnchorDesigner UnDo/ReDo 2021-05-12 16:07:12 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas
listviewpropedit.lfm
listviewpropedit.pp
Makefile set fixes version to 2.2.0.4 2022-01-01 17:42:24 +01:00
Makefile.compiled
Makefile.fpc
maskpropedit.lfm
maskpropedit.pas
menuintf.pas IDE: Create new MenuItems for bookmarks. A MenuItem cannot be used for many parent menus. Issue #39540. 2022-01-21 01:14:05 +03:00
newfield.lfm IDEIntf: improved New Field dialog layout, issue #39303 2021-08-04 01:52:19 +03:00
newfield.pas IDEIntf: improved New Field dialog layout, issue #39303 2021-08-04 01:52:19 +03:00
objectinspector.lfm
objectinspector.pp Revert partly "Add HookGetCheckboxForBoolean handler in OI only once." 2021-09-27 01:14:41 +03:00
objinspstrconsts.pas IDEIntf: improved error messages when it is not possible to get the database fields list, issue 39304 2021-08-03 01:46:00 +03:00
oifavoriteproperties.pas
pagespropeditdlg.lfm
pagespropeditdlg.pas
projectgroupintf.pp
propedits.pp Designer: Name Menu separators as "SeparatorX" to make name clashes less likely. Issue #39471. 2021-11-18 00:41:09 +03:00
propeditutils.pp
README.txt
selectdatasetdlg.lfm
selectdatasetdlg.pas
seledits.pas IdeIntf: Reduce calls to UpperCase() and LowerCase(). 2021-02-12 10:26:41 +00:00
srceditorintf.pas DockedFormEditor: Preparing for SyncCodeAndForm 2021-04-15 20:09:53 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas
texttools.pas
toolbarintf.pas IDE: Create new MenuItems for bookmarks. A MenuItem cannot be used for many parent menus. Issue #39540. 2022-01-21 01:14:05 +03:00
treeviewpropedit.lfm
treeviewpropedit.pas
unitresources.pas IDE: Fix reading ancestor type TFrame for object in LFM when it is not a direct ancestor. Issue #38585, patch from Martok. 2021-03-14 07:41:46 +00:00

This directory contains the IDE interfaces for experts/plugins.

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