lazarus/ide
mattias f25c0d95e5 IDE: using IDEIntf to show dockable windows
git-svn-id: trunk@25604 -
2010-05-24 14:31:03 +00:00
..
frames IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
include gtk: remove trial to mimic win32 focus behavior 2010-05-13 01:33:45 +00:00
aboutfrm.lfm
aboutfrm.pas IDE: 'About' form: removed superfluous space from FPC version caption 2010-04-14 23:03:39 +00:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addtoprojectdlg.lfm
addtoprojectdlg.pas IDE: read .dfm files if lfm not present, no write support, bug #16475 2010-05-19 09:40:19 +00:00
applicationbundle.pas
basebuildmanager.pas
basedebugmanager.pas IDE: registering debug dialogs 2010-05-24 12:00:04 +00:00
bigidemake.cfg
buildfiledlg.lfm
buildfiledlg.pas
buildlazdialog.lfm IDE: build laz dlg: auto lowercase OS 2010-04-23 21:02:54 +00:00
buildlazdialog.pas IDE: fixed storing build laz clean, bug #16432 2010-05-09 10:41:54 +00:00
buildmanager.pas
charactermapdlg.lfm
charactermapdlg.pas
checkcompileropts.lfm
checkcompileropts.pas
checklfmdlg.lfm
checklfmdlg.pas Converter: Improved messages, added Application.ProcessMessages to show them in real time. 2010-04-09 22:03:46 +00:00
cleandirdlg.lfm
cleandirdlg.pas
clipboardhistory.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
codebrowser.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
codebrowser.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
codecontextform.pas IDE: codecontext hints: added ranged array type 2010-05-20 10:13:19 +00:00
codeexplopts.pas
codeexplorer.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
codeexplorer.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
codehelp.pas IDE: fpdoc editor: fixed checking for modified 2010-05-22 12:49:42 +00:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm
codetemplatesdlg.pas
codetoolsdefines.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
codetoolsdefines.pas
codetoolsdefpreview.lfm
codetoolsdefpreview.pas
codetoolsoptions.pas
compatibilityrestrictions.pas IDEIntf: moved TPkgVersion and TLazPackageID to unit packageintf 2010-04-18 16:57:02 +00:00
compiler.pp ide: respect output filter aborting during compilation 2010-05-14 16:02:32 +00:00
compileroptions.pp ide: fix compiler messages loading. messages files should be loaded before ignored messages list 2010-05-24 05:25:06 +00:00
compileroptionsdlg.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
compileroptionsdlg.pp IDE: fixed anchors in show compiler options 2010-05-03 08:43:46 +00:00
componentlist.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
componentlist.pas IDEIntf: started TIDEWindowCreator for registering independent/dockable windows 2010-05-24 00:58:44 +00:00
componentpalette.pas IDE: removed TComponentInterface 2010-05-16 11:41:42 +00:00
compoptsmodes.pas IDE: removed buildmodeflagtype 2010-05-21 12:25:53 +00:00
condef.lfm
condef.pas
customformeditor.pp IDE: fixed crashing componenttreeview while destroying components 2010-05-16 13:28:25 +00:00
debugmanager.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
dialogprocs.pas IDE: save lpk files: keep eol type and encoding, bug #16224 2010-04-08 13:03:52 +00:00
diffdialog.lfm IDE: Diff dialog, use highlighter 2010-04-14 20:03:59 +00:00
diffdialog.pas IDE: read .dfm files if lfm not present, no write support, bug #16475 2010-05-19 09:40:19 +00:00
diffpatch.pas
diskdiffsdialog.lfm IDE: Diff dialog, use highlighter 2010-04-14 20:03:59 +00:00
diskdiffsdialog.pas IDE: Diff dialog, use highlighter 2010-04-14 20:03:59 +00:00
editdefinetree.pas
editmsgscannersdlg.lfm
editmsgscannersdlg.pas
editoroptions.pp IDE:change default for "case labels" highlighting to italics 2010-05-16 15:06:50 +00:00
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseselectiondlg.lfm
encloseselectiondlg.pas
environmentopts.pp IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
extractprocdlg.lfm
extractprocdlg.pas
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm
exttooleditdlg.pas
filereferencelist.pas
findinfilesdlg.lfm IDE: improved 'Find in Files' dialog layout. Inspired by patch from Flávio Etrusco (bug #0016033) 2010-04-08 00:37:46 +00:00
findinfilesdlg.pas
findoverloadsdlg.lfm
findoverloadsdlg.pas
findpalettecomp.lfm
findpalettecomp.pas
findrenameidentifier.lfm
findrenameidentifier.pas FindInFiles Results: prevent crash, if tab-in-progress is closed. disable tool-bar for tab-in-progress. Deal with changes to other tabs during tab-in-progress 2010-04-11 17:32:42 +00:00
findreplacedialog.lfm
findreplacedialog.pp
findunitdlg.lfm
findunitdlg.pas
formeditor.pp
fpdoceditwindow.lfm
fpdoceditwindow.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
gotofrm.lfm
gotofrm.pas IDE: 'Goto line' dialog - improve localization 2010-04-15 23:50:51 +00:00
helpfpcmessages.pas
helpmanager.lfm
helpmanager.pas LCL: TCustomLabel: fixed measuring size on wordwrap 2010-04-24 22:36:56 +00:00
helpoptions.pas IDE: help options group extendable 2010-04-06 11:45:56 +00:00
idecmdline.pas
idecontexthelpedit.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
idecontexthelpedit.pas
idedefs.pas
ideoptiondefs.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
ideoptionsdlg.lfm ide: use themed drawn treeview for options dialog 2010-04-22 09:11:23 +00:00
ideoptionsdlg.pas IDE: optimized initializing IDE options 2010-04-21 18:18:52 +00:00
ideprocs.pp IDE: save project: when lpi has different PathDelims: force relative paths 2010-05-04 10:50:38 +00:00
ideprotocol.pas
idetranslations.pas ide: added Czech localization. Translations by Chronos 2010-05-13 16:41:08 +00:00
idewindowhelp.pas
imexportcompileropts.lfm
imexportcompileropts.pas IDE: improve 'Import or export compiler options' dialog localization 2010-04-20 21:28:54 +00:00
infobuild.lfm LCL: calculatepreferredsize: anchored both sides, check for anchor kind when adding preferred width 2010-04-25 19:12:09 +00:00
infobuild.pp ide: improve representation of project file name in the compile dialog 2010-04-21 09:31:41 +00:00
initialsetupdlgs.pas
inputfiledialog.pas
inputhistory.pas IDE: using FileAgeCached 2010-04-01 11:42:03 +00:00
invertassigntool.pas
jumphistoryview.lfm IDE: fixed 'Jump History' dialog caption 2010-04-17 16:53:19 +00:00
jumphistoryview.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
keymapping.pp IDE: improved keymapping commands localization, regenerated translations and updated Russian translation 2010-05-10 21:01:03 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazarus_about_logo.lrs
lazarus_dci_file.dci IDE: code templates: using more syncro edit 2010-05-12 20:35:05 +00:00
lazarus_dci.lrs IDE: code templates: using more syncro edit 2010-05-12 20:35:05 +00:00
lazarus_indentation.lrs
lazarus.ico
lazarus.lpi
lazarus.pp
lazarus.res ide: revert resource file change by Marc 2010-04-12 00:57:57 +00:00
lazarusidestrconsts.pas IDE: codecontext hints: show no hints if empty 2010-05-20 09:16:00 +00:00
lazarusmanager.pas
lazbuild.lpi
lazbuild.lpr
lazbuild.rc
lazconf.pp Marks Gtk 1 as deprecated in the IDE 2010-05-22 12:09:54 +00:00
lazdoc.lrs
macropromptdlg.pas
main.pp IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
mainbar.pas IDE: removed docking 2010-05-21 16:24:47 +00:00
mainbase.pas IDE: improved keymapping commands localization, regenerated translations and updated Russian translation 2010-05-10 21:01:03 +00:00
mainintf.pas IDEIntf: started TIDEWindowCreator for registering independent/dockable windows 2010-05-24 00:58:44 +00:00
Makefile
Makefile.fpc
makeresstrdlg.lfm IDE: fixed invalid resize in make resourcestring dlg, added resource strings 2010-04-05 20:09:18 +00:00
makeresstrdlg.pas IDE: improved 'Make Resourcestring' dialog localization 2010-04-05 22:15:36 +00:00
miscoptions.pas
mouseactiondialog.lfm Ide, Options, updated layouts for "move caret on right click" 2010-05-14 23:05:26 +00:00
mouseactiondialog.pas
msgquickfixes.pas IDE: added quickfix for note local variable not used, remove 2010-05-18 14:45:02 +00:00
msgview.lfm Qt,Gtk2: added minimize/restore ability to get consistent behaviour on all platforms. Patch by Flavio Etrusco modified by me for qt. fixes #13919 2010-05-14 19:12:02 +00:00
msgview.pp IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
msgvieweditor.lfm
msgvieweditor.pas
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
objectlists.pas
outputfilter.pas Fixed raising exceptions / rev 24601 #fe2c9e2b46 2010-04-12 16:53:26 +00:00
patheditordlg.lfm
patheditordlg.pas
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
project.pp IDE: save project: when lpi has different PathDelims: force relative paths 2010-05-04 10:50:38 +00:00
projectdefs.pas
projecticon.pas IDE: added try..except workaround for bug in fcl with fpc 2.4.0rc1 2010-02-24 21:41:00 +00:00
projectinspector.lfm IDE: fixed projectinspector form borderstyle - it is bsSizeable so min/max buttons should be enabled. 2010-05-17 21:38:06 +00:00
projectinspector.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
projectresources.pas
projectwizarddlg.lfm
projectwizarddlg.pas
publishmodule.pas
publishprojectdlg.lfm IDE: improved 'Publish Project' dialog layout to fit longer translations 2010-04-09 23:16:01 +00:00
publishprojectdlg.pas
restrictionbrowser.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
restrictionbrowser.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
runparamsopts.lfm
runparamsopts.pas
searchfrm.lfm
searchfrm.pas IDE: 'Searching...' dialog: improve localization + small cleanup 2010-04-20 00:31:40 +00:00
searchresultview.lfm SearchResults: allow middle click to close tabs (like source-editor) 2010-04-11 15:36:28 +00:00
searchresultview.pp IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
showcompileropts.lfm IDE: fixed anchors in show compiler options 2010-05-03 08:43:46 +00:00
showcompileropts.pas IDE: 'Show compiler options' dialog: improved localization and (slightly) layout, enabled memo scrollbar 2010-04-14 23:17:51 +00:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.pas
sourceeditor.lfm
sourceeditor.pp IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
sourceeditprocs.pas IDE: identifier completion: show unit for used units 2010-05-04 18:20:54 +00:00
sourcemarks.pas SourceEditor/Marks: Improved breakpoint line adjustment, on edit 2010-04-09 02:38:14 +00:00
sourcesyneditor.pas SourceEditor: Fix dealing with out-of-range debug-marks 2010-05-09 18:26:54 +00:00
splash.lfm LCL: comments 2010-04-04 09:33:57 +00:00
splash.pp LCL: comments 2010-04-04 09:33:57 +00:00
srcedithintfrm.pas
startlazarus.lpi
startlazarus.lpr
startlazarus.rc
sysvaruseroverridedlg.lfm
sysvaruseroverridedlg.pas
tododlg.lfm
tododlg.pas
todolist.lfm
todolist.pas
transfermacros.pp
unitdependencies.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
unitdependencies.pas IDE: using IDEIntf to show dockable windows 2010-05-24 14:31:03 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm ide: make ide treeview themed 2010-04-23 07:10:05 +00:00
unusedunitsdlg.pas
version.inc
viewunit_dlg.lfm
viewunit_dlg.pp
w32manifest.pas
w32versioninfo.pas
wordcompletion.pp