lazarus/ide
2020-10-06 18:16:10 +00:00
..
frames IDE: Fix handling of new registered command line parser. Issue #37855, patch from errno. 2020-10-03 00:07:14 +00:00
include IDE: comments 2020-07-23 13:38:52 +00:00
aboutfrm.lfm IDE: Simplify AboutForm. 2020-08-19 20:44:45 +00:00
aboutfrm.pas IDE: Simplify AboutForm. 2020-08-19 20:44:45 +00:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addtoprojectdlg.lfm
addtoprojectdlg.pas
allcompileroptions.lfm
allcompileroptions.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
applicationbundle.pas
basebuildmanager.pas IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
basedebugmanager.pas IDE, Debugger: Add real "Run-To" 2020-06-06 00:53:44 +00:00
buildfiledlg.lfm
buildfiledlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
buildlazdialog.lfm IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
buildlazdialog.pas IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
buildmanager.pas IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
buildmodediffdlg.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
buildmodediffdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
buildmodesmanager.lfm IDE: Fix forgotten scaling of images in BuildModesManager. Issue #37211 2020-06-13 21:40:11 +00:00
buildmodesmanager.pas IDE: Fix forgotten scaling of images in BuildModesManager. Issue #37211 2020-06-13 21:40:11 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas
buildprojectdlg.lfm
buildprojectdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
charactermapdlg.lfm
charactermapdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
checkcompileropts.lfm
checkcompileropts.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas
cleandirdlg.lfm
cleandirdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
clipboardhistory.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
codebrowser.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
codebrowser.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
codecontextform.pas
codecreationdlg.lfm
codecreationdlg.pas
codeexplopts.pas
codeexplorer.lfm IDE: Jump to code declarations from Code Explorer with shortcut keys. Reuse event handlers. Issue #20048. 2020-03-30 18:26:36 +00:00
codeexplorer.pas IDE: Debug lines for ExternalTools. 2020-04-26 07:28:55 +00:00
codehelp.pas CodeTools: Speed up TextToHTML for large text. Issue #037561 2020-08-15 02:29:39 +00:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm IDE: Improve layout of "Example projects" etc. dialogs. Issue #35446, patch from Alexey Tor. 2019-04-30 12:38:57 +00:00
codetemplatesdlg.pas IDE: less hints 2020-01-31 14:10:12 +00:00
codetoolsdefines.lfm
codetoolsdefines.pas
codetoolsdefpreview.lfm
codetoolsdefpreview.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
codetoolsoptions.pas IDE, SourceEditor: implemented identifier-completion activates on typing. Issue #0033054 (different from patch) 2020-06-06 15:16:21 +00:00
ColorDefault.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorDelphi.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorOcean.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorPascalClassic.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorTwilight.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
compatibilityrestrictions.pas
compiler.pp IDE: Update the "All options..." parser to work with FPC trunk. Issue #36671. 2020-02-17 06:31:39 +00:00
compileroptions.pp Strip ext from exe name passed to compiler option -o. This is to make change in lazconf.pp work with unpatched compilers 2020-03-12 14:21:14 +00:00
componentlist.lfm
componentlist.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
componentpalette.pas
compoptsmodes.pas
comppagespopup.lfm
comppagespopup.pas IDE: Hide component palette pages dropdown, when app is deactivated 2019-05-08 19:53:57 +00:00
customformeditor.pp LCL: high-DPI: fix inplace frames. Issue #36370 2020-01-07 21:14:44 +00:00
debugmanager.pas Debugger: Notify if debugged app, exits with error code. Issue #37861 2020-10-04 14:24:46 +00:00
definesgui.lfm
definesgui.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
dependencygraphoptions.lfm Unit-Dependencies, PkgGraphExplorer: Add option dialog to modify graph style 2019-04-07 19:57:35 +00:00
dependencygraphoptions.pas Unit-Dependencies, PkgGraphExplorer: Add DEBUG setting "TestRandomSeed" to option dialog. Allows other options to be tested on a fixed/reproducible graph 2019-04-07 19:57:37 +00:00
desktopmanager.lfm IDE: Improve "Manage desktops" dialog. Issue #35786, patch from FTurtle. 2019-07-04 21:59:53 +00:00
desktopmanager.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
dialogprocs.pas
diffdialog.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
diffdialog.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
diffpatch.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas
editdefinetree.pas
editorfilemanager.lfm
editorfilemanager.pas
editormacrolistviewer.lfm EditorMacros: Add a warning / Show warning if PascalScript self-test failed. 2019-11-03 19:59:21 +00:00
editormacrolistviewer.pas IDE: less hints 2020-03-22 09:39:21 +00:00
editoroptions.pp SynEdit,IDE: Move Highlight-Style-Priority setting to base attribute. Now Highlighter colors have a priority, so some colors (e.g. String, Comment) can hide some Markup colors. 2020-07-10 19:38:45 +00:00
editoroptions.rc
editoroptions.res IDE: Code-Templates, add more templates (property get/set). Issue #27625 2019-11-18 22:43:09 +00:00
editortoolbarstatic.pas
emptymethodsdlg.lfm
emptymethodsdlg.pas IDE: Remove empty event handlers also from CollectionItems. Issue #37163. 2020-08-18 17:35:24 +00:00
encloseifdef.lfm
encloseifdef.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas IDE: EncloseSelection, add "region". Patch by Zoltanleo / forum topic,49714.msg362422 2020-05-16 17:49:05 +00:00
environmentopts.pp Debugger: Notify if debugged app, exits with error code. Issue #37861 2020-10-04 14:24:46 +00:00
etfpcmsgparser.pas IDE: fpc msg parser: mark ld stderr as warning, mark warning about link.res -T as verbose 2019-03-26 14:15:33 +00:00
etmakemsgparser.pas
etmessageframe.lfm
etmessageframe.pas IDE: Turn ExternalTools from a global var into a global function, returning ExternalToolList. Avoid duplicate assignments to ExternalToolList. 2020-04-25 15:30:42 +00:00
etmessageswnd.lfm
etmessageswnd.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
etpas2jsmsgparser.pas
etquickfixes.pas
etsrceditmarks.pas
examplemanager.lfm IDE: Improve layout of "Example projects" etc. dialogs. Issue #35446, patch from Alexey Tor. 2019-04-30 12:38:57 +00:00
examplemanager.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
extractprocdlg.lfm
extractprocdlg.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm
exttooleditdlg.pas
exttools.pas lazbuild: less hints 2020-06-28 13:42:37 +00:00
exttoolsconsole.pas lazbuild: clean up 2020-09-09 11:41:24 +00:00
exttoolside.pas
filereferencelist.pas
findinfilesdlg.lfm IDE: Improve anchors and layout for buttons in Find-in-files and About dialogs. Issue #37192. 2020-06-10 16:36:58 +00:00
findinfilesdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findoverloadsdlg.lfm
findoverloadsdlg.pas
findrenameidentifier.lfm
findrenameidentifier.pas
findreplacedialog.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findreplacedialog.pp IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findunitdlg.lfm
findunitdlg.pas
formeditor.pp Designer: Add debug lines to designer code and class destructors for testing issue #36151. 2019-10-08 17:12:10 +00:00
fpcsrcscan.pas
fpdoceditwindow.lfm IDE: Build in FpDoc edit, add word wrap / amend some SynEdit opts 2020-06-05 00:13:02 +00:00
fpdoceditwindow.pas IDE: Build in FpDoc edit, add word wrap / amend some SynEdit opts 2020-06-05 00:13:02 +00:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp buildintf: split from ideintf 2020-03-22 12:05:04 +00:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
generatefppkgconfigurationdlg.lfm IDE: Improve layout of initial setup dialog. Issue #35316, patch from Alexey Tor. 2019-04-10 07:32:14 +00:00
generatefppkgconfigurationdlg.pas IDE: fix fppkg configuration screen for linux if the user provided the compiler-executable inside the lib-directory itself. (prefix/lib/3.3.1/ppcarm or something) 2020-03-06 10:50:33 +00:00
genericchecklist.lfm
genericchecklist.pas
genericlisteditor.lfm IDE: Improve GenericListEditor dialog layout. Issue #35328, patch from Alexey Tor. 2019-04-10 07:21:40 +00:00
genericlisteditor.pas
genericlistselect.lfm
genericlistselect.pas
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas
helpoptions.pas
ide.pas
idecmdline.pas IDE fix IsVersionRequested (see http://forum.lazarus.freepascal.org/index.php/topic,44783.msg315161.html#msg315161). 2019-03-24 16:38:03 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas
idecoolbardata.pas IDE: Refactor IDECoolBar classes. Move stuff from options frame to TIDECoolBar. 2020-03-08 23:00:22 +00:00
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas
idehelpmanager.lfm
idehelpmanager.pas IDE: Move registration of TFileNamePropertyEditor into a better place. 2020-04-15 19:33:47 +00:00
ideinfodlg.lfm
ideinfodlg.pas
ideinfoneedbuild.lfm
ideinfoneedbuild.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
ideinstances.pas IDE: Make sure temp dir exists before starting IPC server. Issue #35838. 2020-01-04 19:30:08 +00:00
ideoptiondefs.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
ideoptionsdlg.lfm
ideoptionsdlg.pas IDE: moved using LazControlDsgn to ideoptionsdlg to allow compiling with older trunk versions, issue #37419 2020-07-26 08:49:59 +00:00
ideprocs.pp IDE: Call GetHostname for Unix in function GetCurrentChangeLog. All distros do not have 'HOSTNAME' env.var. 2020-07-13 14:50:33 +00:00
ideprotocol.pas
idetranslations.pas
idewindowhelp.pas
imexportcompileropts.lfm
imexportcompileropts.pas IDE: Use a better XML tag format for project etc. info files. Issue #22752, patch from Ondrej. 2019-03-15 16:15:21 +00:00
initialsetupdlgs.lfm IDE: Added EnvironmentOptions.FppkgConfigFile 2019-04-12 21:08:55 +00:00
initialsetupdlgs.pas IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
initialsetupproc.pas IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK. 2020-07-25 22:51:59 +00:00
inputfiledialog.pas IDE: invalidate filestate cache after opendialog, because it can change files without switching to another application 2019-03-08 08:50:57 +00:00
inputhistory.pas IDE: Project: LPI&LPS ProjectOptions - write new lists. Issue #22752 2019-11-16 18:53:50 +00:00
inputhistorywithsearchopt.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE, Debugger: Add real "Run-To" 2020-06-06 00:53:44 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp
lazarus_dci_file.dci IDE: Code-Templates, add more templates (property get/set). Issue #27625 2019-11-18 22:43:09 +00:00
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: lazarus.lpi added package dependency SynEditDsgn 2020-08-06 21:18:29 +00:00
lazarus.pp IDE: moved using LazControlDsgn to ideoptionsdlg to allow compiling with older trunk versions, issue #37419 2020-07-26 08:49:59 +00:00
lazarus.res IDE, Debugger: Add real "Run-To" 2020-06-06 00:53:44 +00:00
lazarusidestrconsts.pas Debugger: Notify if debugged app, exits with error code. Issue #37861 2020-10-04 14:24:46 +00:00
lazarusmanager.pas startlazarus: cocoa: do not use open -a, execute bundle exe, else menu is not visible 2020-07-22 12:35:50 +00:00
lazbuild.lpi lazbuild: do not set ExternalTools to nil before freeing 2020-04-25 12:12:05 +00:00
lazbuild.lpr make: changed default darwin lcl platform from carbon to cocoa 2020-07-13 09:00:41 +00:00
lazconf.pp IDE: Add file extension for OS=embedded to GetExecutableExt. Issue #36561, patch from Christo Crause. 2020-01-12 18:07:46 +00:00
lazdoc.res
lfmunitresource.pas
macropromptdlg.pas
main.pp IDE: Fix a crash if IDE is aborted before updating configuration. 2020-09-29 23:07:27 +00:00
mainbar.pas IDE, Debugger: Add real "Run-To" 2020-06-06 00:53:44 +00:00
mainbase.pas IDE, Debugger: Add real "Run-To" 2020-06-06 00:53:44 +00:00
mainintf.pas
Makefile IDE: make lazcontroldsgn a base package 2020-07-23 22:01:58 +00:00
Makefile.fpc IDE: make lazcontroldsgn a base package 2020-07-23 22:01:58 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas
miscoptions.pas
modematrixopts.pas
mouseactiondialog.lfm IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
mouseactiondialog.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
msgvieweditor.lfm
msgvieweditor.pas
multipastedlg.lfm
multipastedlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
newdialog.lfm
newdialog.pas IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134. 2020-05-27 10:30:19 +00:00
newprojectdlg.lfm
newprojectdlg.pp IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134. 2020-05-27 10:30:19 +00:00
notifyprocessend.pas
pas2jsmsg.txt
patheditordlg.lfm
patheditordlg.pas IDE: fixed package options FPDoc search path basedirectory, issue #35222 2019-03-14 18:15:27 +00:00
procedurelist.lfm
procedurelist.pas IDE: Three new images. Issue #36534, patch from FTurtle. 2020-01-11 14:22:16 +00:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp Packager: Rename types and vars. 2020-10-04 17:34:12 +00:00
projectdefs.pas IDE: Change logic updating Application.Title and .Scaled in main source. Don't delete them when user option is off. Check for LCL app. 2020-02-24 09:51:03 +00:00
projectdescriptors.pas IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134. 2020-05-27 10:30:19 +00:00
projecticon.pas
projectinspector.lfm IDE: Support installing online package dependencies also from Package Editor. 2020-10-06 08:30:41 +00:00
projectinspector.pas IDE: Support installing online package dependencies also from Package Editor. 2020-10-06 08:30:41 +00:00
projectresources.pas
projectuserresources.pas
projectwizarddlg.lfm
projectwizarddlg.pas IDE: Assign other icons for two buttons in Project Wizard. Issue #34952, patch from FTurtle. 2019-03-16 19:37:20 +00:00
publishmodule.pas
publishmoduledlg.lfm
publishmoduledlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm IDE: run params dlg: update preview on switch tab 2019-03-16 11:50:16 +00:00
runparamsopts.pas IDE: always set an active run param mode if available 2020-07-17 09:29:39 +00:00
searchfrm.lfm
searchfrm.pas IDE: find in files: show option search in project group if available 2019-07-11 14:58:15 +00:00
searchresultview.lfm IDE: new images for 'close tabs' toolbuttons in search results dialog, patch by FTurtle, bug #36908 2020-04-13 22:00:25 +00:00
searchresultview.pp IDE, LCL: Fix the search results scrollbar issue in a generic way in TreeView. Issue #37582, patch from BrunoK. 2020-08-20 08:10:52 +00:00
showcompileropts.lfm IDE: Improve layout of "(Show) Compiler Options" form. Issue #35434, patch from Alexey Tor. 2019-04-24 18:09:11 +00:00
showcompileropts.pas IDE: Fix compilation with defines IDE_MEM_CHECK and DebugDisableAutoSizing. 2019-11-17 14:22:52 +00:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm
sourceeditor.pp IDE, SourceEditor: Fix width of macro-record-stop button, Issue #37858 2020-10-06 18:16:10 +00:00
sourceeditprocs.pas CodeTools: CodeCompletion: include templates (optional). Issue #34389 2019-11-15 19:26:51 +00:00
sourcefilemanager.pas IDE: Refactor RemoveEmptyMethods->RemoveEmptyMethodsInUnit. Remove repeat loop for parent types, props are already iterated. Prepare for issue #37163. 2020-08-18 17:35:23 +00:00
sourcemarks.pas IDE: SynEdit: fix potential rangecheck in compare function 2019-05-05 15:30:02 +00:00
sourcesyneditor.pas IDE, Debugger: SourceEditor, fix range-check error, when translating debug-line to current-line 2020-08-22 20:27:06 +00:00
splash.lfm IDE: Simplify AboutForm. 2020-08-19 20:44:45 +00:00
splash.pp IDE: High-dpi logo in splash and about forms, by Roland Hahn. 2020-08-17 21:50:59 +00:00
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res startlazarus: cocoa: do not use open -a, execute bundle exe, else menu is not visible 2020-07-22 12:35:50 +00:00
syncolorattribeditor.lfm
syncolorattribeditor.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
sysvaruseroverridedlg.pas
toolbarconfig.lfm
toolbarconfig.pas IDE: refactoring: merged connecting run menu events and creating idecommands 2019-07-08 20:50:10 +00:00
transfermacros.pp IDEIntf: change IDEMacros.Stamps 2019-03-25 18:07:38 +00:00
unitdependencies.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
unitdependencies.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm
unusedunitsdlg.pas
useunitdlg.lfm IDE: improved 'Add unit to Uses' dialog layout, bug #36344 2019-11-25 22:22:24 +00:00
useunitdlg.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
version.inc
viewunit_dlg.lfm
viewunit_dlg.pp IDE: Remove unused parameters about MultiSelection in functions for selecting units. 2019-11-04 22:38:06 +00:00
w32manifest.pas Project Options: add "Ansi codepage is UTF8 (Windows 10 1903+)" manifest option, issue #36570 2020-01-14 12:58:30 +00:00
w32versioninfo.pas
wordcompletion.pp