lazarus/ide
2025-08-27 11:43:32 +03:00
..
frames IDE: Remove Checkbox for showing properties pane in Project Inspector from global options. Issue #41775. 2025-08-27 11:43:32 +03:00
include
packages IDE: improved handling of .lrj reading errors, issue #41799, patch by n7800 2025-08-19 15:48:03 +03:00
aboutfrm.lfm AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2. issue #41205 2024-11-06 15:36:33 +01:00
aboutfrm.pas AboutBox/Splashscreen: Fix blurring on Mac Retina displays. Patch by @Slidescape, issue #41205, 2024-11-06 00:11:24 +01:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
addtoprojectdlg.lfm
addtoprojectdlg.pas IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
allcompileroptions.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
allcompileroptions.pas ide: compiler custom options: fixed parsing set option: negated boolean and value 2025-07-23 11:44:23 +02:00
applicationbundle.pas
basebuildmanager.pas
buildfiledlg.lfm
buildfiledlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
buildlazdialog.lfm IDE/BuildLazDialog: Fixing tab order and default button 2025-07-06 23:06:14 +03:00
buildlazdialog.pas IDE: improved wording of "clean up" options in "Build Lazarus" dialog 2025-07-09 01:57:27 +03:00
buildmanager.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
buildmodediffdlg.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
buildmodediffdlg.pas
buildmodesmanager.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
buildmodesmanager.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
buildprofilemanager.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
buildprofilemanager.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
buildprojectdlg.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
buildprojectdlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
checkcompileropts.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
checkcompileropts.pas Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig. 2024-04-06 16:20:28 +03:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
checklfmdlg.lfm
checklfmdlg.pas Move unit ComponentReg from IdeIntf to BuildIntf. 2024-03-15 10:40:41 +02:00
cleandirdlg.lfm
cleandirdlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
clipboardhistory.pas
cocoaideformconfig.inc IDE/Cocoa: adapt to the new API of Modern Form Style Tool Bar 2024-10-31 21:24:40 +08:00
cocoaideformconfig.pas IDE/Cocoa: DisableCocoaModernForm macro supported 2024-09-12 20:32:08 +08:00
codebrowser.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
codebrowser.pas LazUtils, IDE: Add a new function IntToStrWithSuffix and use it in Code Browser. Fix a wrong ThousandSeparator. 2025-05-12 10:45:16 +03:00
codecontextform.pas IDE, DockedFormEditor: fixed deprecation warnings, patch by Don Siders, issue #40921 2024-04-25 02:12:06 +03:00
codecreationdlg.lfm
codecreationdlg.pas
codeexplopts.pas
codeexplorer.lfm
codeexplorer.pas ide: less hints 2025-06-24 11:45:06 +02:00
codehelp.pas IDE/FPDoc Help popups: Fix missing underlined parts in the FPDoc xml help files, issue #41739. 2025-07-02 23:50:28 +02:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplates.dci
codetemplatesdlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
codetemplatesdlg.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
codetoolsdefines.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
codetoolsdefines.pas Move unit ProjPackCommon to package IdeConfig. 2024-04-08 02:22:35 +03:00
codetoolsdefpreview.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
codetoolsdefpreview.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
codetoolsoptions.pas ide: store codetools options: update merge info, store files relative to config 2025-01-30 10:11:40 +01:00
ColorDefault.xml IDE: Editor-colors, change default for nested bracket. Issue #41624 2025-05-09 21:57:59 +02:00
ColorDelphi.xml IDE: Editor-colors, change default for nested bracket. Issue #41624 2025-05-09 21:57:59 +02:00
ColorOcean.xml IDE: New default colors to include nested brackets 2025-03-22 21:15:09 +01:00
ColorPascalClassic.xml IDE: New default colors to include nested brackets 2025-03-22 21:15:09 +01:00
colortty.pas LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
ColorTwilight.xml IDE: New default colors to include nested brackets 2025-03-22 21:15:09 +01:00
compatibilityrestrictions.pas Move unit ComponentReg from IdeIntf to BuildIntf. 2024-03-15 10:40:41 +02:00
compiler.pp ide: clean up 2025-07-31 16:13:10 +02:00
componentlist.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
componentlist.pas ide: less hints 2025-07-07 14:58:26 +02:00
componentpalette.pas Use GetCreationClass method instead of OnGetCreationClass event from TRegisteredComponent 2024-07-29 12:58:01 +00:00
comppagespopup.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
comppagespopup.pas
customformeditor.pp Remove LCL dependency from PackageDefs. Move Pkg editor related stuff to new unit EditablePackage. 2025-07-08 16:23:14 +03:00
debugmanager.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
definesgui.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
definesgui.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
dependencygraphoptions.lfm
dependencygraphoptions.pas
desktopmanager.lfm
desktopmanager.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
diffdialog.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
diffdialog.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
diskdiffsdialog.lfm
diskdiffsdialog.pas
editorfilemanager.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
editorfilemanager.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
editormacrolistviewer.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
editormacrolistviewer.pas ide: clean up 2025-07-31 16:13:10 +02:00
editoroptions.pp SynEdit: Better class for GutterPart.MarkupInfo. Reduce unused colors. 2025-08-04 21:28:06 +02:00
editoroptions.rc
editoroptions.res IDE: Editor-colors, change default for nested bracket. Issue #41624 2025-05-09 21:57:59 +02:00
editortoolbarstatic.pas
emptymethodsdlg.lfm
emptymethodsdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
encloseifdef.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
encloseifdef.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
encloseselectiondlg.lfm
encloseselectiondlg.pas
envguioptions.pas IDE: Initializing all fields in the TDesktopOIOptions constructor 2025-01-13 22:21:56 +00:00
etfpcmsgparser.pas Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig. 2024-04-06 16:20:28 +03:00
etmessageframe.lfm
etmessageframe.pas IDE/MessagesWnd: Support Ctrl-F also before the popup menu is opened. 2025-08-23 22:36:14 +03:00
etmessageswnd.lfm
etmessageswnd.pas
etpas2jsmsgparser.pas Separate a new unit etFPCMsgFilePool from etFpcMsgParser and move it to package IdeConfig. 2024-04-06 14:53:25 +03:00
etquickfixes.pas Separate a new unit etFPCMsgFilePool from etFpcMsgParser and move it to package IdeConfig. 2024-04-06 14:53:25 +03:00
etsrceditmarks.pas Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
extractprocdlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
extractprocdlg.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
exttooldialog.lfm
exttooldialog.pas IDE/ExtToolDlg: Ask for confirmation to delete the tool 2025-07-24 15:50:17 +03:00
exttooleditdlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
exttooleditdlg.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
exttools.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
exttoolsconsole.pas Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
exttoolside.pas Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
findinfilesdlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
findinfilesdlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
findinfileswnd.lfm
findinfileswnd.lrs
findinfileswnd.pas
findoverloadsdlg.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
findoverloadsdlg.pas
findrenameidentifier.lfm codetools: rename lfm properties 2025-07-13 21:21:27 +02:00
findrenameidentifier.pas ide: find rename identifier: started searching Result keyword 2025-08-26 10:44:58 +02:00
findreplacedialog.lfm Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
findreplacedialog.pp Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
findunitdlg.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
findunitdlg.pas
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm IDE/FPDocWnd: Use TFlowPanel for buttons on the "Inherited" tab 2025-06-12 07:02:47 +05:00
fpdoceditwindow.pas IDE/FPDocWnd: Use TFlowPanel for buttons on the "Inherited" tab 2025-06-12 07:02:47 +05:00
fpdochints.pas codetools: fixed identifier completion type definition 2025-08-08 21:18:03 +02:00
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
generatefppkgconfigurationdlg.lfm
generatefppkgconfigurationdlg.pas Move unit FppkgHelper to package IdeConfig. 2024-04-08 02:22:35 +03:00
genericchecklist.lfm IDE: Set Constraints for the generic edit forms. Issue #41599. 2025-07-04 09:10:10 +03:00
genericchecklist.pas IDE: Set Constraints for the generic edit forms. Issue #41599. 2025-07-04 09:10:10 +03:00
genericlisteditor.lfm IDE: Set Constraints for the generic edit forms. Issue #41599. 2025-07-04 09:10:10 +03:00
genericlisteditor.pas IDE: Add keyboard shortcut [Ctrl+Enter] for generic forms 2025-07-02 02:17:49 +03:00
genericlistselect.lfm IDE: Add multiselect support to TGenericListSelectForm 2025-07-05 02:13:18 +05:00
genericlistselect.pas IDE: Add multiselect support to TGenericListSelectForm 2025-07-05 02:13:18 +05:00
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas
helpoptions.pas
ide.pas
idecontexthelpedit.lfm IDE/ContextHelpEdit: Fixing tab order 2025-06-27 18:35:07 +03:00
idecontexthelpedit.pas IDE/ContextHelpEdit: Add some shortcuts to dialog 2025-06-27 15:47:04 +03:00
idecoolbardata.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas ide: about fpc: run with -WTOTP 2025-05-30 14:01:57 +02:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
idehelpmanager.lfm
idehelpmanager.pas IDE: Fix alignment of hint text when not using TurboPowerIproDsgn renderer. Issue #40931. 2024-09-30 01:10:10 +03:00
ideinfodlg.lfm
ideinfodlg.pas IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
ideinstances.pas IDE/Instances: Use a "USERNAME" environment variable in Windows instead of "USER" 2025-03-13 00:00:32 +05:00
ideoptionsdlg.lfm IDE/Options: Reduce the value of some constraints 2025-07-06 12:07:42 +00:00
ideoptionsdlg.pas IDE/Options: When calling help in a filter, show help for the open options frame. Issue #41662 2025-06-02 00:08:25 +05:00
ideprotocol.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
idetransfermacros.pas
idewindowhelp.pas IDE/Help: Use HTTPS to open context help on the wiki in IDE windows 2025-06-27 18:35:47 +03:00
imexportcompileropts.lfm
imexportcompileropts.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
initialsetupdlgs.lfm IDE/InitSetupDlg: Add [Ctrl+Enter] shortcut to "Start IDE" button 2025-07-25 07:16:30 +00:00
initialsetupdlgs.pas IDE/InitSetupDlg: Add shortcuts for switching tabs 2025-07-25 07:16:30 +00:00
initialsetupproc.pas Move unit FppkgHelper to package IdeConfig. 2024-04-08 02:22:35 +03:00
inputfiledialog.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
inputhistorywithsearchopt.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
inspectchksumchangeddlg.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
inspectchksumchangeddlg.pas
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: unduplicate resource strings for some debugger-related keymappings, fixed a typo 2025-06-02 16:27:47 +03:00
keymapschemedlg.lfm
keymapschemedlg.pas IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: In Package Editor allow toggling Properties Panel with a SpeedButton. Issue #41775, patch by Flávio Etrusco. 2025-07-27 09:58:41 +03:00
lazarus.lrs
lazarus.pp IDE/Help: Call CreateOftenUsedForms after assigning IDE handlers 2025-06-22 23:00:32 +03:00
lazarus.res ide: updated lazarus.res 2024-10-06 12:22:04 +02:00
lazarusidestrconsts.pas IDE: Remove Checkbox for showing properties pane in Project Inspector from global options. Issue #41775. 2025-08-27 11:43:32 +03:00
lazarusmanager.pas
lazbuild.lpi lazbuild: fixed compile 2025-07-23 09:55:53 +02:00
lazbuild.lpr lazbuild: fixed compile 2025-07-09 17:09:52 +02:00
lazdoc.res
laztty.pas LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
lfmunitresource.pas * Also accept *.fmx as form file extension (Firemonkey form files) 2025-03-06 10:22:03 +01:00
macropromptdlg.pas
main.pp IDE: improved PO file update error message 2025-08-19 02:51:35 +03:00
mainbar.pas IDE: fixed wrong activation message. issue #41561 2025-04-02 17:14:26 +02:00
mainbase.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
mainintf.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
Makefile updated Makefiles 2025-07-07 16:12:04 +02:00
Makefile.fpc Cocoa: fix linking issue when running the APP with Modern Form Style on macOS 11- 2024-09-07 13:32:40 +08:00
makeresstrdlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
makeresstrdlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
miscoptions.pas ide: started find and rename references in lfm, from Włodzimierz Bień 2025-05-06 12:41:24 +02:00
mouseactiondialog.lfm IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
mouseactiondialog.pas IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
msgvieweditor.lfm
msgvieweditor.pas
multipastedlg.lfm
multipastedlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
newdialog.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
newdialog.pas IDE/NewDlg: Do nothing if project saving was cancelled 2025-07-25 07:34:22 +00:00
newprojectdlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
newprojectdlg.pp IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
notifyprocessend.pas
pas2jsmsg.txt
patheditordlg.lfm
patheditordlg.pas IDE/PathEditorDialog: Allow selecting multiple templates from the list at once 2025-07-05 02:13:19 +05:00
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
projectdescriptortypes.pas IDE: Prevent compiler warning about a platform specific symbol in new applications. It was suppressed in IDE but Warning count increased. Issue #41224. 2024-11-10 12:03:10 +02:00
projectinspector.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
projectinspector.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
projectwizarddlg.lfm IDE: Accept a dropped project info file to Project Wizard. Solves issue #41536. 2025-07-06 18:05:58 +03:00
projectwizarddlg.pas IDE: Accept a dropped project info file to Project Wizard. Solves issue #41536. 2025-07-06 18:05:58 +03:00
publishmoduledlg.lfm IDE/PublishProject: Anchor all controls. Issue #41736. 2025-07-01 13:55:40 +02:00
publishmoduledlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
runparamsopts.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
searchfrm.lfm
searchfrm.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
searchresultview.lfm IDE In search results window, do not expand nodes when switching tabs. Issue #41259. 2024-12-01 00:35:10 +02:00
searchresultview.pp Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
showcompileropts.lfm ide: moved OutputDirectoryOverride from TParsedCompilerOptions to TBaseCompilerOptions 2025-07-13 16:28:18 +02:00
showcompileropts.pas ide: moved OutputDirectoryOverride from TParsedCompilerOptions to TBaseCompilerOptions 2025-07-13 16:28:18 +02:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm IDE: Cleanup 2025-07-04 03:52:37 +03:00
sourceeditor.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
sourceeditprocs.pas SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure. 2025-04-06 10:04:14 +02:00
sourcefilemanager.pas ide: clean up 2025-08-03 13:29:04 +02:00
sourcemarks.pas IDE: removed old unused colors on TSourceMark. IDE is now using aha "additional highlighter attribute" settings 2025-06-22 13:26:19 +02:00
sourcesyneditor.pas SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
splash.lfm Splash form: Fix size of splash image on mac. Issue #41205. 2024-11-06 19:09:49 +01:00
splash.pp AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2. issue #41205 2024-11-06 15:36:33 +01:00
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi StartLazarus: Fix after earlier refactoring. PackageDefs somehow requires cthreads. 2024-04-20 06:30:17 +03:00
startlazarus.lpr StartLazarus: Fix after earlier refactoring. PackageDefs somehow requires cthreads. 2024-04-20 06:30:17 +03:00
startlazarus.res
syncolorattribeditor.lfm IDE: Editor color options, keep custom colors between invocations of color picker (currently only within the same frame) 2025-05-13 12:18:21 +02:00
syncolorattribeditor.pas IDE: Editor color options, keep custom colors between invocations of color picker (currently only within the same frame) 2025-05-13 12:18:21 +02:00
sysvaruseroverridedlg.pas
toolbarconfig.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
toolbarconfig.pas replaced url http://wiki.freepascal.org with https 2025-02-13 08:49:48 +01:00
unitdependencies.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
unitdependencies.pas
unitinfodlg.lfm
unitinfodlg.pp IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +01:00
unusedunitsdlg.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
unusedunitsdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
useunitdlg.lfm
useunitdlg.pas IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
viewunit_dlg.lfm IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
viewunit_dlg.pp IDE: Update initial Selected state of ViewUnitDialog in OnIdle handler. Issue #41759. 2025-07-14 14:56:16 +03:00
wordcompletion.pp