lazarus/ide
2015-01-16 00:10:04 +00:00
..
frames IDE: In Project Options -> Application, add divider for Windows and Darwin specific settings 2015-01-08 20:56:29 +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
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
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
allcompileroptions.lfm
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
basedebugmanager.pas
buildfiledlg.lfm
buildfiledlg.pas
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
buildmanager.pas IDE: Fix error in all compiler options parser. 2014-12-12 16:37:27 +00:00
buildmodediffdlg.lfm
buildmodediffdlg.pas
buildmodesmanager.lfm
buildmodesmanager.pas
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
charactermapdlg.lfm
charactermapdlg.pas
checkcompileropts.lfm
checkcompileropts.pas
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas
cleandirdlg.lfm
cleandirdlg.pas
clipboardhistory.pas
codebrowser.lfm
codebrowser.pas IDE: codebrowser: load description only if node added to treeview 2014-11-15 16:08:20 +00:00
codecontextform.pas
codeexplopts.pas
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
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm IDE: code templates dlg: layout wider, less height 2015-01-02 13:34:07 +00:00
codetemplatesdlg.pas IDE: code templates dlg: layout wider, less height 2015-01-02 13:34:07 +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
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: center vertically text in component list 2015-01-04 16:33:08 +00:00
componentpalette.pas IDE: ComponentPalette cleanup. Move MainBase reference from implementation to interface. 2014-12-31 20:36:26 +00:00
compoptsmodes.pas
comppagespopup.lfm
comppagespopup.pas
condef.lfm
condef.pas
customdefines.lfm
customdefines.pas
customformeditor.pp
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 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 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
editorfilemanager.pas IDE: docking: restore: keep autosizing disabled during restore 2014-11-15 12:39:26 +00:00
editormacrolistviewer.lfm
editormacrolistviewer.pas
editoroptions.pp
editoroptions.rc
editoroptions.res
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseselectiondlg.lfm
encloseselectiondlg.pas
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
etmessageframe.lfm
etmessageframe.pas IDE: Messages window: fixed autoscroll to new message 2015-01-14 11:51:37 +00:00
etmessageswnd.lfm
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
examplemanager.lfm IDE, Example manager window: Fix FilterEdit related layout. 2014-10-30 19:47:55 +00:00
examplemanager.pas
extractprocdlg.lfm
extractprocdlg.pas
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm
exttooleditdlg.pas
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
findreplacedialog.pp
findunitdlg.lfm
findunitdlg.pas
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm
fpdoceditwindow.pas IDE: fpdoc editor: fixed insert printshort 2014-12-20 13:05:04 +00:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
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
helpoptions.pas
ide.pas
idecmdline.pas
idecontexthelpedit.lfm
idecontexthelpedit.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas
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
ideinfoneedbuild.lfm
ideinfoneedbuild.pas IDE: what needs building: check indirect dependencies 2014-07-25 19:00:19 +00:00
ideoptiondefs.pas
ideoptionsdlg.lfm IDE Options dialog: Fix FilterEdit width. 2014-10-30 19:47:16 +00:00
ideoptionsdlg.pas
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
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 IDE Fix possible crash in TInitialSetupDialog.Init 2015-01-11 14:45:40 +00:00
initialsetupproc.pas tests: SimpleFormat 2014-11-28 14:29:40 +00:00
inputfiledialog.pas
inputhistory.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
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 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 updated lazarus lpi 2015-01-11 20:06:06 +00:00
lazarus.pp bigide: datetimectrl 2014-09-14 09:48:01 +00:00
lazarus.res updated lazarus lpi 2015-01-11 20:06:06 +00:00
lazarusidestrconsts.pas IDE: corrected message after r47319 #5aa14d0a7e 2015-01-12 21:14:54 +00:00
lazarusmanager.pas
lazbuild.lpi IDE: external tools: increased pip buffer, issue #18492 2014-09-25 10:04:08 +00:00
lazbuild.lpr
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
macropromptdlg.pas
main.pp IDE: fixed typo 2015-01-12 16:53:44 +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
miscoptions.pas
modematrixopts.pas
mouseactiondialog.lfm
mouseactiondialog.pas
msgvieweditor.lfm
msgvieweditor.pas
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
projecticon.pas
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
projectuserresources.pas
projectwizarddlg.lfm
projectwizarddlg.pas
publishmodule.pas
publishprojectdlg.lfm
publishprojectdlg.pas
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
searchresultview.pp IDE: search results: when single click jumps: single selection on mouse down 2014-10-10 00:15:54 +00:00
showcompileropts.lfm
showcompileropts.pas
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm
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: fixed TLazSourceFileManager.FindUnitFile for IDE units 2015-01-01 23:48:51 +00:00
sourcemarks.pas
sourcesyneditor.pas
splash.lfm
splash.pp
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas
sysvaruseroverridedlg.lfm
sysvaruseroverridedlg.pas
transfermacros.pp
unitdependencies.lfm IDE: unit dependencies: menu item: open file 2015-01-05 13:11:28 +00:00
unitdependencies.pas IDE: unit dependencies: menu item: open file 2015-01-05 13:11:28 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm IDE: fix button anchors in UnusedUnitsDialog. 2015-01-14 21:12:50 +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 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
w32manifest.pas
w32versioninfo.pas
wordcompletion.pp