lazarus/ide
2012-02-05 14:22:35 +00:00
..
frames IDE: oi options: clean up 2012-02-05 12:58:29 +00:00
include IDE: catch wrong dates 2012-02-02 15:09:48 +00:00
aboutfrm.lfm Starts moving lfms from OnPageChange to OnChange 2011-10-02 19:42:59 +00:00
aboutfrm.pas
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addprofiledialog.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
addprofiledialog.pas
addtoprojectdlg.lfm
addtoprojectdlg.pas
applicationbundle.pas
basebuildmanager.pas
basedebugmanager.pas DBG: moved window-names from IDE to debugger 2011-11-05 13:32:32 +00:00
bigidemake.cfg
buildfiledlg.lfm
buildfiledlg.pas IDE: improve some resource strings 2011-11-01 21:27:58 +00:00
buildlazdialog.lfm IDE: improved 'Build Lazarus' dialog layout and localization 2011-10-29 17:25:05 +00:00
buildlazdialog.pas IDE: Changed GUI string capitalization. Issue #16068 2011-11-19 13:41:43 +00:00
buildmanager.pas IDE: resolve macros in project title 2012-01-31 00:22:13 +00:00
buildmodediffdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
buildmodediffdlg.pas
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: Add a "Normal IDE" build profile as default when installing clean. 2011-11-20 14:46:42 +00:00
buildprojectdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
buildprojectdlg.pas
charactermapdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
charactermapdlg.pas
checkcompileropts.lfm IDE: cleanup 2011-11-18 10:39:19 +00:00
checkcompileropts.pas IDE: cleanup 2011-11-18 10:39:19 +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: Improving "Directives for new unit" dialog layout. Issue #20067 2011-08-28 14:36:23 +00:00
checklfmdlg.lfm
checklfmdlg.pas IDE: fixed typo 2012-01-19 22:06:56 +00:00
cleandirdlg.lfm IDE: fix problem with combobox list when changing items order. Save form's layout in IDEDialogLayoutList. Issue #18931 2011-10-26 16:40:37 +00:00
cleandirdlg.pas IDE: fix problem with combobox list when changing items order. Save form's layout in IDEDialogLayoutList. Issue #18931 2011-10-26 16:40:37 +00:00
clipboardhistory.pas
codebrowser.lfm
codebrowser.pas IDE: codebrowser: fixed find filename 2011-12-17 11:04:17 +00:00
codecontextform.pas SynEdi: more debugln for undo 2012-01-31 19:26:25 +00:00
codeexplopts.pas
codeexplorer.lfm Starts moving lfms from OnPageChange to OnChange 2011-10-02 19:42:59 +00:00
codeexplorer.pas IDE: codeexplorer: fixed finding the smallest node for the current cursor, bug #20967 2011-12-26 12:38:13 +00:00
codehelp.pas IDE: resolve macros in project title 2012-01-31 00:22:13 +00:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
codetemplatesdlg.pas * Do not use C style assignments, because make fails on commandline, since the option -Sc is not set 2012-01-12 16:44:18 +00:00
codetoolsdefines.lfm Starts moving lfms from OnPageChange to OnChange 2011-10-02 19:42:59 +00:00
codetoolsdefines.pas codetools: clean up 2011-09-27 19:20:22 +00:00
codetoolsdefpreview.lfm IDE: Set ReadOnly = True for some report memos and treeviews. 2011-10-23 20:01:56 +00:00
codetoolsdefpreview.pas
codetoolsoptions.pas IDE: codetools word beautifier: clean up 2012-01-06 22:50:07 +00:00
ColorDefault.xml IDE po highlighter 2011-12-30 19:44:41 +00:00
ColorDelphi.xml IDE po highlighter 2011-12-30 19:44:41 +00:00
ColorOcean.xml IDE po highlighter 2011-12-30 19:44:41 +00:00
ColorPascalClassic.xml IDE po highlighter 2011-12-30 19:44:41 +00:00
ColorTwilight.xml IDE po highlighter 2011-12-30 19:44:41 +00:00
compatibilityrestrictions.pas Restriction browser: Use TreeFilterEdit for better filtering 2012-01-24 14:07:50 +00:00
compiler.pp
compileroptions.pp IDE: compiler options: comments 2012-01-29 15:44:01 +00:00
componentlist.lfm IDE: component list: select and close 2012-01-31 14:49:31 +00:00
componentlist.pas IDE: clean unused variable from Component List. 2012-02-02 07:12:44 +00:00
componentpalette.pas IDE: show Component List from Component Palette's popup menu. 2012-01-31 11:00:45 +00:00
compoptsmodes.pas
condef.lfm
condef.pas
customformeditor.pp examples: idehelp: options frame 2012-02-02 22:31:30 +00:00
debugmanager.pas IDE: resolve macros in project title 2012-01-31 00:22:13 +00:00
dialogprocs.pas lazutils: started lazutf8, lazfileutil, lazfilecache 2011-10-04 22:42:44 +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: make Diff generation code more object oriented. Refactoring. 2011-10-30 09:56:32 +00:00
diffpatch.pas IDE: More refactoring for DiffPatch dialog 2011-10-30 18:19:53 +00:00
diskdiffsdialog.lfm
diskdiffsdialog.pas IDE: change disk changes option: better caption 2011-12-11 23:13:29 +00:00
editdefinetree.pas IDEIntf: added TLazCompilerOptions.GetUnitPath 2011-11-27 00:14:34 +00:00
editmsgscannersdlg.lfm
editmsgscannersdlg.pas
editoroptions.pp SynEdit: Fix drawing underline for mouse link (also simplified) 2012-01-24 21:37:01 +00:00
editoroptions.rc
editoroptions.res IDE po highlighter 2011-12-30 19:44:41 +00:00
emptymethodsdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
emptymethodsdlg.pas IDE: check for empty methods: using GetPropList for safer align, bug #19109 2011-09-30 14:22:22 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas
environmentopts.pp DBG: add option to reset debugger after each run 2012-01-25 15:05:21 +00:00
extractprocdlg.lfm
extractprocdlg.pas IDE: extract procedure: select procedure without interface by default 2012-02-02 21:33:21 +00:00
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
exttooleditdlg.pas
filereferencelist.pas
findinfilesdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
findinfilesdlg.pas IDE: unified Find in Files dialog resource strings with Find/Replace dialog ones; added missing accelerators, bug #19966 2011-08-13 18:00:16 +00:00
findoverloadsdlg.lfm
findoverloadsdlg.pas
findpalettecomp.lfm
findpalettecomp.pas IDE: Minor changes to FindPalette 2012-01-29 08:43:34 +00:00
findrenameidentifier.lfm IDE: improved "Find and rename identifier" dialog layout and made it resizable. Hopefully fixes bug #20444. 2011-10-09 14:58:56 +00:00
findrenameidentifier.pas IDE: project: added option to set the fpdoc package name 2012-01-20 22:39:37 +00:00
findreplacedialog.lfm
findreplacedialog.pp IDE: Minor spelling correction. 2011-08-14 08:13:57 +00:00
findunitdlg.lfm
findunitdlg.pas
formeditor.pp IDE: moved register lclbase to registerlcl 2011-12-04 11:57:34 +00:00
fpcsrcscan.pas
fpdocediticons.lrs IDE: renamed some lazdoc to fpdoc 2012-01-20 16:37:34 +00:00
fpdoceditwindow.lfm IDE: fpdoceditor: added button to open the xml 2011-12-18 23:45:55 +00:00
fpdoceditwindow.pas IDE: fpdoc editor: example browse button 2012-01-29 10:58:55 +00:00
fpdochints.pas IDE: renamed some lazdoc to fpdoc 2012-01-20 16:37:34 +00:00
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas IDE: renamed some lazdoc to fpdoc 2012-01-20 16:37:34 +00:00
frmcustomapplicationoptions.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
frmcustomapplicationoptions.pas
genericchecklist.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
genericchecklist.pas
genericlisteditor.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
genericlisteditor.pas
gotofrm.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
gotofrm.pas
helpfpcmessages.lfm IDE: fixed GetPossibleOwnersOfUnit finding units in project directory 2012-02-05 14:22:35 +00:00
helpfpcmessages.pas IDE: fixed GetPossibleOwnersOfUnit finding units in project directory 2012-02-05 14:22:35 +00:00
helpoptions.pas
ide.lpk IDE: added package type runtime only 2012-01-07 19:33:50 +00:00
ide.pas
idecmdline.pas IDE: catch wrong dates 2012-02-02 15:09:48 +00:00
idecontexthelpedit.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
idecontexthelpedit.pas
idedefs.pas
idefpcinfo.lfm IDE: Set ReadOnly = True for some report memos and treeviews. 2011-10-23 20:01:56 +00:00
idefpcinfo.pas IDE: catch wrong dates 2012-02-02 15:09:48 +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 Fixes bug #20419: svn revision 31276 #e2081bb160 breaks building gtk2 version on Mac OS X 2011-10-06 06:52:45 +00:00
idehelpmanager.lfm
idehelpmanager.pas IDE: fixed GetPossibleOwnersOfUnit finding units in project directory 2012-02-05 14:22:35 +00:00
ideinfodlg.lfm IDE: ide internal: help db 2012-01-20 11:31:20 +00:00
ideinfodlg.pas IDE: internals: help viewers 2012-01-20 14:38:17 +00:00
ideminilibc.pas ide-libc: nonblock for sparc 2011-09-12 21:34:54 +00:00
ideoptiondefs.pas IDE: fixed CopySecondaryConfigFile to not create double path delims 2012-02-04 09:14:13 +00:00
ideoptionsdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
ideoptionsdlg.pas IDE: formatting and some comments 2011-10-21 15:44:26 +00:00
ideprocs.pp Change variable name "l" because it resembles "1". 2011-11-18 16:20:31 +00:00
ideprotocol.pas
idetranslations.pas IDE: updating po files using codetools file caches 2011-12-20 22:09:06 +00:00
idewindowhelp.pas
imexportcompileropts.lfm
imexportcompileropts.pas
infobuild.lfm
infobuild.pp IDE: make sure that Compile Progress dialog timer is disabled after its execution in order to avoid saving environment settings endlessly, patch by Flávio Etrusco, bug #20150 2011-09-06 00:42:04 +00:00
initialsetupdlgs.lfm Moves up accessibility events to all Carbon controls and improves the implementation of the accessibility event handler. Adds customized accessibility descriptions to two basic controls in the Initial Setup Dialog 2012-01-10 20:42:11 +00:00
initialsetupdlgs.pas Moves up accessibility events to all Carbon controls and improves the implementation of the accessibility event handler. Adds customized accessibility descriptions to two basic controls in the Initial Setup Dialog 2012-01-10 20:42:11 +00:00
inputfiledialog.pas
inputhistory.pas IDE: formatting 2011-10-26 16:40:09 +00:00
inspectchksumchangeddlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
inspectchksumchangeddlg.pas
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: added menu item: Package / New component, feature 1337 2012-01-31 13:11:31 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazarus_about_logo.lrs
lazarus_dci_file.dci
lazarus_dci.lrs
lazarus_indentation.lrs
lazarus.ico
lazarus.lpi IDE: added menu item: Package / New component, feature 1337 2012-01-31 13:11:31 +00:00
lazarus.pp IDE: added externhelp to bigide 2012-01-24 16:10:52 +00:00
lazarus.res IDE: lazarus.res updated 2011-09-19 21:04:53 +00:00
lazarusidestrconsts.pas IDE: fixed GetPossibleOwnersOfUnit finding units in project directory 2012-02-05 14:22:35 +00:00
lazarusmanager.pas IDE: catch wrong dates 2012-02-02 15:09:48 +00:00
lazbuild.lpi lazbuild: fixed compilation 2012-01-02 23:49:56 +00:00
lazbuild.lpr lazbuild: fixed compilation 2012-01-02 23:49:56 +00:00
lazconf.pp IDE: fixed CopySecondaryConfigFile to not create double path delims 2012-02-04 09:14:13 +00:00
macropromptdlg.pas IDE: fixed macro prompt, bug #21001 2012-01-02 11:43:10 +00:00
main.pp IDE: better error message 2012-02-02 22:14:46 +00:00
mainbar.pas IDE: added menu item: Package / New component, feature 1337 2012-01-31 13:11:31 +00:00
mainbase.pas IDE: added menu item: Package / New component, feature 1337 2012-01-31 13:11:31 +00:00
mainintf.pas IDE: add form to package: add dependency LCL 2012-01-29 19:17:55 +00:00
Makefile IDE: added externhelp to bigide 2012-01-24 16:10:52 +00:00
Makefile.fpc IDE: added externhelp to bigide 2012-01-24 16:10:52 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas
manageexamples.lfm IDE: Improve the layout of Manage Examples form. 2011-11-26 22:51:56 +00:00
manageexamples.pas IDE: Improve the layout of Manage Examples form. 2011-11-26 22:51:56 +00:00
miscoptions.pas IDE: do not warn when environmentoptions.xml is missing 2011-10-02 16:47:31 +00:00
mouseactiondialog.lfm IDE: updated adv. mouse act. editor 2011-12-08 14:13:06 +00:00
mouseactiondialog.pas SynEdit: hide conflicting button names 2011-12-19 12:54:29 +00:00
msgquickfixes.pas Formatting 2011-12-10 18:49:02 +00:00
msgview.lfm
msgview.pp IDE: fixed GetPossibleOwnersOfUnit finding units in project directory 2012-02-05 14:22:35 +00:00
msgvieweditor.lfm
msgvieweditor.pas
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
newdialog.pas IDE: added a sanity check about if ListView.Selected is assigned. Issue #19819 2011-11-17 20:16:25 +00:00
newprojectdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
newprojectdlg.pp IDE: new project dialog: store project desc in listbox 2011-07-18 20:17:25 +00:00
objectlists.pas
outputfilter.pas IDE: outputfilter: normalize file name 2011-11-21 13:45:00 +00:00
patheditordlg.lfm
patheditordlg.pas
procedurelist.lfm
procedurelist.pas codetools: moved TCodeXYPosition from CodeAtom to CodeCache 2011-11-02 14:26:05 +00:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp IDEIntf: deprecated TLazProject.ShortDescription 2012-01-31 00:29:20 +00:00
projectdefs.pas IDEIntf: deprecated TLazProject.ShortDescription 2012-01-31 00:29:20 +00:00
projecticon.pas IDEIntf: added TLazProject.UseManifest/LoadDefaultIcon 2011-10-01 20:09:07 +00:00
projectinspector.lfm IDE: More improvements to Project Inspector and Package Editor GUIs. 2012-01-26 19:37:06 +00:00
projectinspector.pas IDE: resolve macros in project title 2012-01-31 00:22:13 +00:00
projectresources.pas Formatting 2011-12-10 18:49:02 +00:00
projectwizarddlg.lfm IDE: add "View Example Projects" to ProjectWizard dialog. 2011-10-19 07:41:23 +00:00
projectwizarddlg.pas IDE: localized 'View Example Projects' button caption in project wizard dialog, hint by barlone, bug #20840. 2011-12-08 23:09:42 +00:00
publishmodule.pas
publishprojectdlg.lfm
publishprojectdlg.pas IDE: Changed GUI string capitalization. Issue #16068 2011-11-19 13:41:43 +00:00
restrictionbrowser.lfm Restriction browser: Use TreeFilterEdit for better filtering 2012-01-24 14:07:50 +00:00
restrictionbrowser.pas Restriction browser: Use TreeFilterEdit for better filtering 2012-01-24 14:07:50 +00:00
runparamsopts.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
runparamsopts.pas IDE: run parameters dialog: fixed comboboxes list containing current value 2011-10-01 21:53:23 +00:00
searchfrm.lfm IDE, 'Searching ...' dialog: don't show acceleration chars in searched expression 2011-07-31 12:23:24 +00:00
searchfrm.pas IDE: find in files: do not show every filename 2012-01-18 18:40:31 +00:00
searchresultview.lfm IDE: Use TreeFilterEdit in search results window. Uses node visibility of TreeView component. 2012-01-08 10:44:13 +00:00
searchresultview.pp IDE: Use TreeFilterEdit in search results window. Uses node visibility of TreeView component. 2012-01-08 10:44:13 +00:00
showcompileropts.lfm
showcompileropts.pas
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.pas
sourceeditor.lfm
sourceeditor.pp added debugln for focus 2012-02-04 23:31:55 +00:00
sourceeditprocs.pas IDE: codetools word beautifier: option to define how to spell auto created words, bug #19973 2012-01-06 22:44:48 +00:00
sourcemarks.pas
sourcesyneditor.pas SynEdit: Added TLazSynEditNestedFoldsList 2012-02-04 04:18:15 +00:00
splash.lfm
splash.pp IDE: catch wrong dates 2012-02-02 15:09:48 +00:00
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
sysvaruseroverridedlg.lfm
sysvaruseroverridedlg.pas
transfermacros.pp IDE: macros: simplified function and var 2011-12-21 12:10:18 +00:00
unitdependencies.lfm
unitdependencies.pas
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm
unusedunitsdlg.pas SynEdi: more debugln for undo 2012-01-31 19:26:25 +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: In Use Unit dialog, assume implementation section when cursor in on initialization or finalization sections. Patch from Anton. 2012-01-27 01:13:20 +00:00
version.inc
viewunit_dlg.lfm IDE: a temporary hack to prevent 'O' working as shortcut for OK-button. Issue #20599 2011-12-02 08:41:42 +00:00
viewunit_dlg.pp IDE: a temporary hack to prevent 'O' working as shortcut for OK-button. Issue #20599 2011-12-02 08:41:42 +00:00
w32manifest.pas IDEIntf: added TLazProject.Resources 2011-10-01 19:49:29 +00:00
w32versioninfo.pas IDE: activated new xml units 2011-09-12 21:12:49 +00:00
wordcompletion.pp