lazarus/ide
2024-02-22 16:43:29 +03:00
..
frames IDE: don't wrap strings in memos of i18n project options, allows to avoid corruption when saving long strings to .lpi 2024-02-15 14:08:40 +00:00
include IDE: Move LazConf.pp to new base-package "IdeConfig" 2022-12-08 19:28:19 +01:00
packages IdeDebugger: Change precision used for float types. issue #40768 2024-02-19 22:57:23 +01:00
aboutfrm.lfm IDE: Simplify AboutForm. 2020-08-19 20:44:45 +00:00
aboutfrm.pas IDE: Update links in About form. 2023-07-04 18:01:08 +02:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
addtoprojectdlg.lfm IDE: Improve checks for validity of files and dependencies added to package/project. Issue #27421. 2020-10-31 14:49:30 +00:00
addtoprojectdlg.pas LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references. 2021-01-11 16:16:58 +00:00
allcompileroptions.lfm IDE: Show All Compiler Options window better on Hi-DPI screen. Issue #40342, patch by Bruno K. 2023-06-22 01:12:53 +03:00
allcompileroptions.pas IDE: Show All Compiler Options window better on Hi-DPI screen. Issue #40342, patch by Bruno K. 2023-06-22 01:12:53 +03:00
applicationbundle.pas IDE, Project: Add config for NSPrincipalClass (MacOS) 2021-03-19 20:28:42 +00:00
basebuildmanager.pas IDE: Run/Debug, refactored getting the "working directory" for the project. Related to issue #32331 2023-02-03 17:25:12 +01:00
buildfiledlg.lfm IDE: run file: fixed running command in working directory, added checkbox to show run output 2017-12-12 10:42:59 +00:00
buildfiledlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
buildlazdialog.lfm IDE: Configure Build Lazarus dialog taborder and layout improvements by Don Siders, issue #40256 2023-05-11 01:20:49 +03:00
buildlazdialog.pas IDE: changed class of "Select profiles to build" dialog from TGenericCheckListForm to TLazarusBuildManyDialog. The former type corresponds to generic dialog and poses potential risk of name clashing when storing layout. Patch by n7800. 2023-11-25 02:28:46 +00:00
buildmanager.pas lazbuild: fixed -r when lazarus was installed read only, issue #40747 2024-02-08 11:43:06 +01: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 a faster compare method for case-insensitive strings and StringLists. 2021-01-29 19:59:04 +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: Overload TBuildModesCheckList constructor to avoid a warning. 2023-11-24 18:50:21 +03:00
buildprofilemanager.lfm
buildprofilemanager.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
buildprojectdlg.lfm IDE: Make the checkboxes in Clean Build Dialog persistent. Issue #29810. 2016-03-11 22:59:58 +00:00
buildprojectdlg.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
checkcompileropts.lfm IDE: Improve CheckCompilerOptions layout. Issue #29072, patch from Alexey Torgashin. 2015-11-23 17:15:51 +00:00
checkcompileropts.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
checklfmdlg.lfm IDE: Show Frame's contents in designer also when its component package is installed in palette. Issue #39488. 2021-11-28 00:22:27 +02:00
checklfmdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
cleandirdlg.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
cleandirdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
clipboardhistory.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
codebrowser.lfm IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646. 2021-03-23 09:46:07 +00:00
codebrowser.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
codecontextform.pas Reduce compiler warnings. 2023-07-03 16:39:15 +03:00
codecreationdlg.lfm IDE: Improved code completion dialog i18n 2016-03-11 22:37:16 +00:00
codecreationdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codeexplopts.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
codeexplorer.lfm IDE: Add a filter clear button in Code Explorer. Merge request !74 by Sergey Larin. 2022-02-24 12:39:00 +02:00
codeexplorer.pas IDE: fix nil pointer in code explorer middle mouse click. Issue #40188 2023-04-02 20:57:00 +02:00
codehelp.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
codemacroprompt.lfm
codemacroprompt.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
codemacroselect.lfm
codemacroselect.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
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 2023-06-12 06:49:22 +02:00
codetoolsdefines.lfm ide: codetoolsdefines dialog: high-DPI. Patch by AlexeyT, issue #31774 2017-05-14 09:33:45 +00:00
codetoolsdefines.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
codetoolsdefpreview.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
codetoolsdefpreview.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
codetoolsoptions.pas Codetools: order Identifier completion by declaration (scoped). Part of issue #40332 (Based on) Patch by WooBean007 2023-06-24 12:37:56 +02:00
ColorDefault.xml IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter. 2021-03-30 21:53:23 +00:00
ColorDelphi.xml IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter. 2021-03-30 21:53:23 +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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
compiler.pp Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
compileroptions.pp IDE: pass to FPC only documented assembler mode parameter values and only for relevant CPU families (i8086, i386, x86_64), issue #38786 2023-11-24 02:27:02 +03:00
componentlist.lfm IDE: Improve ComponentList. Issue #40245, patch by n7800. 2023-05-07 09:35:19 +03:00
componentlist.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
componentpalette.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
compoptsmodes.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
comppagespopup.lfm IDE: use IDEImages instead of custom image lists 2018-05-09 01:39:31 +00:00
comppagespopup.pas IDE, OPM: Add missing ellipsis (...) to menu item captions, and icons for ComponentList. Issue #38420. 2021-01-30 18:36:57 +00:00
customformeditor.pp IDE: Remove unknown component properties using the same GUI already used in other situations. Issue #40377. 2023-07-20 19:40:39 +03:00
debugmanager.pas Debugger: do not search source frame, if doing asm-single-steps 2023-11-28 13:21:05 +01:00
definesgui.lfm
definesgui.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
dependencygraphoptions.lfm LvlGraphOptions, fix taborder 2022-01-10 14:11:12 +01:00
dependencygraphoptions.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
desktopmanager.lfm IDE: Improve "Manage desktops" dialog. Issue #35786, patch from FTurtle. 2019-07-04 21:59:53 +00:00
desktopmanager.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
dialogprocs.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
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 Revert "ideintf: moved diff options back to ide" 2023-06-11 21:59:54 +02:00
diskdiffsdialog.lfm Cleanup lfm files for SynEdit property for TSynHighlighterAttributes.<....>Priority 2020-12-20 09:03:41 +00:00
diskdiffsdialog.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editdefinetree.pas IDE: Optimize DefineTemplates updates for packages and project. 2021-01-19 09:20:34 +00:00
editorfilemanager.lfm ide editorfilemanager dialog: high-DPI. issue #31775 2017-05-14 12:21:34 +00:00
editorfilemanager.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editormacrolistviewer.lfm IDE: Turn MacroListViewer into a proper IDE window. Prevent crash when switching to a project with less macros. 2023-05-17 19:22:45 +03:00
editormacrolistviewer.pas IDE: Fix editor macros when EditorMacroScript Package is installed. Issue #40259, patch by Domingo Galmés. 2023-05-17 19:54:02 +03:00
editoroptions.pp IDE: unify UserKeySchemeDirectory signature with UserSchemeDirectory 2023-11-13 17:24:02 +03:00
editoroptions.rc
editoroptions.res IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter. 2021-03-31 19:37:03 +00:00
editortoolbarstatic.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
emptymethodsdlg.lfm
emptymethodsdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
encloseifdef.lfm
encloseifdef.pas Move SkipCheckByKey functions from IdeUtils (IdeIntf) to LazUtilities (LazUtils). No LCL dependency. Add comments in uses section. 2023-06-11 20:34:36 +03:00
encloseselectiondlg.lfm
encloseselectiondlg.pas LazUtils: New function UTF8CompareLatinTextFast. Use in IDE instead of UTF8CompareText. 2021-01-14 13:52:23 +00:00
envguioptions.pas IDE: Show the project name and build mode by default in the IDE title. Name variables and properties consistently. 2023-09-03 15:44:56 +00:00
etfpcmsgparser.pas ide: fixed parsing fpc linker error ld.bfd and file:linenumber: msg 2023-08-20 11:07:03 +02:00
etmakemsgparser.pas IDE: Recognize warning msgs case-insensitively. Eliminate a PChar->String conversion. 2022-12-05 07:27:11 +02:00
etmessageframe.lfm
etmessageframe.pas IDE: Eliminate a warning about hiding inherited "Update" in MessageView. Formatting. 2023-06-24 17:50:38 +03:00
etmessageswnd.lfm
etmessageswnd.pas IDEMessages: add OpenSelection function 2022-12-30 22:43:56 +01:00
etpas2jsmsgparser.pas IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found 2018-05-13 07:15:23 +00:00
etquickfixes.pas Cleanup. 2020-10-30 09:23:50 +00:00
etsrceditmarks.pas IDE: fixed TETSingleSrcChanges.SetMultiSrcChanges not removing while clearing 2023-04-02 21:01:28 +02:00
extractprocdlg.lfm
extractprocdlg.pas IDE: Use a faster compare method for case-insensitive strings and StringLists. 2021-01-29 19:59:04 +00:00
exttooldialog.lfm
exttooldialog.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
exttooleditdlg.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
exttooleditdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
exttools.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
exttoolsconsole.pas IDE: Fix spelling. 2022-12-02 11:01:55 +02:00
exttoolside.pas IDE: external tools: free threads via main thread 2020-12-17 21:47:31 +00:00
findinfilesdlg.lfm IDE: Improve initialization of directory browse button in FindInFilesDlg. Issue #40344, patch from Bruno K. 2023-06-23 08:57:03 +03:00
findinfilesdlg.pas IDE: Show "Find in Files" dialog also from the package editor. Issue #40673, patch by Henner Drewes. 2024-01-13 15:09:02 +00:00
findinfileswnd.lfm ide: find in files window: hints 2023-03-19 00:31:54 +01:00
findinfileswnd.lrs ide: started find in files window 2022-11-11 17:43:39 +01:00
findinfileswnd.pas ide: find in files window: hints 2023-03-19 00:31:54 +01:00
findoverloadsdlg.lfm
findoverloadsdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
findrenameidentifier.lfm
findrenameidentifier.pas IDE: Make the PathStyle in search results persistent. Show renamed idents better. Improve GUI texts. Issue #40334, patch by n7800. 2023-06-25 06:16:32 +03:00
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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
findunitdlg.lfm
findunitdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
formeditor.pp Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
fpcsrcscan.pas IDEIntf: added AddHandlerFPCSrcDirScanned 2022-11-28 15:34:20 +01:00
fpdoceditwindow.lfm IDE: Build in FpDoc edit, add word wrap / amend some SynEdit opts 2020-06-05 00:13:02 +00:00
fpdoceditwindow.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
fpdochints.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
fpdocselectinherited.lfm
fpdocselectinherited.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
fpdocselectlink.lfm
fpdocselectlink.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
fpmake.pp IDE: Move CharacterMap to separate package. 2023-01-15 00:24:32 +01:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
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: less hints 2023-06-12 06:49:22 +02:00
genericchecklist.lfm IDE: Simplify PathEditorDialog. Move list of templates to a separate window. 2017-12-23 12:40:22 +00:00
genericchecklist.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
genericlisteditor.lfm IDE: Improve GenericListEditor dialog layout. Issue #35328, patch from Alexey Tor. 2019-04-10 07:21:40 +00:00
genericlisteditor.pas IDE: Simplify PathEditorDialog. Move list of templates to a separate window. 2017-12-23 12:40:22 +00:00
genericlistselect.lfm IDE: Simplify PathEditorDialog. Move list of templates to a separate window. 2017-12-23 12:40:22 +00:00
genericlistselect.pas IDE: Prevent an exception when dbl-clicking empty list. Issue #32650, patch from FTurtle. 2017-12-23 17:04:42 +00:00
gotofrm.lfm IDE: GotoLine dialog: 2019-01-19 15:45:35 +00:00
gotofrm.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
helpfpcmessages.lfm
helpfpcmessages.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
helpoptions.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
ide.pas
idecmdline.pas IDE: fixed a typo in command-line key for skipping debugger checks (Debbugger -> Debugger) 2024-01-17 01:33:46 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idecoolbardata.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idedefs.pas Packager: Remove event PackageEditors.OnGetUnitRegisterInfo. 2020-11-23 17:21:54 +00:00
idefpcinfo.lfm
idefpcinfo.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas IDE: fixed --no-splash-screen, #40375 2023-07-12 22:56:28 +02:00
idehelpmanager.lfm IDE: help selector: read only treeview, bug #30303 2016-06-22 11:01:09 +00:00
idehelpmanager.pas IDE: fixed the double click behavior for non-query tree nodes on the help selector dialog, patch by Don Siders with some cleanups, issue #40472 2023-08-30 02:06:34 +03:00
ideinfodlg.lfm IDE: ide internals: show list of external tools 2016-04-06 15:39:30 +00:00
ideinfodlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
ideinstances.pas IDE: Register EnvironmentOptions editor group in IdeInstances. Remove registration through IDEOptionsIntf. 2023-06-19 10:45:09 +03:00
ideoptionsdlg.lfm IDE, LazControls: Improve TTreeFilterEdit behavior little more. 2023-05-15 09:09:48 +03:00
ideoptionsdlg.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
ideprocs.pp Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
ideprotocol.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idetransfermacros.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idetranslations.pas IDE, LCL: removed stale GetText unit uses 2023-06-13 20:38:32 +03:00
idewindowhelp.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
imexportcompileropts.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
imexportcompileropts.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
initialsetupdlgs.lfm Debugger: Check quality of debugger in setup 2023-01-08 04:48:14 +01:00
initialsetupdlgs.pas IDE: scan for fpc sources: skip some folders 2023-06-30 12:00:13 +02:00
initialsetupproc.pas ide: fixed compile on windows 2023-06-12 07:12:53 +02:00
inputfiledialog.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
inputhistory.pas Remove IdeConfig dependency from IdeIntf package. It was wrong license-wise (LGPL-GPL). Make a temp copy of InputHistory. 2023-06-18 18:37:02 +03:00
inputhistorywithsearchopt.pas Revert "ideintf: moved diff options to ide" 2023-06-11 22:00:09 +02:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
invertassigntool.pas IDE: Reduce calls to UpperCase() and LowerCase(). Improves performance. 2021-02-08 19:09:20 +00:00
jumphistoryview.lfm
jumphistoryview.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
keymapping.pp IDE: Create a list of custom key schemes as needed before making a first write to it. Fixes memory leak when calling ./lazarus --help. 2024-01-16 00:27:54 +00:00
keymapschemedlg.lfm IDE: Add keymapping "Windows to MacOS". Issue #28658, patch from Alexey Torgashin. 2016-03-14 09:58:59 +00:00
keymapschemedlg.pas IDE: updating schema selection dialog to recognize additional custom schemas, issue #39805 2022-06-20 00:46:12 +03:00
keymapshortcutdlg.lfm
keymapshortcutdlg.pas IDE: Order uses sections. 2021-10-09 03:47:56 +03:00
lazadvancedipc.pp LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
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 Images: Replace lazarus*.ico files by versions in which the small images (16x16, 20x20) are a bit more "crispy". Created by Roland Hahn. 2022-01-29 12:50:46 +01:00
lazarus.lpi IDE: Create a list of custom key schemes as needed before making a first write to it. Fixes memory leak when calling ./lazarus --help. 2024-01-16 00:27:54 +00:00
lazarus.lrs ide: started find in files window 2022-11-11 17:43:39 +01:00
lazarus.pp IDE: Register EnvironmentOptions editor group in IdeInstances. Remove registration through IDEOptionsIntf. 2023-06-19 10:45:09 +03:00
lazarus.res IDE: committed automatically regenerated file 2023-12-27 19:08:05 +03:00
lazarusidestrconsts.pas IDE: cleaned up resource strings, patch by n7800, issue #40668 2023-12-29 03:55:12 +03:00
lazarusmanager.pas startlazarus: fixed passing files, issue #40044 2022-12-16 14:02:08 +01:00
lazbuild.lpi lazbuild: fixed unit output dir 2023-12-17 11:23:57 +01:00
lazbuild.lpr LazBuild: Do not require OnRegisterGroup to be assigned. Not needed by LazBuild. 2023-06-18 15:48:59 +03:00
lazdoc.res IDE: Add high-dpi icons to images/lazdoc (by Roland Hahn) 2018-10-19 20:24:35 +00:00
lfmunitresource.pas IDE: loadlfm: check for ambiguous classes, heuristics to resolve ambiguous classes 2023-04-13 15:38:12 +02:00
macropromptdlg.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
main.pp IDE: Remove an extra (F9) from the hint of a Run-button. Remove a wrong hint from ProjInspector's Options button. Issue #40732. 2024-02-22 16:43:29 +03:00
mainbar.pas Added LCLIntf dependency for gkt and qt only - required for 2023-06-21 12:35:08 +02:00
mainbase.pas IDE: Formatting and less warnings for search and search results. Issue #40334, patch by n7800. 2023-06-22 10:47:02 +03:00
mainintf.pas IDE: Formatting and less warnings for search and search results. Issue #40334, patch by n7800. 2023-06-22 10:47:02 +03:00
Makefile set fixes version 3.0 2023-12-17 11:23:58 +01:00
Makefile.fpc updated makefiles 2023-08-15 12:52:46 +02:00
makeresstrdlg.lfm MakeResStrDialog: remove hardcoded default colors, use system colors instead 2021-09-29 01:25:38 +03:00
makeresstrdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
miscoptions.pas EnvironmentOpts: remove dependency on IdeProcs 2022-12-08 16:05:03 +01:00
mouseactiondialog.lfm IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
mouseactiondialog.pas IDE: Order uses sections. 2021-10-09 03:47:56 +03:00
msgvieweditor.lfm
msgvieweditor.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
multipastedlg.lfm IDE: Allow resizing the MultiPaste dialog. Issue #30671. 2017-08-28 09:28:37 +00:00
multipastedlg.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
newdialog.lfm IDE: Give default size for NewDialog layout at first start. Design-time size has no effect. Set constraints. 2017-06-10 06:45:35 +00:00
newdialog.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03: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 IdeIntf: New notify handler RunFinished. Issue #32617, patch from Pascal Riekenberg. 2017-10-31 21:13:40 +00:00
pas2jsmsg.txt IDE: quickfix inherited method is hidden: add modifier override 2018-05-13 12:00:23 +00:00
patheditordlg.lfm IDE: Remove a useless form OnResize handler from PathEditor. 2018-09-10 07:50:59 +00:00
patheditordlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
procedurelist.lfm IDE: Improve ProcedureList more. Issue #40207, patch by n7800. 2023-04-14 00:11:12 +03:00
procedurelist.pas IDE, IdeIntf: Add multi-word search for Object inspector. Refactor and reuse code. Issue #40270, patch by n7800. 2023-05-21 18:19:55 +03:00
progressdlg.lfm
progressdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
progresswnd.lfm
progresswnd.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
project.pp IDE: Improve removing unknown component properties. Issue #40377. 2023-07-20 19:40:39 +03:00
projectdefs.pas ide: less initialization 2021-10-30 23:01:24 +02:00
projectdescriptortypes.pas IDE: Rename unit ProjectDescriptors to ProjectDescriptorTypes. Clashed with a global variable in ProjectIntf. 2021-03-10 19:53:03 +00:00
projecticon.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
projectinspector.lfm ide: project inspector: register add popup menuitems 2022-01-30 20:58:22 +01:00
projectinspector.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
projectresources.pas ide: project res file: fixed save if not exists 2023-08-15 10:23:55 +02:00
projectuserresources.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
projectwizarddlg.lfm IDE: Remove the old Examples GUI window. 2022-03-09 11:20:30 +02:00
projectwizarddlg.pas IDE: Format uses sections in ProjectWizardDlg. 2023-03-12 11:40:44 +02:00
publishmoduledlg.lfm IDE: Minor tweak in PublishModuleDlg GUI layout. 2020-10-22 13:35:02 +00:00
publishmoduledlg.pas Reduce "deprecated" warnings for LazUtils.UITypes. 2023-06-11 20:34:36 +03:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
raw_window.pas IDE: added resourcestring 2017-12-17 11:44:08 +00:00
redirect_stderr.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
restrictionbrowser.lfm IDE: adjust size of restriction browser to fit filter speed buttons, patch by Don Siders, issue #40235 2023-04-27 19:55:45 +03:00
restrictionbrowser.pas IDE: adjust size of restriction browser to fit filter speed buttons, patch by Don Siders, issue #40235 2023-04-27 19:55:45 +03:00
runparamsopts.lfm IDE: Calculate height of run parameters dialog, issue #39751. 2022-05-15 19:58:00 +02:00
runparamsopts.pas ide: restore run params dialog size 2023-06-21 17:59:59 +02:00
searchfrm.lfm IDE: Tweaking SearchForm. Issue #31062, patch from AlexeyT. 2016-12-23 12:55:54 +00:00
searchfrm.pas IDE: Formatting and less warnings for search and search results. Issue #40334, patch by n7800. 2023-06-22 10:47:02 +03:00
searchresultview.lfm IDE: Fix saving PathMode in SearchResultsView always. Issue #40352. 2023-06-28 16:06:38 +03:00
searchresultview.pp IDE: Fix saving PathMode in SearchResultsView always. Issue #40352. 2023-06-28 16:06:39 +03: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 IDE: save and restore of "Delete all the files?" confirmation dialog, issue #40611 2023-11-24 00:27:20 +00:00
showdeletingfilesdlg.pas IDE: save and restore of "Delete all the files?" confirmation dialog, issue #40611 2023-11-24 00:27:20 +00:00
sortselectiondlg.lfm
sortselectiondlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
sourceeditor.lfm SourceEditorIntf: New methods to add custom panels to the SourceEditor-Window. 2023-06-12 23:20:48 +02:00
sourceeditor.pp IDE, SourceEdit: Don't show hint if any mouse button is down. Issue #40117 2024-01-14 23:22:03 +01:00
sourceeditprocs.pas IDE: editor completion dropdown - fix painting. Some chars where "chopped off". Proportional fonts can overlap into the next cell, therefore when continuing to paint, the next token must not clear the background. 2023-06-02 11:08:58 +02:00
sourcefilemanager.pas IDE: fix typo about ofDoNotActivateSourceEditor 2023-12-05 00:46:24 +08:00
sourcemarks.pas IDE: SynEdit: fix potential rangecheck in compare function 2019-05-05 15:30:02 +00:00
sourcesyneditor.pas IDE, SourceEditor: fix scrolling to last line, when top-line hint changes. Ensure last line is fully scrolled in. Issue #37922 2023-06-21 12:53:15 +02: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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
startlazarus.ico Images: Replace lazarus*.ico files by versions in which the small images (16x16, 20x20) are a bit more "crispy". Created by Roland Hahn. 2022-01-29 12:50:46 +01:00
startlazarus.lpi IDE: Move LazConf.pp to new base-package "IdeConfig" 2022-12-08 19:28:19 +01:00
startlazarus.lpr startlazarus: wait for initial lazarus to exit, before checking for accepting lazarus 2020-12-26 11:54:45 +00:00
startlazarus.res IDE: committed regenerated .res files after recent icon updates 2022-01-31 01:17:33 +03:00
syncolorattribeditor.lfm IDE: Editor-Options, new captions - added info text 2022-02-15 17:04:45 +01:00
syncolorattribeditor.pas IDE/Options: Fix some suspicious copy-paste and probably a debugging leftover 2024-02-13 23:43:17 +01:00
sysvaruseroverridedlg.pas IDE: less hints 2022-04-14 21:48:17 +02:00
toolbarconfig.lfm IDE, LazControls: Improve TTreeFilterEdit behavior. Fix property ExpandAllInitially. Issue #40257. 2023-05-15 02:15:40 +03:00
toolbarconfig.pas IDE, LCL: Formatting. 2023-05-15 02:15:40 +03: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: Prevent a crash in unit dependencies window when no project is open. React to changed project. Issue #39828. 2023-03-12 11:40:44 +02:00
unitinfodlg.lfm IDE: unit info dlg: imporved layout 2017-10-17 16:27:22 +00:00
unitinfodlg.pp Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
unusedunitsdlg.lfm
unusedunitsdlg.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
useunitdlg.lfm IDE: Unit list dialog improvements (TUseUnitDialog and TViewUnitDialog). Issue #40280, patch by n7800. 2023-05-23 21:04:21 +03:00
useunitdlg.pas Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
viewunit_dlg.lfm IDE: Unit list dialog improvements (TUseUnitDialog and TViewUnitDialog). Issue #40280, patch by n7800. 2023-05-23 21:04:21 +03:00
viewunit_dlg.pp IDE: Unit list dialog improvements (TUseUnitDialog and TViewUnitDialog). Issue #40280, patch by n7800. 2023-05-23 21:04:21 +03:00
w32manifest.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
w32versioninfo.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
wordcompletion.pp IDE: identifier completion: 2018-06-18 13:16:58 +00:00