lazarus/ide
2014-10-19 22:20:07 +00:00
..
frames IDE: actually show hint for 'Sort for scope' combobox in CodeTools identifier completion option page 2014-10-19 22:20:07 +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 IDE: fixed fixed size dialogs 2012-04-13 15:09:17 +00:00
abstractsmethodsdlg.pas codetools: FindAbstractMethods: search class interfaces 2014-06-21 15:35:46 +00:00
addprofiledialog.lfm
addprofiledialog.pas IDE: unify some common resource strings. Add hints for Path Edit dialog 2012-02-13 19:57:58 +00:00
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 IDE: add retina attribute for new OS X application bundles 2013-03-05 10:03:53 +00:00
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: buildmanager: fixed clearing reference to destroyed project 2014-09-10 11:43:05 +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 IDE: Let user create Debug and Release build modes with one button click. Issues #22743 and #19641 2013-07-28 09:14:25 +00:00
buildmodesmanager.pas IDE: remove a useless parameter from function SwitchBuildMode. 2014-07-04 14:29:55 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas IDE: clean up old external tools 2014-07-20 19:50:17 +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 IDE: Unite duplicate (single word) resourcestrings and name them consistently. 2012-02-19 15:50:48 +00:00
checkcompileropts.lfm IDE: test compiler options: using treeview for results 2012-03-30 14:16:28 +00:00
checkcompileropts.pas IDE: clean up old external tools 2014-07-20 19:50:17 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
checklfmdlg.lfm IDE: Save layout of Check LFM Dialog 2012-05-26 08:36:44 +00:00
checklfmdlg.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
cleandirdlg.lfm LazSvn Package improvements 2012-02-18 20:02:52 +00:00
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: clean up old external tools 2014-07-20 20:02:40 +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 IDE: fixed layout codeexplorer 2013-06-24 12:05:39 +00:00
codeexplorer.pas codetools: find declaration and gather identifiers: labels, issue #26882 2014-10-18 10:22:38 +00:00
codehelp.pas * Cosmetic: comments/debugln output 2014-10-14 14:05:30 +00:00
codemacroprompt.lfm codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922 2013-07-22 22:08:53 +00:00
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 codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922 2013-07-22 22:08:53 +00:00
codetemplatesdlg.pas IDE: Import/export paths in path editor dialog. Part of issue #25903. 2014-09-13 08:40:50 +00:00
codetoolsdefines.lfm IDE: codetools defines editor: removed obsolete lazarus source template 2012-09-04 08:51:16 +00:00
codetoolsdefines.pas IDE: clean up 2014-06-08 12:49:44 +00:00
codetoolsdefpreview.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
codetoolsdefpreview.pas IDE: clean up 2014-06-08 12:49:44 +00:00
codetoolsoptions.pas IDE+codetools: identifier completion: Options to disable sorting for history and scope 2014-10-18 21:34:06 +00:00
ColorDefault.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorDelphi.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorOcean.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorPascalClassic.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorTwilight.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
compatibilityrestrictions.pas IDEIntf: fixed typo: favorite should use the American spelling instead of the British favourite 2012-09-19 13:16:39 +00:00
compiler.pp IDE: messages: show project target file relative to project directory 2014-10-04 10:25:17 +00:00
compileroptions.pp IDE: added macro FPC_FULLVERSION, added conditionals function GetProjValue for packages, only parameter now: FPC_FULLVERSION 2014-07-23 19:22:38 +00:00
componentlist.lfm IDE, Component list: improved layout and now using standard ButtonPanel, bug #26585 2014-08-13 20:34:45 +00:00
componentlist.pas IDE: component list: use icon height as minimum 2014-10-18 09:52:40 +00:00
componentpalette.pas IDE: Make mouse wheel change tabs in Component Palette. Issue #26887, patch from Sandro Cumerlato. 2014-10-18 20:59:40 +00:00
compoptsmodes.pas
comppagespopup.lfm New files for a component palette drop-down list. 2013-08-04 10:33:34 +00:00
comppagespopup.pas IDE: less hints 2013-09-05 10:09:30 +00:00
condef.lfm IDE: Improve Conditional Define GUI. 2013-07-30 09:14:43 +00:00
condef.pas IDE: clean up 2014-02-18 18:47:15 +00:00
customdefines.lfm IDE: Try to improve the custom defines GUI. 2013-08-24 09:08:12 +00:00
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 IDE: formatting. Format some resource strings so that line changes together with %s referring to LineEnding. 2014-06-16 18:00:06 +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: adjust lineendings of some resource strings. 2014-06-16 17:59:56 +00:00
editdefinetree.pas IDE: removed old workaround global SrcPath 2013-06-26 12:47:16 +00:00
editorfilemanager.lfm IDE: close source editor window manager with Esc key. Issue #25684. 2014-02-07 23:15:40 +00:00
editorfilemanager.pas IDE: close source editor window manager with Esc key. Issue #25684. 2014-02-07 23:15:40 +00:00
editormacrolistviewer.lfm EditorMacros: Allow editing of macros 2012-08-25 01:02:55 +00:00
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 IDE: fixed fixed size dialogs 2012-04-13 15:09:17 +00:00
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: clean up 2014-07-28 18:50:07 +00:00
etfpcmsgparser.pas IDE: clean up old external tools 2014-07-20 20:02:40 +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: messages: fixed crash on right click on progress line, bug #26595 2014-10-05 23:00:00 +00:00
etmessageswnd.lfm IDE: messages: started load/save options 2014-06-03 15:46:20 +00:00
etmessageswnd.pas ide: icons for some windows titles 2014-08-24 01:03:17 +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, Examples manager: removed 'Under construction' label, hid 'Build Selected' button, which functionality was not implemented, improved layout 2013-09-05 13:40:31 +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 IDE: fixed fixed size dialogs 2012-04-13 15:09:17 +00:00
extractprocdlg.pas IDE: More hard-coded quotations in resourcestrings. 2014-06-15 11:52:15 +00:00
exttooldialog.lfm IDE: Filename filters for External Tools dialog Export/Import. Issue #24350, patch from Cyrax 2013-05-02 22:13:57 +00:00
exttooldialog.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
exttooleditdlg.lfm IDE: Do not word wrap lines in Parameters text of External tools edit dialog. Issue #24406, patch from Cyrax 2013-05-08 21:17:20 +00:00
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 IDE: clean up 2012-03-30 13:35:05 +00:00
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 IDE: compare default target os, cpu with compiler default 2013-07-11 23:15:45 +00:00
findrenameidentifier.lfm IDE: "Rename Identifier": fixed tab order 2012-12-18 22:39:58 +00:00
findrenameidentifier.pas codetools: TSourceLog.GetLine: added parameter WithLineEnd 2014-08-12 10:44:40 +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 IDE: added TDesignerMediator.UseRTTIForMethods 2013-02-02 15:46:43 +00:00
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 IDE: fpdoc editor: scrollbars for memos 2013-05-13 14:48:43 +00:00
fpdoceditwindow.pas ide, images: 2013-09-28 03:19:37 +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 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems. 2012-09-13 06:39:56 +00:00
fpmake.pp IDE: New options page for re-ordering component palette entries. Requires define "EnableComponentPaletteOptions". 2013-09-03 12:04:16 +00:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas IDE: clean up 2013-04-28 18:34:07 +00:00
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 IDE: add a GUI for compiler defines. Synchronized with Custom Options. 2013-08-02 11:29:44 +00:00
genericlisteditor.pas IDE: clean up 2013-09-15 06:10:28 +00:00
gotofrm.lfm
gotofrm.pas IDE: unify some common resource strings. Add hints for Path Edit dialog 2012-02-13 19:57:58 +00:00
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 IDE: Fix ide.lpk package. Now it compiles. Issue #24160, patch from Cyrax 2013-04-27 21:27:33 +00:00
idecmdline.pas LazBuild: read pcp from lazarus.cfg file 2014-01-10 14:34:43 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
idedefs.pas IDE: clean up 2013-04-02 10:10:54 +00:00
idefpcinfo.lfm IDE: view / IDE internal / what needs building 2012-04-07 02:43:56 +00:00
idefpcinfo.pas IDE: Cleanup 2014-06-16 05:49:25 +00:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas IDE: use lazarus.cfg file for additional commandline param 2013-08-27 15:30:51 +00:00
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 IDE: view / IDE internal / what needs building 2012-04-07 02:43:56 +00:00
ideinfodlg.pas lazbuild: removed dependency lazdebuggergdbmi 2014-06-07 21:02:56 +00:00
ideinfoneedbuild.lfm IDE: need build info: escape key 2012-04-07 12:33:03 +00:00
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: add separators around Import/Export buttons in Project options dialog. 2014-06-22 09:55:48 +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 IDE: warn if upgrading configs 2012-04-04 09:44:02 +00:00
idetranslations.pas IDE: clean up 2014-06-08 12:49:44 +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 IDE, initial setup dlg: use a thread to search for FPC sources, refactoring 2012-11-18 11:41:50 +00:00
initialsetupdlgs.pas lazbuild: removed dependency lazdebuggergdbmi 2014-06-07 21:02:56 +00:00
initialsetupproc.pas IDE: by default use fpc as compiler filename instead of /usr/bin/fpc 2014-10-19 17:54:35 +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: configure external tools: fixed saving shortcuts 2014-10-04 12:03:46 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm IDE: Improvements to keymapping buttons' default state and TabOrder. 2013-04-27 10:13:37 +00:00
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 dci: changed -1 to Pred 2013-07-22 18:20:54 +00:00
lazarus_indentation.res ide: load default indentation resource from FPC resource 2013-09-28 15:16:27 +00:00
lazarus.ico IDE: restored ico 2012-09-20 07:21:06 +00:00
lazarus.lpi IDE: comments 2014-09-13 21:11:15 +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+codetools: identifier completion: Options to disable sorting for history and scope 2014-10-18 21:34:06 +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 Macros: Implement $Confirm() macro. Issuse #11370 2013-05-01 08:44:56 +00:00
main.pp IDE: clean up 2014-10-18 09:35:41 +00:00
mainbar.pas ide: icons for some windows titles 2014-08-24 01:03:17 +00:00
mainbase.pas IDE: add forgotten shortcut mapping. Shortcut keys don't work without it. 2014-09-29 18:22:30 +00:00
mainintf.pas IDE: fixed typos, removed unused and duplicate strings 2014-07-14 22:58:16 +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 IDE: fixed ButtonPanel height in Mouse Action dialog 2013-05-05 15:48:52 +00:00
mouseactiondialog.pas IDE: collect common resource strings in one place, remove duplicates 2012-02-12 13:04:36 +00:00
msgvieweditor.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
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 Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
multireplacedlg.pas
newdialog.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
newdialog.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
newprojectdlg.lfm IDE: don't sort the New Project types list. The order was illogical and got messed when translated. 2012-03-07 00:04:45 +00:00
newprojectdlg.pp IDE: unify some common resource strings. Add hints for Path Edit dialog 2012-02-13 19:57:58 +00:00
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: Import/export paths in path editor dialog. Part of issue #25903. 2014-09-13 08:40:50 +00:00
procedurelist.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
procedurelist.pas
progressdlg.lfm
progressdlg.pas IDE: clean up 2013-04-02 10:10:54 +00:00
progresswnd.lfm
progresswnd.pas
project.pp IDE: buildmanager: fixed clearing reference to destroyed project 2014-09-10 11:43:05 +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: package editor: fixed dnd to directory nodes 2014-06-22 11:43:34 +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 IDE: Add acceleration keys and fix tab order in Project Wizard and ImageListEditor, issue #21718 2012-04-13 19:24:28 +00:00
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 IDE: switched to new laz2_xml 2012-03-13 20:55:43 +00:00
publishprojectdlg.lfm IDE: Save layout of Publish Project Dialog 2012-05-26 08:36:53 +00:00
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 IDE: add define HEAPTRC_WINDOW back to enable the new heap tracer window feature. 2013-05-15 18:00:26 +00:00
redirect_stderr.pas IDE: add define HEAPTRC_WINDOW back to enable the new heap tracer window feature. 2013-05-15 18:00:26 +00:00
restrictionbrowser.lfm IDE: Use the improved FilterEdit feature in many forms 2012-05-19 18:32:55 +00:00
restrictionbrowser.pas IDE: fix RestrictionBrowser filtering. 2013-05-23 11:37:56 +00:00
runparamsopts.lfm Revert r41936 #ab277e68c5 because Run Parameters dialog lost its existing history lists. 2013-06-29 13:14:58 +00:00
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 IDE: Improved Search Results dialog behavior: 2012-12-12 19:51:53 +00:00
searchfrm.pas IDE: find in files: search in multiple directories 2014-07-30 12:07:54 +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 IDE: sort selection: layout 2012-04-13 15:22:53 +00:00
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: Change order of source editor menu items to prevent accidental "copy filename" instead of "paste". Issue #26841, patch from ocean. 2014-10-11 07:42:23 +00:00
sourceeditprocs.pas codetools: find declaration and gather identifiers: labels, issue #26882 2014-10-18 10:22:38 +00:00
sourcefilemanager.pas IDE: open windows .lnk files open the target, issue #26808 2014-10-05 16:44:46 +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: fixed target file name 2012-12-11 09:33:51 +00:00
startlazarus.lpr IDE: Enable the new Heaptrc output window by default. Part of issue #19837 2013-05-13 14:10:33 +00:00
startlazarus.res
syncolorattribeditor.lfm IDE: Editor-Color opts - Allow setting priorities 2013-05-26 13:34:29 +00:00
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: clean up old external tools 2014-07-20 20:02:40 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm IDE: fixed layout 2013-07-13 21:37:11 +00:00
unusedunitsdlg.pas IDE: unit deps: popup menu item for unused units 2013-06-27 15:11:22 +00:00
useunitdlg.lfm
useunitdlg.pas IDE: Do not show the same unit twice in UseUnitDlg. Issue #22866, patch from Anton 2012-09-13 07:05:57 +00:00
version.inc set trunk version to 1.3 2013-09-15 15:53:49 +00:00
viewunit_dlg.lfm IDE: select frame: started scan 2013-08-04 09:17:57 +00:00
viewunit_dlg.pp IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
w32manifest.pas ide: allow to change executionLevel and uiAccess fields or windows manifest from IDE (issue #0019648) 2012-03-26 06:45:02 +00:00
w32versioninfo.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
wordcompletion.pp Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already. 2013-05-24 18:30:06 +00:00