lazarus/ide
2014-12-29 22:11:35 +00:00
..
frames IDE: Use truely original pages and comps as reference when saving palette configuration. 2014-12-28 13:50:35 +00:00
include IDE: use TurboPowerIProDsgn to show hints and help texts in Lazarus BigIDE. 2014-07-23 17:29:51 +00:00
aboutfrm.lfm
aboutfrm.pas IDE: clean up 2014-06-08 12:49:44 +00:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas codetools: FindAbstractMethods: search class interfaces 2014-06-21 15:35:46 +00:00
addprofiledialog.lfm
addprofiledialog.pas
addtoprojectdlg.lfm IDE: improve button anchors in AddToProject dialog. 2014-09-25 21:06:18 +00:00
addtoprojectdlg.pas Project Inspector: A new button for adding files from file system easily. Issue #24337. 2014-09-24 17:01:50 +00:00
advhistorylist.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
allcompileroptions.lfm IDE: compiler options: other options: fixed dangling OnIdle, fixed thread accessing non thread safe methods 2014-06-15 14:43:35 +00:00
allcompileroptions.pas IDE: Assign a mouse wheel handler to "all compiler options" ScrollBox and to controls inside it. Based on code by Sandro Cumerlato. 2014-09-29 18:22:38 +00:00
applicationbundle.pas
basebuildmanager.pas IDEIntf: added event called when the IDE collects the fpc front end parameters 2014-03-04 14:13:40 +00:00
basedebugmanager.pas Debugger: refactor 2014-03-18 02:45:28 +00:00
buildfiledlg.lfm
buildfiledlg.pas IDEIntf: clean up and added unit ideutils 2014-02-18 20:55:15 +00:00
buildlazdialog.lfm IDE: fixed anchors in buildlazdialog. 2014-05-17 13:38:09 +00:00
buildlazdialog.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
buildmanager.pas IDE: Fix error in all compiler options parser. 2014-12-12 16:37:27 +00:00
buildmodediffdlg.lfm
buildmodediffdlg.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
buildmodesmanager.lfm
buildmodesmanager.pas IDE: remove a useless parameter from function SwitchBuildMode. 2014-07-04 14:29:55 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas IDE: Don't add "Debug" and "Verbose" defines for Lazarus build profiles any more. 2014-11-22 18:31:41 +00:00
buildprojectdlg.lfm
buildprojectdlg.pas IDE: Use hard-coded quotation in some resourcestrings instead of %s parameters. 2014-06-15 11:52:01 +00:00
charactermapdlg.lfm
charactermapdlg.pas
checkcompileropts.lfm
checkcompileropts.pas IDE: clean up old external tools 2014-07-20 19:50:17 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
cleandirdlg.lfm
cleandirdlg.pas IDE: Use hard-coded quotation in some resourcestrings instead of %s parameters. 2014-06-15 11:52:01 +00:00
clipboardhistory.pas
codebrowser.lfm IDE: codebrowser: right click selects 2014-02-07 10:22:57 +00:00
codebrowser.pas IDE: codebrowser: load description only if node added to treeview 2014-11-15 16:08:20 +00:00
codecontextform.pas IDE: codecontext: use ClientRect instead of Canvas.ClipRect 2014-06-02 19:58:33 +00:00
codeexplopts.pas IDE: clean up 2014-02-18 18:47:15 +00:00
codeexplorer.lfm
codeexplorer.pas IDE: Show a function declared with inline or overload only once in code explorer. Issue #26851, patch from errno. 2014-11-30 10:57:53 +00:00
codehelp.pas * Cosmetic: comments/debugln output 2014-10-14 14:05:30 +00:00
codemacroprompt.lfm
codemacroprompt.pas SynEdit, IDE: Fix phys/logic char pos in autocomplete. Issue #0026038 2014-04-17 22:25:13 +00:00
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm
codetemplatesdlg.pas IDE: Import/export paths in path editor dialog. Part of issue #25903. 2014-09-13 08:40:50 +00:00
codetoolsdefines.lfm
codetoolsdefines.pas IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
codetoolsdefpreview.lfm
codetoolsdefpreview.pas IDE: clean up 2014-06-08 12:49:44 +00:00
codetoolsoptions.pas IDE: Handle Caret (^) separately from symbols (CodeBeautifier): Issue #22514, patch from Anton. 2014-11-30 10:58:07 +00:00
ColorDefault.xml
ColorDelphi.xml
ColorOcean.xml
ColorPascalClassic.xml
ColorTwilight.xml
compatibilityrestrictions.pas
compiler.pp IDE: Fix error in all compiler options parser. 2014-12-12 16:37:27 +00:00
compileroptions.pp IDE: free msg file 2014-11-21 08:19:32 +00:00
componentlist.lfm IDE: Update component list to match the layout of component palette, triggered when window is activated. 2014-12-21 13:00:29 +00:00
componentlist.pas IDE: Update component list to match the layout of component palette, triggered when window is activated. 2014-12-21 13:00:29 +00:00
componentpalette.pas IDE: Use truely original pages and comps as reference when saving palette configuration. 2014-12-28 13:50:35 +00:00
compoptsmodes.pas
comppagespopup.lfm
comppagespopup.pas IDE: less hints 2013-09-05 10:09:30 +00:00
condef.lfm
condef.pas IDE: clean up 2014-02-18 18:47:15 +00:00
customdefines.lfm
customdefines.pas IDE: compiler options: other options: fixed dangling OnIdle, fixed thread accessing non thread safe methods 2014-06-15 14:43:35 +00:00
customformeditor.pp Remove typecasts because LookupRoot was moved to TIDesigner. Also formatting. 2014-07-05 10:49:34 +00:00
debugmanager.pas lazutils: FindInvalidUTF8Character: check for wrong mapped codes, changed default to report gaps 2014-12-10 14:26:18 +00:00
dialogprocs.pas IDE: fixed extending unit/inc path in PI, fixed checking last pcp ignoring optional Darwin bundle, added dummy external tools for dependencies 2014-07-28 08:21:21 +00:00
diffdialog.lfm Prevent opening a non existing path/filename in "Compare files". Issue #26841, patch from ocean. 2014-10-11 07:42:17 +00:00
diffdialog.pas Converter: ChgEncodingDlg, compile regular expression right after setting it to catch exceptions. Issue #26497 2014-08-10 23:28:23 +00:00
diffpatch.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas IDE: Move the option for single-click / double-click from messages options to desktop options page. Improve layout, add hints. Issue #18269. 2014-10-31 23:19:06 +00:00
editdefinetree.pas
editorfilemanager.lfm IDE: close source editor window manager with Esc key. Issue #25684. 2014-02-07 23:15:40 +00:00
editorfilemanager.pas IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
editormacrolistviewer.lfm
editormacrolistviewer.pas IDE: fixed catching excepions on load/save editor macros 2014-07-15 10:12:04 +00:00
editoroptions.pp IDE: fixed xmlconfig default values 2014-06-15 12:10:42 +00:00
editoroptions.rc ide: load default DCI resource from FPC resource 2013-09-28 15:06:04 +00:00
editoroptions.res ide: load default DCI resource from FPC resource 2013-09-28 15:06:04 +00:00
emptymethodsdlg.lfm
emptymethodsdlg.pas IDE: fixed resourcestring name: lisEMDEmtpyMethods -> lisEMDEmptyMethods 2013-11-30 15:30:19 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas IDE: fixed enclose block starting with empty lines, bug #26494 2014-07-18 07:58:57 +00:00
environmentopts.pp IDE: Implement import and export for component palette options. 2014-12-16 22:37:09 +00:00
etfpcmsgparser.pas IDE: fpc msg parser: reverse instantfpc cache 2014-12-08 13:51:45 +00:00
etmakemsgparser.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
etmessageframe.lfm IDE: messages: escape to close search 2014-06-05 21:28:50 +00:00
etmessageframe.pas IDE: Turn a phrase positive in messages options. "Hide icons" -> "Show icons". Add hint. 2014-11-01 15:26:25 +00:00
etmessageswnd.lfm IDE: messages: started load/save options 2014-06-03 15:46:20 +00:00
etmessageswnd.pas IDE: Turn a phrase positive in messages options. "Hide icons" -> "Show icons". Add hint. 2014-11-01 15:26:25 +00:00
etquickfixes.pas IDE: fixed extending unit/inc path in PI, fixed checking last pcp ignoring optional Darwin bundle, added dummy external tools for dependencies 2014-07-28 08:21:21 +00:00
etsrceditmarks.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
examplemanager.lfm IDE, Example manager window: Fix FilterEdit related layout. 2014-10-30 19:47:55 +00:00
examplemanager.pas IDE: Use hard-coded quotation in some resourcestrings instead of %s parameters. 2014-06-15 11:52:01 +00:00
extractprocdlg.lfm
extractprocdlg.pas IDE: More hard-coded quotations in resourcestrings. 2014-06-15 11:52:15 +00:00
exttooldialog.lfm
exttooldialog.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
exttooleditdlg.lfm
exttooleditdlg.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
exttools.pas IDE: external tools: increased pip buffer, issue #18492 2014-09-25 10:03:30 +00:00
filereferencelist.pas
findinfilesdlg.lfm IDE: find in files: captions for multi directories 2014-08-01 12:12:53 +00:00
findinfilesdlg.pas IDE: find in files: captions for multi directories 2014-08-01 12:12:53 +00:00
findoverloadsdlg.lfm
findoverloadsdlg.pas
findrenameidentifier.lfm
findrenameidentifier.pas IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
findreplacedialog.lfm IDE: in Find/Replace dialog, remove AutoSize from OptionsGroupBox. On Windows the size was wrong when the lowest checkbox was disabled. 2014-02-28 10:12:07 +00:00
findreplacedialog.pp IDE: clean up 2014-06-08 12:49:44 +00:00
findunitdlg.lfm
findunitdlg.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
formeditor.pp
fpcsrcscan.pas Clean outdated DEFINEs from the code, like old compiler versions and FPC_HAS_CONSTREF. 2014-01-02 18:16:19 +00:00
fpdoceditwindow.lfm
fpdoceditwindow.pas IDE: fpdoc editor: fixed insert printshort 2014-12-20 13:05:04 +00:00
fpdochints.pas IDE: don't free FpDoc hint window explicitly. It is interfaced. 2014-07-02 13:57:44 +00:00
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp fpmake: Switched to fpmake.pp files that do not need setting the source-directory of the package manually 2014-12-29 22:11:35 +00:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
genericchecklist.lfm IDE: When adding the path of a new file to project search path, ask which build modes to add it to. Issue #23714. 2013-12-25 17:23:46 +00:00
genericchecklist.pas IDE: When adding the path of a new file to project search path, ask which build modes to add it to. Issue #23714. 2013-12-25 17:23:46 +00:00
genericlisteditor.lfm
genericlisteditor.pas IDE: clean up 2013-09-15 06:10:28 +00:00
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm IDE: messages: help for message and edit extra help 2014-05-29 21:20:42 +00:00
helpfpcmessages.pas IDE: clean up old external tools 2014-07-20 19:52:20 +00:00
helpoptions.pas IDE: clean up 2014-02-18 18:47:15 +00:00
ide.pas
idecmdline.pas LazBuild: read pcp from lazarus.cfg file 2014-01-10 14:34:43 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas IDE: Cleanup 2014-06-16 05:49:25 +00:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas
idehelpmanager.lfm IDE: automatic changes in lfm. 2014-07-25 16:56:25 +00:00
idehelpmanager.pas * IDEHelpManager: Fix typo 2014-10-18 03:17:36 +00:00
ideinfodlg.lfm
ideinfodlg.pas lazbuild: removed dependency lazdebuggergdbmi 2014-06-07 21:02:56 +00:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas IDE: what needs building: check indirect dependencies 2014-07-25 19:00:19 +00:00
ideoptiondefs.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
ideoptionsdlg.lfm IDE Options dialog: Fix FilterEdit width. 2014-10-30 19:47:16 +00:00
ideoptionsdlg.pas IDE: remove a useless parameter from function SwitchBuildMode. 2014-07-04 14:29:55 +00:00
ideprocs.pp IDE: find in files: search in multiple directories 2014-07-30 12:07:54 +00:00
ideprotocol.pas
idetranslations.pas IDE: clean up 2014-12-03 22:23:59 +00:00
idewindowhelp.pas IDE: Remove some duplicate resource strings. 2014-06-03 19:01:24 +00:00
imexportcompileropts.lfm IDE: improve compiler options import/export dialog. 2014-09-25 22:03:00 +00:00
imexportcompileropts.pas IDE: improve compiler options import/export dialog. 2014-09-25 22:03:00 +00:00
initialsetupdlgs.lfm
initialsetupdlgs.pas tests: SimpleFormat 2014-11-28 14:29:40 +00:00
initialsetupproc.pas tests: SimpleFormat 2014-11-28 14:29:40 +00:00
inputfiledialog.pas IDE: clean up 2014-02-18 18:47:15 +00:00
inputhistory.pas IDE: show compiler options: save option relative paths 2014-06-09 07:40:55 +00:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas codetools: TSourceLog.GetLine: added parameter WithLineEnd 2014-08-12 10:44:40 +00:00
keymapping.pp IDE: Optimize KeyMappings, add a cache for commands and eliminate a linear search. 2014-12-07 17:29:41 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas IDE: Tweak some resource strings with newlines. Pass consecutive newlines from caller but use one %s param. 2014-06-16 19:48:52 +00:00
lazarus_dci_file.dci
lazarus_indentation.res ide: load default indentation resource from FPC resource 2013-09-28 15:16:27 +00:00
lazarus.ico
lazarus.lpi IDE: updated lazarus.lpi 2014-12-09 21:50:36 +00:00
lazarus.pp bigide: datetimectrl 2014-09-14 09:48:01 +00:00
lazarus.res lplupdate: fixed svn add command 2013-09-15 16:11:22 +00:00
lazarusidestrconsts.pas IDE: PopupMenu for renaming and deleting pages in component palette config. 2014-12-17 23:27:26 +00:00
lazarusmanager.pas IDE: use GetPhysicalFilename instead of readalllinks 2014-05-30 12:41:17 +00:00
lazbuild.lpi IDE: external tools: increased pip buffer, issue #18492 2014-09-25 10:04:08 +00:00
lazbuild.lpr IDE: clean up old external tools 2014-07-20 19:50:17 +00:00
lazconf.pp IDE: Append .so to library name for Android in Compiler options, conventions. Issue #26889, patch from Stephano 2014-10-18 20:59:47 +00:00
lazdoc.res ide, images: 2013-09-28 03:19:37 +00:00
lfmunitresource.pas IDEIntf: added custom lfm unit resource file format 2014-06-25 08:16:06 +00:00
macropromptdlg.pas
main.pp IDE: Force update for all component palette pages after changing configuration. 2014-12-17 23:27:25 +00:00
mainbar.pas ide: icons for some windows titles 2014-08-24 01:03:17 +00:00
mainbase.pas IDE: Less updates for the component palette during startup. 2014-12-04 23:29:03 +00:00
mainintf.pas IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
Makefile updated Makefiles 2014-09-13 17:38:29 +00:00
Makefile.fpc IDE: add DateTimeCtrls for Lazarus BigIde. (almost) 2014-09-13 17:20:37 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas IDE: resourcestring 2014-06-18 07:26:30 +00:00
miscoptions.pas IDE: show compiler options: save option relative paths 2014-06-09 07:40:55 +00:00
modematrixopts.pas IDE: Refactor, move code from TProjectBuildModes to TBuildMatrixOptions. 2014-06-08 23:48:14 +00:00
mouseactiondialog.lfm
mouseactiondialog.pas
msgvieweditor.lfm
msgvieweditor.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
objectlists.pas
patheditordlg.lfm IDE: Import/export paths in path editor dialog. Part of issue #25903. 2014-09-13 08:40:50 +00:00
patheditordlg.pas IDE: Fix a crash in Path Dialog editor. Issue #27107, patch from Malcolm Poole. 2014-11-29 20:33:46 +00:00
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp IDE: fixed loading default unit when no lps exists 2014-11-07 14:59:42 +00:00
projectdefs.pas IDE: Replace TProjectReadFlags with a boolean LoadParts. 2014-07-03 11:50:41 +00:00
projecticon.pas IDE: fixed ignoring empty lines at end of conditionals, no modified if project icon was not touched 2014-06-15 18:37:10 +00:00
projectinspector.lfm IDE, Project Inspector: Fix FilterEdit width. 2014-10-30 19:47:24 +00:00
projectinspector.pas IDE: clean up 2014-09-24 17:40:05 +00:00
projectresources.pas IDE: ... and more hard-coded quotations in resourcestrings. 2014-06-15 11:52:27 +00:00
projectuserresources.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
projectwizarddlg.lfm
projectwizarddlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
publishmodule.pas
publishprojectdlg.lfm
publishprojectdlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm
runparamsopts.pas Project Inspector: A new button for adding files from file system easily. Issue #24337. 2014-09-24 17:01:50 +00:00
searchfrm.lfm
searchfrm.pas IDE: fixed overlapped labels in Search in file dialog. Patch by Cedric. issue #27122 2014-12-04 08:15:32 +00:00
searchresultview.lfm IDE: changed Search Results dialog to bsSizeable and enabled system menu in order to unify its look with Find / Find in files dialogs, bug #23456 2012-12-10 21:48:56 +00:00
searchresultview.pp IDE: search results: when single click jumps: single selection on mouse down 2014-10-10 00:15:54 +00:00
showcompileropts.lfm IDE: show compiler options: save option relative paths 2014-06-09 07:40:55 +00:00
showcompileropts.pas IDE: show compiler options: save option relative paths 2014-06-09 07:40:55 +00:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas IDE: sourcemarks: break cycle 2013-09-19 20:06:45 +00:00
sourceeditor.lfm IdeIntf: use 2 hint windows in THintWindowManager, one for text and one for rendered HTML. 2014-07-20 18:27:21 +00:00
sourceeditor.pp IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
sourceeditprocs.pas codetools: find declaration and gather identifiers: labels, issue #26882 2014-10-18 10:22:38 +00:00
sourcefilemanager.pas IDE: cleanup 2014-12-14 23:14:06 +00:00
sourcemarks.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
sourcesyneditor.pas IDE: clean up old external tools 2014-07-20 19:50:17 +00:00
splash.lfm
splash.pp ide: load splash logo from FPC resource 2013-09-27 08:51:41 +00:00
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas IDE: sourcemarks: break cycle 2013-09-19 20:06:45 +00:00
sysvaruseroverridedlg.lfm
sysvaruseroverridedlg.pas IDE: More hard-coded quotations in resourcestrings. 2014-06-15 11:52:15 +00:00
transfermacros.pp IDE: macro loop marker 2014-02-16 01:34:41 +00:00
unitdependencies.lfm IDE: unit dependencies: overlays for cycles 2013-09-19 18:23:56 +00:00
unitdependencies.pas IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm IDE: Allow hiding units with initialization section in unused units dialog. 2014-10-24 21:50:53 +00:00
unusedunitsdlg.pas IDE: Allow hiding units with initialization section in unused units dialog. 2014-10-24 21:50:53 +00:00
useunitdlg.lfm IDE: in "Add Unit To Uses Section" dialog, use interface section by default. Fix layout for FilterEdit. 2014-10-28 21:35:40 +00:00
useunitdlg.pas IDE: in "Add Unit To Uses Section" dialog, use interface section by default. Fix layout for FilterEdit. 2014-10-28 21:35:40 +00:00
version.inc set trunk version to 1.3 2013-09-15 15:53:49 +00:00
viewunit_dlg.lfm IDE, View Units dialog: Fix FilterEdit width. 2014-10-30 19:48:03 +00:00
viewunit_dlg.pp IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
w32manifest.pas
w32versioninfo.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
wordcompletion.pp