lazarus/ide
mattias 4cc7a3f380 IDE: cut handles when starting applications
git-svn-id: trunk@43391 -
2013-11-07 12:52:03 +00:00
..
frames IDE: Update popup menu item Enabled state correctly in Keymapping options. Sender is PopupMenu, not TreeView. 2013-11-02 11:06:38 +00:00
include IDE, lazbuild: on Unix change AllowDirectorySeparators to only /. File functions like ExtractFilePath/Name/Dir now ignore backslash \ as directory separator. The lazutils file functions already did that. 2013-09-05 10:24:48 +00:00
aboutfrm.lfm Starts moving lfms from OnPageChange to OnChange 2011-10-02 19:42:59 +00:00
aboutfrm.pas ide: remove unneeded resource 2013-09-27 11:33:05 +00:00
abstractsmethodsdlg.lfm IDE: fixed fixed size dialogs 2012-04-13 15:09:17 +00:00
abstractsmethodsdlg.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
addprofiledialog.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
addprofiledialog.pas IDE: unify some common resource strings. Add hints for Path Edit dialog 2012-02-13 19:57:58 +00:00
addtoprojectdlg.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
addtoprojectdlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
advhistorylist.pas New file for advanced history list. Part of issue #24345, from Cyrax. 2013-06-29 10:18:28 +00:00
allcompileroptions.lfm IDE: Improve the All Compiler Options GUI filter. It lost focus because it was disabled. Not any more. 2013-09-23 21:28:53 +00:00
allcompileroptions.pas ide: fix loading of some IDE resources 2013-09-27 10:48:59 +00:00
applicationbundle.pas IDE: add retina attribute for new OS X application bundles 2013-03-05 10:03:53 +00:00
basebuildmanager.pas
basedebugmanager.pas IDE: prevent debugger from entering invalid state, if started again before completely stopped. For info see issue #0023800 2013-01-31 19:03:40 +00:00
buildfiledlg.lfm
buildfiledlg.pas IDE: Allow user to create own custom IDE macros and install them to IDE by using packages. Issue #23502, patch from Cyrax 2013-01-20 09:34:35 +00:00
buildlazdialog.lfm IDE: BuildLazDialog tweaking 2013-08-02 11:29:32 +00:00
buildlazdialog.pas IDE: Support for OS msdos/CPU i8086. Issue #25220, patch from Reinier Olislagers. 2013-10-23 23:02:50 +00:00
buildmanager.pas IDE: clean up 2013-09-15 06:10:28 +00:00
buildmodediffdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
buildmodediffdlg.pas IDE: build modes diff: clearer captions 2013-06-07 11:36:47 +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, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
buildprofilemanager.lfm IDE: don't build examples from Build Lazarus dialog. Fixes issue #20261 (TrackBar Demo is started instead of Lazarus) 2011-10-10 21:51:45 +00:00
buildprofilemanager.pas IDE: fixed loading IDE build profiles for version>=3 2012-09-06 15:05:47 +00:00
buildprojectdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
buildprojectdlg.pas IDE: clean up build files: omit packages with compile manually 2013-09-02 13:39:06 +00:00
charactermapdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
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: further migration external tools 2013-08-03 15:56:10 +00:00
checkcompoptsfornewunitdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
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, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
cleandirdlg.lfm LazSvn Package improvements 2012-02-18 20:02:52 +00:00
cleandirdlg.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:27:09 +00:00
clipboardhistory.pas
codebrowser.lfm
codebrowser.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
codecontextform.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
codeexplopts.pas IDE: codeexplorer: save active page 2013-06-05 15:03:13 +00:00
codeexplorer.lfm IDE: fixed layout codeexplorer 2013-06-24 12:05:39 +00:00
codeexplorer.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
codehelp.pas IDE: further migration external tools 2013-08-03 19:07:12 +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 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
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 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
codetoolsdefines.lfm IDE: codetools defines editor: removed obsolete lazarus source template 2012-09-04 08:51:16 +00:00
codetoolsdefines.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:27:09 +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 2013-04-02 10:10:54 +00:00
codetoolsoptions.pas ide: load default indentation resource from FPC resource 2013-09-28 15:16:27 +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: clean up 2013-09-15 06:10:28 +00:00
compileroptions.pp IDE: renamed SetPathDelims to GetForcedPathDelims 2013-09-09 10:28:10 +00:00
componentlist.lfm IDE: hide the "Add and close" button in ComponentList properly when Anchored. 2013-06-27 16:04:25 +00:00
componentlist.pas IDE: implement storage for component palette options. Read and write it in GUI frame. 2013-09-11 06:21:29 +00:00
componentpalette.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +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, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
customdefines.lfm IDE: Try to improve the custom defines GUI. 2013-08-24 09:08:12 +00:00
customdefines.pas IDE: Respect the Use Comments setting also when editing defines. 2013-09-29 07:54:28 +00:00
customformeditor.pp IDE: select frame: search frames 2013-08-04 11:06:43 +00:00
debugmanager.pas Debugger: Change ExceptionList to one list (no master/slave), fix debugger follows config which exceptions to ignore. 2013-10-23 14:28:25 +00:00
dialogprocs.pas IDE: renamed DoPathDelims to ForcePathDelims 2013-09-09 10:18:24 +00:00
diffdialog.lfm IDE: Improve DiffDialog. Use OnIdle and progressbar for better feedback for user. 2011-10-29 22:39:37 +00:00
diffdialog.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
diffpatch.pas IDE: More refactoring for DiffPatch dialog 2011-10-30 18:19:53 +00:00
diskdiffsdialog.lfm
diskdiffsdialog.pas IDE: vanished lpk on disk: searching for alternative lpk 2013-02-09 12:26:10 +00:00
editdefinetree.pas IDE: removed old workaround global SrcPath 2013-06-26 12:47:16 +00:00
editmsgscannersdlg.lfm
editmsgscannersdlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
editorfilemanager.lfm IDE: New options page for re-ordering component palette entries. Requires define "EnableComponentPaletteOptions". 2013-09-03 12:04:16 +00:00
editorfilemanager.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
editormacrolistviewer.lfm EditorMacros: Allow editing of macros 2012-08-25 01:02:55 +00:00
editormacrolistviewer.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
editoroptions.pp ide: load default DCI resource from FPC resource 2013-09-28 15:06:04 +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: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:27:09 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas IDE: using UTF8CompareText 2012-07-16 20:53:37 +00:00
environmentopts.pp IDE: implement storage for component palette options. Read and write it in GUI frame. 2013-09-11 06:21:29 +00:00
etfpcmsgparser.pas IDE: further migration external tools 2013-09-04 09:15:41 +00:00
etmakemsgparser.pas IDE: further migration external tools 2013-09-04 09:15:41 +00:00
etmessageframe.lfm IDE: further migration external tools 2013-10-17 19:17:50 +00:00
etmessageframe.pas IDE: further migration external tools 2013-10-17 19:17:50 +00:00
etmessageswnd.lfm IDE: further migration external tools 2013-08-03 18:39:14 +00:00
etmessageswnd.pas IDE: further migration external tools 2013-09-04 09:15:41 +00:00
etquickfixes.pas IDE: further migration external tools 2013-10-17 19:17:50 +00:00
etsrceditmarks.pas IDE: further migration external tools 2013-08-03 18:39:14 +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, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
extractprocdlg.lfm IDE: fixed fixed size dialogs 2012-04-13 15:09:17 +00:00
extractprocdlg.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +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: further migration external tools 2013-10-17 19:17:50 +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: further migration external tools 2013-10-17 19:17:50 +00:00
filereferencelist.pas IDE: clean up 2012-03-30 13:35:05 +00:00
findinfilesdlg.lfm IDE: Add "Active File" to Search in Files where-selections. Issue #7686 2012-09-30 16:09:09 +00:00
findinfilesdlg.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +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 IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
findreplacedialog.lfm IDE: Ask user to continue search from the beginning if no matches were found. Issue #23228 2012-11-02 22:31:01 +00:00
findreplacedialog.pp ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
findunitdlg.lfm
findunitdlg.pas IDE: further migration external tools 2013-08-18 13:36:18 +00:00
formeditor.pp IDE: added TDesignerMediator.UseRTTIForMethods 2013-02-02 15:46:43 +00:00
fpcsrcscan.pas IDE: added flag to avoid multithreading - useful for debugging 2012-02-15 13:59:59 +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: show property's class, name and type in OI StatusBar. 2013-05-24 08:23:49 +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 IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
frmcustomapplicationoptions.pas IDE: clean up 2013-04-28 18:34:07 +00:00
genericchecklist.lfm IDE: make the TGenericCheckListForm more generic. 2013-07-30 10:49:50 +00:00
genericchecklist.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +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 IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
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: editor for additions to the fpc messages 2012-02-05 18:16:34 +00:00
helpfpcmessages.pas IDE: further migration external tools 2013-08-03 16:14:35 +00:00
helpoptions.pas IDE: switched to new laz2_xml 2012-03-13 20:55:43 +00:00
ide.lpk Spelling 2013-09-16 10:10:59 +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 IDE: clean up 2013-09-15 06:10:28 +00:00
idecontexthelpedit.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
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: compare default target os, cpu with compiler default 2013-07-11 23:15:45 +00:00
idefpdocfilesearch.lfm IDE: ide internals: fpdoc files 2012-01-22 09:59:06 +00:00
idefpdocfilesearch.pas IDE: ide internals: fpdoc files 2012-01-22 09:59:06 +00:00
ideguicmdline.pas IDE: use lazarus.cfg file for additional commandline param 2013-08-27 15:30:51 +00:00
idehelpmanager.lfm
idehelpmanager.pas IDE: further migration external tools 2013-08-03 19:07:12 +00:00
ideinfodlg.lfm IDE: view / IDE internal / what needs building 2012-04-07 02:43:56 +00:00
ideinfodlg.pas IDE: about IDE: added warnings about laz dir, compiler and fpc src dir 2013-07-03 07:35:11 +00:00
ideinfoneedbuild.lfm IDE: need build info: escape key 2012-04-07 12:33:03 +00:00
ideinfoneedbuild.pas IDE: inherited compiler options: excluded inheritance of designtime packages 2013-02-13 09:43:05 +00:00
ideminilibc.pas ide-libc: nonblock for sparc 2011-09-12 21:34:54 +00:00
ideoptiondefs.pas IDE: editor file manager: dockable 2013-07-02 16:07:39 +00:00
ideoptionsdlg.lfm IDE: New EnvOption + CheckBox for showing/hiding build modes in project options. 2013-07-05 13:25:49 +00:00
ideoptionsdlg.pas IDE: Hide build modes in "Additions and Overrides" when UseBuildModes=False. 2013-07-09 11:40:17 +00:00
ideprocs.pp IdeProgs: comments 2013-05-01 10:57:18 +00:00
ideprotocol.pas IDE: warn if upgrading configs 2012-04-04 09:44:02 +00:00
idetranslations.pas IDE: less hints 2013-09-13 08:29:09 +00:00
idewindowhelp.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
imexportcompileropts.lfm
imexportcompileropts.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
infobuild.lfm
infobuild.pp lcl, ide: redo LoadGlypFromResource to LoadGlyphFromResourceName with ability to pass an Instance handle 2013-09-27 08:44:38 +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 ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
inputfiledialog.pas 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
inputhistory.pas Revert r41936 #ab277e68c5 because Run Parameters dialog lost its existing history lists. 2013-06-29 13:14:58 +00:00
inspectchksumchangeddlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
inspectchksumchangeddlg.pas IDE: further migration external tools 2013-08-04 19:22:42 +00:00
invertassigntool.pas IDE: Fix 'Invert assignment' with 2D arrays assignment. Issue #14996 2011-11-19 21:21:14 +00:00
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: Fix the check for conflicting sequential (multi-stage) shortcuts. Issue #25085 2013-11-02 10:03:43 +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: show already grabbed shortcut key in the filter GUI. 2013-07-30 11:19:08 +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 Debugger: Nicely list processes for attach (windows only). Patch by Denis Volodarsky. 2013-10-19 11:32:18 +00:00
lazarus.pp ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file 2013-09-28 04:10:00 +00:00
lazarus.res lplupdate: fixed svn add command 2013-09-15 16:11:22 +00:00
lazarusidestrconsts.pas ide: add Attributes to version info 2013-10-13 10:38:54 +00:00
lazarusmanager.pas IDE: cut handles when starting applications 2013-11-07 12:52:03 +00:00
lazbuild.lpi lazbuild: updated lpi 2013-07-29 10:46:56 +00:00
lazbuild.lpr ide: fix lazbuild compilation 2013-10-13 08:17:24 +00:00
lazconf.pp IDE: compare default target os, cpu with compiler default 2013-07-11 23:15:45 +00:00
lazdoc.res ide, images: 2013-09-28 03:19:37 +00:00
lfmunitresource.pas IDE: fixed duplicate code, break cycle lfmunitresource 2013-09-20 09:15:48 +00:00
macropromptdlg.pas Macros: Implement $Confirm() macro. Issuse #11370 2013-05-01 08:44:56 +00:00
main.pp IDE: cut handles when starting applications 2013-11-07 12:52:03 +00:00
mainbar.pas IDE: clean up 2013-09-15 06:10:28 +00:00
mainbase.pas IDE: Move the "all component tabs" speedbutton into tabsheet 2013-09-14 13:12:50 +00:00
mainintf.pas IDE: remove freed forms from restore windows list 2013-06-23 19:48:13 +00:00
Makefile git-svn-id: trunk@42348 - 2013-08-05 08:51:48 +00:00
Makefile.fpc git-svn-id: trunk@42348 - 2013-08-05 08:51:48 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
miscoptions.pas IDE: "Rename Identifier": show replaced lines in result. Changed default 2012-12-18 11:05:58 +00:00
modematrixopts.pas IDE+lazbuild: fixed applying ide macros for the right build mode 2013-06-07 12:12:02 +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
msgquickfixes.pas IDE: migrating external tools 2013-07-29 20:02:09 +00:00
msgview.lfm
msgview.pp IDE: further migration external tools 2013-08-03 18:39:14 +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
outputfilter.pas IDE: renamed SetPathDelims to GetForcedPathDelims 2013-09-09 10:28:10 +00:00
patheditordlg.lfm IDE: improve TPathEditorDialog behavior 2012-09-29 17:36:48 +00:00
patheditordlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
procedurelist.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
procedurelist.pas codetools: moved TCodeXYPosition from CodeAtom to CodeCache 2011-11-02 14:26:05 +00:00
progressdlg.lfm
progressdlg.pas IDE: clean up 2013-04-02 10:10:54 +00:00
progresswnd.lfm
progresswnd.pas
project.pp IDE: verbosity 2013-09-23 09:11:57 +00:00
projectdefs.pas IDE: combined defaults for publish module+project 2013-06-12 11:02:22 +00:00
projecticon.pas ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file 2013-09-28 04:10:00 +00:00
projectinspector.lfm IDE: TTreeFilterEdit: using TTFENodeData 2013-06-27 02:57:55 +00:00
projectinspector.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
projectresources.pas ide: save/restore user resource items to/from config 2013-10-13 05:12:53 +00:00
projectuserresources.pas ide: add resources with relative paths, process relative paths and macroses during resource processing 2013-10-19 12:12:01 +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 ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
searchfrm.lfm IDE: Improved Search Results dialog behavior: 2012-12-12 19:51:53 +00:00
searchfrm.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:27:09 +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: make Search Result window use the previous position. Issue #21288 2012-03-29 06:09:40 +00:00
showcompileropts.lfm IDE: fixed mem leak in show compiler options 2013-06-10 07:31:09 +00:00
showcompileropts.pas IDE: fixed mem leak in show compiler options 2013-06-10 07:31:09 +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 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
sourceeditor.pp SrcEdit: workaround for Mac QueueAsync bug 2013-10-23 15:26:46 +00:00
sourceeditprocs.pas IDE: identifier completion: debugging 2013-01-24 10:52:44 +00:00
sourcefilemanager.pas IDE: further migration external tools 2013-08-05 07:26:12 +00:00
sourcemarks.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
sourcesyneditor.pas IDE: clean up 2013-09-15 06:10:28 +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: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
transfermacros.pp IDE: debugln when environmentoption macro fails 2013-06-29 12:46:00 +00:00
unitdependencies.lfm IDE: unit dependencies: overlays for cycles 2013-09-19 18:23:56 +00:00
unitdependencies.pas IDE: further migration external tools 2013-10-17 19:17:50 +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 IDE: improvements to Use Unit dialog. Issue #20743, patch from Anton 2011-12-06 14:21:19 +00:00
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, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +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: add Attributes to version info 2013-10-13 10:38:54 +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