lazarus/ideintf
2008-08-25 22:32:23 +00:00
..
languages * Updated translations by Valdas Jankunas 2008-08-25 22:13:53 +00:00
actionseditor.lfm ide: draw images in actionlist editor if images <> nil 2008-05-16 09:17:46 +00:00
actionseditor.lrs ide: draw images in actionlist editor if images <> nil 2008-05-16 09:17:46 +00:00
actionseditor.pas IDE: compiler options: replaced obsolete -S mode flags with -M flag 2008-08-19 12:16:28 +00:00
actionseditorstd.lfm
actionseditorstd.lrs
actionseditorstd.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
allideintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
baseideintf.pas using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
checkgroupeditordlg.lfm ide: 2008-06-06 02:36:55 +00:00
checkgroupeditordlg.lrs ide: 2008-06-06 02:36:55 +00:00
checkgroupeditordlg.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
checklistboxeditordlg.lfm checklistbox editor: 2007-12-18 01:58:35 +00:00
checklistboxeditordlg.lrs checklistbox editor: 2007-12-18 01:58:35 +00:00
checklistboxeditordlg.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
collectionpropeditform.lfm ide: change collection editor form position from poDefault to poDefaultPosOnly (since size is too big under windows) 2008-03-26 08:47:13 +00:00
collectionpropeditform.lrs ide: change collection editor form position from poDefault to poDefaultPosOnly (since size is too big under windows) 2008-03-26 08:47:13 +00:00
columndlg.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
componenteditors.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
componentreg.pas IDE: added lfm for TAddToPackageDlg 2008-08-18 12:17:05 +00:00
componenttreeview.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
dbpropedits.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
fieldseditor.lfm IDE, fixed av in field's editor issue #9807, unified fieldseditor res strings with the rest of ideintf res strings 2007-09-30 19:36:09 +00:00
fieldseditor.lrs IDE, fixed av in field's editor issue #9807, unified fieldseditor res strings with the rest of ideintf res strings 2007-09-30 19:36:09 +00:00
fieldseditor.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
fieldslist.lfm IDE, don't add numbers to persistent field names if not necessary, patch from Aleksey Lagunov 2008-06-23 19:37:43 +00:00
fieldslist.lrs IDE, don't add numbers to persistent field names if not necessary, patch from Aleksey Lagunov 2008-06-23 19:37:43 +00:00
fieldslist.pas IDEIntf: fields editor: added Disable/EnableControls from Michael VC 2008-08-12 06:37:50 +00:00
formeditingintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
frmselectprops.lfm (IDE): 2007-07-30 16:33:41 +00:00
frmselectprops.lrs (IDE): 2007-07-30 16:33:41 +00:00
frmselectprops.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
graphicpropedit.lfm LCL graphics: 2008-07-02 12:12:10 +00:00
graphicpropedit.lrs LCL graphics: 2008-07-02 12:12:10 +00:00
graphicpropedit.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
graphpropedits.pas using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
headercontrolpropedit.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
helpfpdoc.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
idecommands.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
idedialogs.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
ideexterntoolintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
idehelpintf.pas IDE: fixed mem leak for code help provider 2008-08-08 14:45:44 +00:00
ideimagesintf.pas * Introduced TCustomBitmap as base class for all pixelbased imageclasses. Currently backward comatible (and equal to) TBitmap 2008-04-17 23:43:11 +00:00
idemsgintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
idetextconverter.pas using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
idewindowintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
imagelisteditor.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
imagelisteditor.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
imagelisteditor.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
lazideintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
lazstringgridedit.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
lazstringgridedit.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
lazstringgridedit.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
listviewpropedit.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
listviewpropedit.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
listviewpropedit.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
macrointf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
Makefile default widget set for Mac OS X is now Carbon, not gtk1 2008-06-20 19:33:44 +00:00
Makefile.fpc Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
maskpropedit.lfm Delete BorderSpacing.Onchange property in lfm 2008-04-05 20:07:10 +00:00
maskpropedit.lrs Delete BorderSpacing.Onchange property in lfm 2008-04-05 20:07:10 +00:00
maskpropedit.pas using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
menuintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
newfield.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
newfield.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
newfield.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
newitemintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
objectinspector.lfm OI: added mousewheel handler, so it doesn't depend on the automatic conversion to scroll message, fixes issue #11953 2008-08-24 09:19:17 +00:00
objectinspector.lrs OI: added mousewheel handler, so it doesn't depend on the automatic conversion to scroll message, fixes issue #11953 2008-08-24 09:19:17 +00:00
objectinspector.pp OI: added mousewheel handler, so it doesn't depend on the automatic conversion to scroll message, fixes issue #11953 2008-08-24 09:19:17 +00:00
objinspstrconsts.pas IDEIntf: moved IDE key grabbing to propedits, added button to TShortCutPropertyEditor 2008-08-19 02:57:17 +00:00
packageintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
projectintf.pas IDE: compiler options: removed obsolete switch -gd debugging info for DBX 2008-08-20 08:54:32 +00:00
propedits.pp IDEIntf: improved grab key form size 2008-08-19 03:05:18 +00:00
README.txt
srceditorintf.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
statusbarpropedit.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
stringspropeditdlg.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
stringspropeditdlg.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
stringspropeditdlg.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
texttools.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
treeviewpropedit.lfm IDEIntf: improved layout of TTreeViewItemsEditorForm 2008-08-18 12:25:29 +00:00
treeviewpropedit.lrs IDEIntf: improved layout of TTreeViewItemsEditorForm 2008-08-18 12:25:29 +00:00
treeviewpropedit.pas IDEIntf: improved layout of TTreeViewItemsEditorForm 2008-08-18 12:25:29 +00:00

This directory contains the IDE interfaces for experts/plugins.

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