.. |
frames
|
IDE, Options: Unifying Font-specification to only use Size, instead of mixing Size and Height. Issue #0017694 Patch by cobines
|
2011-09-01 21:54:33 +00:00 |
include
|
|
|
aboutfrm.lfm
|
|
|
aboutfrm.pas
|
|
|
abstractsmethodsdlg.lfm
|
|
|
abstractsmethodsdlg.pas
|
|
|
addprofiledialog.lfm
|
|
|
addprofiledialog.pas
|
|
|
addtoprojectdlg.lfm
|
|
|
addtoprojectdlg.pas
|
|
|
applicationbundle.pas
|
|
|
basebuildmanager.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
basedebugmanager.pas
|
debugger: add popup menu to locals windows
|
2011-05-16 01:55:19 +00:00 |
bigidemake.cfg
|
|
|
buildfiledlg.lfm
|
|
|
buildfiledlg.pas
|
IDE: added file type for instantfc programs, run instantfpc if file has shebang
|
2011-07-09 19:57:15 +00:00 |
buildlazdialog.lfm
|
IDE: build lazarus: removed obsolete options
|
2011-06-05 09:08:22 +00:00 |
buildlazdialog.pas
|
IDE: code hints: fpdoc links to open the help
|
2011-06-14 17:58:24 +00:00 |
buildmanager.pas
|
IDE: fixed parsing numbers in project macros
|
2011-07-06 11:49:17 +00:00 |
buildmodediffdlg.lfm
|
|
|
buildmodediffdlg.pas
|
|
|
buildprofilemanager.lfm
|
|
|
buildprofilemanager.pas
|
IDE: build lazarus: removed obsolete options
|
2011-06-05 09:08:22 +00:00 |
buildprojectdlg.lfm
|
IDE: improved 'Clean and rebuild' dialog localization
|
2011-06-03 22:41:01 +00:00 |
buildprojectdlg.pas
|
IDE: improved 'Clean and rebuild' dialog localization
|
2011-06-03 22:41:01 +00:00 |
charactermapdlg.lfm
|
|
|
charactermapdlg.pas
|
|
|
checkcompileropts.lfm
|
|
|
checkcompileropts.pas
|
IDE: compiler options test: compare only ppu dates to compiler
|
2011-05-23 22:09:39 +00:00 |
checkcompoptsfornewunitdlg.lfm
|
IDE: Improving "Directives for new unit" dialog layout. Issue #20067
|
2011-08-28 14:36:23 +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: clean up
|
2011-06-22 07:52:10 +00:00 |
cleandirdlg.lfm
|
|
|
cleandirdlg.pas
|
|
|
clipboardhistory.pas
|
|
|
codebrowser.lfm
|
IDE: codebrowser: invalidate file lists on rescan, bug #19699
|
2011-07-08 18:56:32 +00:00 |
codebrowser.pas
|
IDE: codebrowser: invalidate file lists on rescan, bug #19699
|
2011-07-08 18:56:32 +00:00 |
codecontextform.pas
|
IDE: parameter hints: use monitor workarea, bug #19117
|
2011-07-10 09:22:41 +00:00 |
codeexplopts.pas
|
IDE: codeexplorer: surrounding
|
2011-05-18 08:23:48 +00:00 |
codeexplorer.lfm
|
IDE: fixed taborder in codeexplorer
|
2011-06-20 15:59:19 +00:00 |
codeexplorer.pas
|
IDE: Fixes for codeexplorer "category" mode. Issue #19988, patch from Anton
|
2011-08-16 19:52:26 +00:00 |
codehelp.pas
|
IDE: codehints: clean up
|
2011-07-07 09:44:58 +00:00 |
codemacroprompt.lfm
|
|
|
codemacroprompt.pas
|
|
|
codemacroselect.lfm
|
|
|
codemacroselect.pas
|
|
|
codetemplatesdlg.lfm
|
|
|
codetemplatesdlg.pas
|
|
|
codetoolsdefines.lfm
|
|
|
codetoolsdefines.pas
|
IDE: improved 'Insert CodeTools define template' localization
|
2011-05-24 23:12:03 +00:00 |
codetoolsdefpreview.lfm
|
|
|
codetoolsdefpreview.pas
|
|
|
codetoolsoptions.pas
|
IDE: identifier completion: option to show help
|
2011-06-14 18:37:52 +00:00 |
ColorDefault.xml
|
|
|
ColorDelphi.xml
|
|
|
ColorOcean.xml
|
|
|
ColorPascalClassic.xml
|
|
|
ColorTwilight.xml
|
|
|
compatibilityrestrictions.pas
|
|
|
compiler.pp
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
compileroptions.pp
|
anchordocking: default close button if theme does not support it
|
2011-07-15 18:33:27 +00:00 |
componentlist.lfm
|
IDE: fixed tab order in components list, added VK_DOWN in search TEdit to jump to results list.issue #19590
|
2011-06-20 15:06:08 +00:00 |
componentlist.pas
|
IDE: componentlist, use VK_RETURN to set current list instead of VK_DOWN which raises av under win32. issue #19590
|
2011-06-25 15:37:11 +00:00 |
componentpalette.pas
|
IDE: Bring form designer to front when selecting a component in ComponentPallete. Issue #19727, patch from Flávio Etrusco
|
2011-08-26 21:09:10 +00:00 |
compoptsmodes.pas
|
|
|
condef.lfm
|
|
|
condef.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
customformeditor.pp
|
educationlaz: implemented object inspetor hide favourite and restricted page
|
2011-06-09 08:55:07 +00:00 |
debugmanager.pas
|
DBG: Prevent exec-commands from running nested in other commands. Always queue, and run in the outer most "RunQueue" call.
|
2011-06-13 22:46:06 +00:00 |
dialogprocs.pas
|
IDE: added file type for instantfc programs, run instantfpc if file has shebang
|
2011-07-09 19:57:15 +00:00 |
diffdialog.lfm
|
|
|
diffdialog.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
diffpatch.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
diskdiffsdialog.lfm
|
|
|
diskdiffsdialog.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
editdefinetree.pas
|
IDE: clean up
|
2011-06-05 08:17:45 +00:00 |
editmsgscannersdlg.lfm
|
|
|
editmsgscannersdlg.pas
|
|
|
editoroptions.pp
|
IDE, Options: Unifying Font-specification to only use Size, instead of mixing Size and Height. Issue #0017694 Patch by cobines
|
2011-09-01 21:54:33 +00:00 |
editoroptions.rc
|
|
|
editoroptions.res
|
|
|
emptymethodsdlg.lfm
|
|
|
emptymethodsdlg.pas
|
|
|
encloseselectiondlg.lfm
|
|
|
encloseselectiondlg.pas
|
IDE: enclose selection: fixed if line contains only one character, bug #19287
|
2011-05-05 19:40:20 +00:00 |
environmentopts.pp
|
IDE: small optimization when adding example files to recent files list.
|
2011-08-18 16:24:19 +00:00 |
extractprocdlg.lfm
|
codetools: extractproc for program
|
2011-05-02 18:27:16 +00:00 |
extractprocdlg.pas
|
codetools: extractproc for program
|
2011-05-02 18:27:16 +00:00 |
exttooldialog.lfm
|
|
|
exttooldialog.pas
|
IDE: run external tool: check if working directory exists
|
2011-05-11 01:26:20 +00:00 |
exttooleditdlg.lfm
|
|
|
exttooleditdlg.pas
|
|
|
filereferencelist.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
findinfilesdlg.lfm
|
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 |
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: clean up
|
2011-06-22 07:52:10 +00:00 |
findrenameidentifier.lfm
|
|
|
findrenameidentifier.pas
|
codetools: fixed mem leak
|
2011-05-27 23:05:46 +00:00 |
findreplacedialog.lfm
|
IDE: improve the layout and layout management of search dialogs.
|
2011-06-05 09:47:35 +00:00 |
findreplacedialog.pp
|
IDE: Minor spelling correction.
|
2011-08-14 08:13:57 +00:00 |
findunitdlg.lfm
|
|
|
findunitdlg.pas
|
IDE: search unit: use lcl instead of lclbase
|
2011-07-13 18:22:13 +00:00 |
formeditor.pp
|
|
|
fpcsrcscan.pas
|
codetools: clean up
|
2011-06-16 09:02:28 +00:00 |
fpdoceditwindow.lfm
|
|
|
fpdoceditwindow.pas
|
|
|
fpdochints.pas
|
IDE: only update fpdoc hint if control visible
|
2011-07-09 22:34:26 +00:00 |
fpdocselectinherited.lfm
|
|
|
fpdocselectinherited.pas
|
|
|
fpdocselectlink.lfm
|
|
|
fpdocselectlink.pas
|
|
|
frmcustomapplicationoptions.lfm
|
|
|
frmcustomapplicationoptions.pas
|
|
|
genericchecklist.lfm
|
|
|
genericchecklist.pas
|
|
|
genericlisteditor.lfm
|
|
|
genericlisteditor.pas
|
|
|
gotofrm.lfm
|
|
|
gotofrm.pas
|
|
|
helpfpcmessages.pas
|
|
|
helpoptions.pas
|
|
|
ide.lpk
|
IDE, Debugger: update ide.lpk, for debug tests
|
2011-04-11 12:48:12 +00:00 |
ide.pas
|
|
|
idecmdline.pas
|
IDE: split parsing command line options into gui and nogui parts
|
2011-06-28 07:23:25 +00:00 |
idecontexthelpedit.lfm
|
|
|
idecontexthelpedit.pas
|
IDE: FindDeclarationOfIDEControl: search nested components
|
2011-05-21 23:40:31 +00:00 |
idedefs.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
idefpcinfo.lfm
|
|
|
idefpcinfo.pas
|
IDE: set CodeToolBoss.FPCDefinesCache.ExtraOptions to load codetools message file
|
2011-06-05 20:56:03 +00:00 |
ideguicmdline.pas
|
IDE: split parsing command line options into gui and nogui parts
|
2011-06-28 07:23:25 +00:00 |
idehelpmanager.lfm
|
IDE: removed obsolete code for help for fpc keywords
|
2011-05-12 20:50:35 +00:00 |
idehelpmanager.pas
|
IDE: Fix HTML hint to show special chars ("<", ">") for generics. Issue #20012, patch from Anton
|
2011-08-19 03:56:14 +00:00 |
ideinfodlg.lfm
|
|
|
ideinfodlg.pas
|
IDE: ide info: show exename, feature 19030
|
2011-05-16 15:34:14 +00:00 |
ideminilibc.pas
|
IDE: comments
|
2011-04-18 08:46:08 +00:00 |
ideoptiondefs.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
ideoptionsdlg.lfm
|
|
|
ideoptionsdlg.pas
|
|
|
ideprocs.pp
|
ideprogs: remove TreeView related functions that were moved to ListFilterEdit.
|
2011-06-29 22:44:24 +00:00 |
ideprotocol.pas
|
|
|
idetranslations.pas
|
IDE: actually use gdbmidebugger translations
|
2011-09-02 22:42:33 +00:00 |
idewindowhelp.pas
|
Fix spelling from Childs to Children around Lazarus source. Patch from Mazen NEIFER
|
2011-05-10 09:13:38 +00:00 |
imexportcompileropts.lfm
|
|
|
imexportcompileropts.pas
|
|
|
infobuild.lfm
|
|
|
infobuild.pp
|
|
|
initialsetupdlgs.lfm
|
IDE, Initial setup dialog: made all memos containing check results read only.
|
2011-08-20 17:25:07 +00:00 |
initialsetupdlgs.pas
|
IDE: setup dialog: using TOpenDialog for compiler file name
|
2011-06-05 08:28:46 +00:00 |
inputfiledialog.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
inputhistory.pas
|
IDE: new other: save/restore last created
|
2011-07-08 19:56:33 +00:00 |
inspectchksumchangeddlg.lfm
|
|
|
inspectchksumchangeddlg.pas
|
codetools: directory cacher: store time
|
2011-05-23 15:12:20 +00:00 |
invertassigntool.pas
|
|
|
jumphistoryview.lfm
|
IDE: Support Enter key in Jump History window.
|
2011-06-20 19:43:34 +00:00 |
jumphistoryview.pas
|
IDE: Support Enter key in Jump History window.
|
2011-06-20 19:43:34 +00:00 |
keymapping.pp
|
IDE: add/remove active file to/from package
|
2011-09-01 17:38:45 +00:00 |
keymapschemedlg.lfm
|
|
|
keymapschemedlg.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
keymapshortcutdlg.lfm
|
|
|
keymapshortcutdlg.pas
|
|
|
lazarus_about_logo.lrs
|
|
|
lazarus_dci_file.dci
|
|
|
lazarus_dci.lrs
|
|
|
lazarus_indentation.lrs
|
|
|
lazarus.ico
|
|
|
lazarus.lpi
|
IDE: split parsing command line options into gui and nogui parts
|
2011-06-28 07:23:25 +00:00 |
lazarus.pp
|
IDE: split parsing command line options into gui and nogui parts
|
2011-06-28 07:23:25 +00:00 |
lazarus.res
|
updated Lazarus res file (includes more VersionInfo fields after 31703)
|
2011-08-06 12:36:50 +00:00 |
lazarusidestrconsts.pas
|
IDE, Options: Unifying Font-specification to only use Size, instead of mixing Size and Height. Issue #0017694 Patch by cobines
|
2011-09-01 21:54:33 +00:00 |
lazarusmanager.pas
|
IDE: split parsing command line options into gui and nogui parts
|
2011-06-28 07:23:25 +00:00 |
lazbuild.lpi
|
IDE: split parsing command line options into gui and nogui parts
|
2011-06-28 07:23:25 +00:00 |
lazbuild.lpr
|
lazbuild: convert encoding of loaded source files
|
2011-06-24 18:38:00 +00:00 |
lazconf.pp
|
startlazarus: use --pcp
|
2011-06-02 07:46:22 +00:00 |
lazdoc.lrs
|
|
|
macropromptdlg.pas
|
|
|
main.pp
|
SrcEdit: improve vertical placement on jumps (codetools)
|
2011-09-02 18:51:42 +00:00 |
mainbar.pas
|
IDE: add/remove active file to/from package
|
2011-09-01 17:38:45 +00:00 |
mainbase.pas
|
IDE: add/remove active file to/from package
|
2011-09-01 17:38:45 +00:00 |
mainintf.pas
|
IDE: added file type for instantfc programs, run instantfpc if file has shebang
|
2011-07-09 19:57:15 +00:00 |
Makefile
|
|
|
Makefile.fpc
|
|
|
makeresstrdlg.lfm
|
|
|
makeresstrdlg.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
miscoptions.pas
|
|
|
mouseactiondialog.lfm
|
|
|
mouseactiondialog.pas
|
|
|
msgquickfixes.pas
|
IDE: codehelp: improved debugging
|
2011-04-11 21:25:55 +00:00 |
msgview.lfm
|
|
|
msgview.pp
|
IDE: fixed clicking on message during compile, bug #17691
|
2011-06-18 08:39:49 +00:00 |
msgvieweditor.lfm
|
|
|
msgvieweditor.pas
|
|
|
multireplacedlg.lfm
|
|
|
multireplacedlg.pas
|
|
|
newdialog.lfm
|
IDE: new other: save/restore last created
|
2011-07-08 19:56:33 +00:00 |
newdialog.pas
|
IDE: new other: save/restore last created
|
2011-07-08 19:56:33 +00:00 |
newprojectdlg.lfm
|
IDE: Sort templates in New Project dialog. issue #17729
|
2011-06-25 10:36:32 +00:00 |
newprojectdlg.pp
|
IDE: new project dialog: store project desc in listbox
|
2011-07-18 20:17:25 +00:00 |
objectlists.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
outputfilter.pas
|
|
|
patheditordlg.lfm
|
|
|
patheditordlg.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
procedurelist.lfm
|
|
|
procedurelist.pas
|
|
|
progressdlg.lfm
|
|
|
progressdlg.pas
|
|
|
progresswnd.lfm
|
|
|
progresswnd.pas
|
|
|
project.pp
|
IDE: fixed i18n directory, bug #19606
|
2011-06-21 23:01:29 +00:00 |
projectdefs.pas
|
|
|
projecticon.pas
|
|
|
projectinspector.lfm
|
Use new TreeFilterEdit where appropriate.
|
2011-07-19 22:21:26 +00:00 |
projectinspector.pas
|
Use new TreeFilterEdit where appropriate.
|
2011-07-19 22:21:26 +00:00 |
projectresources.pas
|
codetools: renamed TStandardCodeTool.AddIncludeDirective
|
2011-08-30 16:37:31 +00:00 |
projectwizarddlg.lfm
|
|
|
projectwizarddlg.pas
|
IDE: Caption for project wizard and some comments
|
2011-08-12 13:28:38 +00:00 |
publishmodule.pas
|
|
|
publishprojectdlg.lfm
|
|
|
publishprojectdlg.pas
|
|
|
restrictionbrowser.lfm
|
|
|
restrictionbrowser.pas
|
|
|
runparamsopts.lfm
|
|
|
runparamsopts.pas
|
|
|
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: search in virtual files, bug #19249
|
2011-05-07 16:33:54 +00:00 |
searchresultview.lfm
|
SearchResultView: shortcuts and menu for page navigation and expand/collapse. Issue #19954, based on patch from Flávio Etrusco
|
2011-08-16 18:41:24 +00:00 |
searchresultview.pp
|
SearchResultView: shortcuts and menu for page navigation and expand/collapse. Issue #19954, based on patch from Flávio Etrusco
|
2011-08-16 18:41:24 +00:00 |
showcompileropts.lfm
|
|
|
showcompileropts.pas
|
|
|
showdeletingfilesdlg.lfm
|
|
|
showdeletingfilesdlg.pas
|
|
|
sortselectiondlg.pas
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
sourceeditor.lfm
|
|
|
sourceeditor.pp
|
SrcEdit: improve vertical placement on jumps (codetools)
|
2011-09-02 18:51:42 +00:00 |
sourceeditprocs.pas
|
ide: show hint modifier for some identifiers
|
2011-05-12 01:56:05 +00:00 |
sourcemarks.pas
|
|
|
sourcesyneditor.pas
|
SynEdit: Fold-Gutter: Defer creation of popup menu, until needed; use global image list
|
2011-08-17 13:58:45 +00:00 |
splash.lfm
|
|
|
splash.pp
|
IDE, Splash screen: allow more lengthy version string and center it, bug #19802
|
2011-07-24 17:07:30 +00:00 |
srcedithintfrm.pas
|
IDE: identifier completion hint: update via idle timer
|
2011-06-21 18:06:00 +00:00 |
startlazarus.ico
|
|
|
startlazarus.lpi
|
|
|
startlazarus.lpr
|
|
|
startlazarus.res
|
|
|
sysvaruseroverridedlg.lfm
|
|
|
sysvaruseroverridedlg.pas
|
|
|
transfermacros.pp
|
IDE: clean up
|
2011-06-22 07:52:10 +00:00 |
unitdependencies.lfm
|
|
|
unitdependencies.pas
|
|
|
unitinfodlg.lfm
|
|
|
unitinfodlg.pp
|
|
|
unusedunitsdlg.lfm
|
|
|
unusedunitsdlg.pas
|
|
|
useunitdlg.lfm
|
IDE: Renamed UseProjUnitDlg to UseUnitDlg.
|
2011-09-01 21:32:48 +00:00 |
useunitdlg.pas
|
IDE: Renamed UseProjUnitDlg to UseUnitDlg.
|
2011-09-01 21:32:48 +00:00 |
version.inc
|
|
|
viewunit_dlg.lfm
|
IDE: Use Unit dialog now adds the correct char case for unit name + other improvements from Anton Panferov
|
2011-07-17 08:31:21 +00:00 |
viewunit_dlg.pp
|
IDE: Use Unit dialog now adds the correct char case for unit name + other improvements from Anton Panferov
|
2011-07-17 08:31:21 +00:00 |
w32manifest.pas
|
|
|
w32versioninfo.pas
|
IDE: allow to define Comments, LegalCopyright and LegalTrademarks file info fields content for old projects too. Based on patch by Paul Michell, bug #19738.
|
2011-07-15 00:04:32 +00:00 |
wordcompletion.pp
|
|
|