lazarus/components/ideintf
mattias 12677f044a IDEIntf: fixed compiling with FPC 2.6.4
git-svn-id: trunk@51251 -
2016-01-11 14:20:22 +00:00
..
docs
images ideintf: fix images 2013-10-04 12:25:35 +00:00
languages Translations: Hungarian translation update by Péter Gábor, bug #29351 2016-01-06 23:24:43 +00:00
actionseditor.lfm IdeIntf: Use Toolbar instead of SpeedButton in ActionEditor. Issue #28110, patch from Alexey Torgashin. 2015-05-17 19:02:37 +00:00
actionseditor.pas ideintf: set PopupMode/PopupParent for collection editor and actions editor. Issue #24711 2015-12-27 13:06:05 +00:00
actionseditorstd.lfm
actionseditorstd.pas IDE: fixed renaming components, simplified designer undo 2014-02-19 18:57:53 +00:00
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 IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
checklistboxeditordlg.lfm
checklistboxeditordlg.pas IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
collectionpropeditform.lfm
collectionpropeditform.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
columndlg.pp IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
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 IdeIntf: Hard-coded quotations in resourcestrings. 2014-06-15 11:52:37 +00:00
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 IDE, enhance DBGrid columns editor with three buttons: add fields, delete all and fetch labels, modified/adapted patch from Zdravko Gabrovski, issue #25219 2014-10-01 21:03:04 +00:00
dbgridcolumnspropeditform.pas IDEIntf: fixed DBGrid column deletion prompt, bug #28611 2015-09-03 16:32:34 +00:00
dbpropedits.pas IDEIntf, dbpropedits: check when retrieving fields definitions, issue #27962 2015-04-29 06:20:16 +00:00
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 IDE: fixed renaming components, simplified designer undo 2014-02-19 18:57:53 +00:00
filefilterpropeditor.lfm New window for file filter property editor. Earlier one was generated in code. 2013-09-12 23:31:43 +00:00
filefilterpropeditor.pas IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
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 fpmake: re-generated several fpmake.pp files 2015-01-02 20:45:33 +00:00
frmselectprops.lfm
frmselectprops.pas IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
graphicpropedit.lfm
graphicpropedit.pas IdeIntf: Hard-coded quotations in resourcestrings. 2014-06-15 11:52:37 +00:00
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 IDEIntf, IDE: IDECommands property synchronization refactoring, add SyncProperties property. Fix "move/clone to new window" menu items captions and visibility. 2015-12-10 13:18:27 +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 * IdeHelpIntf: cosmetic 2014-10-26 10:29:07 +00:00
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: partially revert r50517 #d696ee5a59 2015-11-28 19:42:00 +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 IDEIntf: clean up and added unit ideutils 2014-02-18 20:55:15 +00:00
idewindowintf.pas ideintf: set PopupMode/PopupParent for collection editor and actions editor. Issue #24711 2015-12-27 13:06:05 +00:00
imagelisteditor.lfm ideintf: ImageList editior: add replace button. Issue #29252. Patch by Janusz Tomczak 2015-12-27 17:40:09 +00:00
imagelisteditor.pp ideintf: ImageList editior: add replace button. Issue #29252. Patch by Janusz Tomczak 2015-12-27 17:40:09 +00:00
keyvalpropeditdlg.lfm IdeIntf: Fix AutoAddRows feature for ValueListEditor property editor. 2014-04-01 00:34:22 +00:00
keyvalpropeditdlg.pas IDEIntf: clean up 2014-04-07 10:38:11 +00:00
lazideintf.pas ideintf, ide: change result type of TMainIDEBase.GetMainBar from TComponent to TForm. 2015-12-27 11:38:55 +00:00
lazstringgridedit.lfm
lazstringgridedit.pas IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
listviewpropedit.lfm
listviewpropedit.pp
macrodefintf.pas
macrointf.pas IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
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: update menu sections: consistency check 2015-12-22 00:15:22 +00:00
newfield.lfm IDEIntf: sql new field editor: improved layout, changed syntax mode to objfpc 2015-03-15 11:01:16 +00:00
newfield.pas Use GlobalDesignHook only if it is assigned. Issue #28175. 2015-05-31 13:45:31 +00:00
newitemintf.pas IDE: less hints, initialize vars, use unused parameters 2014-03-17 11:25:57 +00:00
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 Bug fix for OnEditorFilter (was not called for sub TPersistent). From Maciej. 2015-12-31 09:07:51 +00:00
objinspstrconsts.pas ideintf: ImageList editior: add replace button. Issue #29252. Patch by Janusz Tomczak 2015-12-27 17:40:09 +00:00
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 IDEIntf: fixed compiling with FPC 2.6.4 2016-01-11 14:20:22 +00:00
projectresourcesintf.pas IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286. 2015-12-27 22:36:55 +00:00
projpackintf.pas IDE: TIDEProjPackBase changed to TComponent 2014-07-23 11:32:58 +00:00
propedits.pp ideintf: fix autosize ShortCutPropertyEditor. Issue #29266 2016-01-03 20:38:23 +00:00
propeditutils.pp Allow to use any class with RTTI for RunTimeTypeInfoControls (previously only using descendants of TPersistent was legal). Now is possible to use any ORM system with RTTI controls like mORMot. From Maciej. 2015-12-31 09:07:46 +00:00
README.txt
srceditorintf.pas IDE: add option to prefer double-click over middle click when closing tabs. 2015-11-28 10:10:11 +00:00
statusbarpropedit.pp
stringspropeditdlg.lfm
stringspropeditdlg.pas Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
texttools.pas
toolbarintf.pas IDEIntf: add overloaded FindItemByCommand for IDE tool buttons 2015-11-24 20:27:07 +00:00
treeviewpropedit.lfm IDE: Add up/down move buttons to treeview item editor. Issue #9773. 2013-09-12 14:29:23 +00:00
treeviewpropedit.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
unitresources.pas ideintf: use registered editing class in DefaultComponentClass. Issue #29201 2016-01-03 14:43:33 +00:00

This directory contains the IDE interfaces for experts/plugins.

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