lazarus/ide
juha ec2f4559ce IDE: optimize a little + format.
git-svn-id: trunk@48808 -
2015-04-21 17:30:07 +00:00
..
frames IDE Options: allow to set colors for messages in message window by urgency. 2015-04-20 22:04:38 +00:00
include IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
aboutfrm.lfm
aboutfrm.pas
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas IDE: clean up 2015-03-10 12:02:19 +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 IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
advhistorylist.pas
allcompileroptions.lfm
allcompileroptions.pas IDE: clean up 2015-03-10 13:17:19 +00:00
applicationbundle.pas
basebuildmanager.pas IDEIntf: added HasGUI 2015-03-18 17:11:43 +00:00
basedebugmanager.pas IDE: checked compiler warnings, clean up 2015-03-10 15:50:16 +00:00
buildfiledlg.lfm
buildfiledlg.pas IDE: Reuse 'Options' resource string. 2015-03-12 23:02:06 +00:00
buildlazdialog.lfm Do not spread radio buttons across large area, if window is resized (enlarged) 2015-01-04 22:18:40 +00:00
buildlazdialog.pas IDE/lazbuild: building IDE: fixed using lazarus.new.exe if lazarus.exe cannot be renamed 2015-04-03 09:44:54 +00:00
buildmanager.pas lazbuild: fixed loading environmentoptions.xml 2015-04-11 10:06:23 +00:00
buildmodediffdlg.lfm
buildmodediffdlg.pas
buildmodesmanager.lfm IDE: Tweak the Build Mode manager GUI a little more. 2015-02-01 09:03:58 +00:00
buildmodesmanager.pas IDE: In BuildMode config dialog, prevent hiding Name in the grid when InSession is not shown. Issue #27881. 2015-04-21 17:29:48 +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: clean up 2015-03-10 12:02:19 +00:00
charactermapdlg.lfm
charactermapdlg.pas IDE: checked compiler warnings, clean up 2015-03-10 15:59:16 +00:00
checkcompileropts.lfm
checkcompileropts.pas IDE/lazbuild: simplified TestBuildDirectory, when checking if project needs compile check if target file exists 2015-03-17 13:30:53 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas IDE; check lfm: report codetools errors in Codetools view 2015-03-15 09:18:32 +00:00
cleandirdlg.lfm
cleandirdlg.pas IDE: clean up 2015-03-10 12:53:11 +00:00
clipboardhistory.pas
codebrowser.lfm
codebrowser.pas IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
codecontextform.pas IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
codeexplopts.pas IDE: checked compiler warnings, clean up 2015-03-10 13:27:41 +00:00
codeexplorer.lfm
codeexplorer.pas IDE: Reuse 'Options' resource string. 2015-03-12 23:02:06 +00:00
codehelp.pas CodeHelp: Check for FPDocFile.Filename instead of Path which was not initialized. 2015-03-24 17:52:34 +00:00
codemacroprompt.lfm
codemacroprompt.pas IDE: checked compiler warnings, clean up 2015-03-10 14:51:21 +00:00
codemacroselect.lfm
codemacroselect.pas IDE: package editor: implemented find in files 2015-03-10 16:27:19 +00:00
codetemplatesdlg.lfm IDE: code templates dlg: layout wider, less height 2015-01-02 13:34:07 +00:00
codetemplatesdlg.pas IDE: improved i18n 2015-03-23 22:28:26 +00:00
codetoolsdefines.lfm
codetoolsdefines.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
codetoolsdefpreview.lfm
codetoolsdefpreview.pas IDE: checked compiler warnings, clean up 2015-03-10 16:00:30 +00:00
codetoolsoptions.pas IDE: Improve harmonizing the style of spaces. Issue #27441, patch from Anton. 2015-03-07 16:38:24 +00:00
ColorDefault.xml
ColorDelphi.xml
ColorOcean.xml
ColorPascalClassic.xml
ColorTwilight.xml
compatibilityrestrictions.pas
compiler.pp Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
compileroptions.pp lazbuild: fixed loading environmentoptions.xml 2015-04-11 10:06:23 +00:00
componentlist.lfm IDE: Update component list state also with keyboard arrows. Patch from Sandro Cumerlato. 2015-03-10 22:03:59 +00:00
componentlist.pas Component Palette: Move SelectionMode to interface. Support multiselect also in ComponentList. 2015-03-26 21:19:10 +00:00
componentpalette.pas Component Palette: Move SelectionMode to interface. Support multiselect also in ComponentList. 2015-03-26 21:19:10 +00:00
compoptsmodes.pas
comppagespopup.lfm
comppagespopup.pas IDE: checked compiler warnings, clean up 2015-03-10 14:51:21 +00:00
condef.lfm
condef.pas IDE: checked compiler warnings, clean up 2015-03-10 14:51:21 +00:00
customdefines.lfm
customdefines.pas IDE: clean up 2015-03-10 13:17:19 +00:00
customformeditor.pp IDE: OI: implemented Revert to inherited for some base types of TComponent properties 2015-04-08 20:50:17 +00:00
debugmanager.pas IDE: Replace Main Toolbars with a Coolbar. Issue #27603, patch from Balázs Székely. 2015-03-27 18:34:57 +00:00
dialogprocs.pas IDE/lazbuild: rename/delete lazarus.exe backups: show failures 2015-04-01 14:58:05 +00:00
diffdialog.lfm IDE: Hid "Cancel Scanning" button in "Compare Files" dialog. It is always disabled and its functionality was never implemented. 2015-01-16 00:10:04 +00:00
diffdialog.pas IDE: fix crash in TDiffDlg.SaveSettings when fFile = nil. Issue #0027780. 2015-04-04 11:37:55 +00:00
diffpatch.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas IDE: clean up 2015-03-10 12:50:12 +00:00
editdefinetree.pas
editorfilemanager.lfm
editorfilemanager.pas IDE: improved i18n 2015-03-23 22:28:26 +00:00
editormacrolistviewer.lfm IDE: improve layout anchors in 2 forms. 2015-01-31 09:53:33 +00:00
editormacrolistviewer.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
editoroptions.pp Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
editoroptions.rc
editoroptions.res
emptymethodsdlg.lfm
emptymethodsdlg.pas IDE: clean up 2015-03-10 12:53:11 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas IDE: checked compiler warnings, clean up 2015-03-10 15:59:16 +00:00
environmentopts.pp IDE Options: allow to set colors for messages in message window by urgency. 2015-04-20 21:59:46 +00:00
etfpcmsgparser.pas lazbuild: fixed showing memleaks on error 2015-04-10 19:51:46 +00:00
etmakemsgparser.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
etmessageframe.lfm
etmessageframe.pas IDE Options: allow to set colors for messages in message window by urgency. / apply without restart 2015-04-20 22:19:59 +00:00
etmessageswnd.lfm
etmessageswnd.pas IDE: clean up 2015-03-10 12:02:19 +00:00
etquickfixes.pas IDE: clean up 2015-03-10 12:02:19 +00:00
etsrceditmarks.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
examplemanager.lfm IDE, Example manager window: Fix FilterEdit related layout. 2014-10-30 19:47:55 +00:00
examplemanager.pas IDE: clean up 2015-03-10 12:59:28 +00:00
extractprocdlg.lfm
extractprocdlg.pas IDE: clean up 2015-03-10 12:56:37 +00:00
exttooldialog.lfm
exttooldialog.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
exttooleditdlg.lfm
exttooleditdlg.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
exttools.pas lazbuild: added parameter --max-process-count, write parameters on start when verbose 2015-03-18 21:18:45 +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: Reuse 'Options' resource string. 2015-03-12 23:02:06 +00:00
findoverloadsdlg.lfm
findoverloadsdlg.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
findrenameidentifier.lfm
findrenameidentifier.pas IDE: clean up 2015-03-10 12:53:11 +00:00
findreplacedialog.lfm
findreplacedialog.pp IDE: Reuse 'Options' resource string. 2015-03-12 23:02:06 +00:00
findunitdlg.lfm
findunitdlg.pas IDE: clean up 2015-03-10 13:13:12 +00:00
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm
fpdoceditwindow.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
fpdochints.pas IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm IDE: fpdoceditor: error in description: jump to col,line 2015-03-10 14:08:59 +00:00
fpdocselectlink.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
fpmake.pp fpmake: re-generated several fpmake.pp files 2015-01-02 20:45:33 +00:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
genericchecklist.lfm
genericchecklist.pas
genericlisteditor.lfm
genericlisteditor.pas
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas IDE: clean up old external tools 2014-07-20 19:52:20 +00:00
helpoptions.pas IDE: clean up 2015-03-10 12:02:19 +00:00
ide.pas
idecmdline.pas IDE: added parameters --verbose, --quiet, when building IDE or project and when quit, give message when already building 2015-02-04 22:30:54 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas IDE: clean up 2015-03-10 12:59:28 +00:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas IDE: clean up 2015-03-10 12:02:19 +00:00
ideguicmdline.pas codetools: less output, ctconsoleverbosity 2015-03-18 21:44:39 +00:00
idehelpmanager.lfm IDE: automatic changes in lfm. 2014-07-25 16:56:25 +00:00
idehelpmanager.pas IDE: TLazIDEHTMLProvider: fixed URLHasStream 2015-03-10 16:29:27 +00:00
ideinfodlg.lfm
ideinfodlg.pas IDE: clean up 2015-03-10 12:59:28 +00:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas IDE: fixed setting IDE as target, ignoring current project settings 2015-03-11 12:22:22 +00:00
ideoptiondefs.pas IDE: clean up old external tools 2014-07-20 20:02:40 +00:00
ideoptionsdlg.lfm IDE: UTF-8 mode: changed caption to set UTF-8 in RTL, there is no UTF-8 RTL 2015-02-15 11:50:11 +00:00
ideoptionsdlg.pas IDE: options frames: fixed Cancel/Restore for options without supported class/group 2015-04-16 20:21:35 +00:00
ideprocs.pp Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
ideprotocol.pas
idetranslations.pas Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
idewindowhelp.pas
imexportcompileropts.lfm IDE: improve compiler options import/export dialog. 2014-09-25 22:03:00 +00:00
imexportcompileropts.pas IDE: clean up 2015-03-10 13:17:19 +00:00
initialsetupdlgs.lfm
initialsetupdlgs.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
initialsetupproc.pas IDE: resourcestring 2015-03-11 23:53:07 +00:00
inputfiledialog.pas
inputhistory.pas Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas ToDo items for some uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:59 +00:00
invertassigntool.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
jumphistoryview.lfm
jumphistoryview.pas IDE: clean up 2015-03-10 12:59:28 +00:00
keymapping.pp IDE: multi caret, more win-friendly keys 2015-03-20 20:14:36 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas IDE: checked compiler warnings, clean up 2015-03-10 13:27:41 +00:00
keymapshortcutdlg.lfm IDE: keymap shortcut dialog: allow resize in case autosize goes wrong 2015-01-07 21:21:46 +00:00
keymapshortcutdlg.pas
lazarus_dci_file.dci
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: check orphaned ppu: report each duplicate only once 2015-02-26 15:11:20 +00:00
lazarus.pp IDEIntf: added HasGUI 2015-03-18 17:11:43 +00:00
lazarus.res IDE: started check for duplicate files between packages 2015-02-25 17:44:21 +00:00
lazarusidestrconsts.pas IDE: fixed typos in messages options window 2015-04-20 23:35:14 +00:00
lazarusmanager.pas
lazbuild.lpi codetools: less output, ctconsoleverbosity 2015-03-18 21:44:39 +00:00
lazbuild.lpr lazbuild: clean up 2015-04-10 19:55:10 +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
lfmunitresource.pas IDE: checked compiler warnings, clean up 2015-03-10 14:51:21 +00:00
macropromptdlg.pas IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
main.pp IDE: IDECoolbar improvements. Issue #27871, patch from Balázs Székely. 2015-04-19 15:31:08 +00:00
mainbar.pas IDE: IDECoolbar improvements. Issue #27871, patch from Balázs Székely. 2015-04-19 15:31:08 +00:00
mainbase.pas IDE Coolbar: New class TIDECoolBarOptions for environment options data. No LCL components created there any more. Refactoring. 2015-04-01 15:34:18 +00:00
mainintf.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
Makefile IDE: make: added -vbqewnhi 2015-03-08 18:29:43 +00:00
Makefile.fpc IDE: make: added -vbqewnhi 2015-03-08 18:29:43 +00:00
makeresstrdlg.lfm IDE: make resourcestring dlg: improved layout 2015-03-15 12:34:06 +00:00
makeresstrdlg.pas IDE: clean up 2015-03-10 12:56:37 +00:00
miscoptions.pas
modematrixopts.pas IDE: build target #ide instead of # 2015-04-02 12:10:57 +00:00
mouseactiondialog.lfm SynEdit Improve detection of mouse up, related to mouse down pos 2015-03-06 23:56:33 +00:00
mouseactiondialog.pas IDE: checked compiler warnings, clean up 2015-03-10 13:27:41 +00:00
msgvieweditor.lfm
msgvieweditor.pas
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm
newdialog.pas IDE: clean up 2015-04-02 11:55:12 +00:00
newprojectdlg.lfm
newprojectdlg.pp IDE: clean up 2015-03-10 12:02:19 +00:00
objectlists.pas
patheditordlg.lfm IDE: layout 2015-02-09 22:16:24 +00:00
patheditordlg.pas IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
procedurelist.lfm
procedurelist.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp IDE: fixed loading session build modes 2015-04-14 08:41:03 +00:00
projectdefs.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
projecticon.pas IDE: project icon: fixed default value 2015-02-26 09:01:49 +00:00
projectinspector.lfm IDE, Project Inspector: Fix FilterEdit width. 2014-10-30 19:47:24 +00:00
projectinspector.pas IDE: optimize a little + format. 2015-04-21 17:30:07 +00:00
projectresources.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
projectuserresources.pas IDE: clean up old external tools 2014-07-20 19:47:30 +00:00
projectwizarddlg.lfm
projectwizarddlg.pas
publishmodule.pas
publishprojectdlg.lfm
publishprojectdlg.pas IDE: clean up 2015-03-10 12:02:19 +00:00
qfinitlocalvardlg.lfm IDE: quick fix for local variable not initialized: add assignment 2015-02-16 22:32:30 +00:00
qfinitlocalvardlg.pas IDE: clean up 2015-03-10 12:02:19 +00:00
raw_window.pas
redirect_stderr.pas IDE: fixed compile with -dHEAPTRC_WINDOW, issue #27643 2015-03-10 21:07:44 +00:00
restrictionbrowser.lfm
restrictionbrowser.pas IDE: clean up 2015-03-10 12:50:12 +00:00
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: checked compiler warnings, clean up 2015-03-10 14:51:21 +00:00
searchresultview.lfm
searchresultview.pp Fix more uninitialized variables. 2015-03-22 22:39:33 +00:00
showcompileropts.lfm
showcompileropts.pas IDE: clean up 2015-03-10 13:17:19 +00:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas IDE: checked compiler warnings, clean up 2015-03-10 15:36:11 +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: Messages: popup menu - Options - More ... opens messages options frame 2015-04-07 21:55:44 +00:00
sourceeditprocs.pas IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
sourcefilemanager.pas IDE: optimize a little + format. 2015-04-21 17:30:07 +00:00
sourcemarks.pas IDE: checked compiler warnings, clean up 2015-03-10 15:22:25 +00:00
sourcesyneditor.pas SourceSynEdit: Fixed wrong variable in reseting overviewgutter 2015-04-11 17:50:30 +00:00
splash.lfm
splash.pp
srcedithintfrm.pas IDE: checked compiler warnings, clean up 2015-03-10 14:58:34 +00:00
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
syncolorattribeditor.lfm IDE: editor color option: fixed layout, bug #27434 2015-02-18 18:51:21 +00:00
syncolorattribeditor.pas IDE: checked compiler warnings, clean up 2015-03-10 13:27:41 +00:00
sysvaruseroverridedlg.lfm
sysvaruseroverridedlg.pas
toolbarconfig.lfm IDE: Improve layout of Toolbar config dialogs. Issue #27770, patch from Balázs Székely. 2015-04-04 11:36:01 +00:00
toolbarconfig.pas IDE: Remove a useless Bevel1 from ToolbarConfig window. 2015-04-03 07:28:59 +00:00
toolbardata.pas IDE: IDECoolbar improvements. Issue #27871, patch from Balázs Székely. 2015-04-19 15:31:08 +00:00
transfermacros.pp Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
unitdependencies.lfm IDE: unit dependencies: menu item: open file 2015-01-05 13:11:28 +00:00
unitdependencies.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
unitinfodlg.lfm
unitinfodlg.pp IDE: clean up 2015-03-10 11:19:17 +00:00
unusedunitsdlg.lfm IDE: fix button anchors in UnusedUnitsDialog. 2015-01-14 21:12:50 +00:00
unusedunitsdlg.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +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: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
version.inc developer aka trunk version 1.5 2015-01-11 11:12:07 +00:00
viewunit_dlg.lfm IDE, View Units dialog: Fix FilterEdit width. 2014-10-30 19:48:03 +00:00
viewunit_dlg.pp IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4 2015-03-10 15:28:11 +00:00
w32manifest.pas
w32versioninfo.pas
wordcompletion.pp