| .. |
|
frames
|
ide: TConvertDelphiProjPack.CheckPackageDep: use cache
|
2023-08-02 13:47:30 +02:00 |
|
globallinks
|
Packager: added link to laztestinsight package
|
2023-11-19 19:36:28 +03:00 |
|
registration
|
updated makefiles
|
2023-08-14 20:31:20 +02:00 |
|
addfiletoapackagedlg.lfm
|
|
|
|
addfiletoapackagedlg.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
addfpmakedependencydlg.lfm
|
|
|
|
addfpmakedependencydlg.pas
|
|
|
|
addpkgdependencydlg.lfm
|
|
|
|
addpkgdependencydlg.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
addtopackagedlg.lfm
|
|
|
|
addtopackagedlg.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
basepkgmanager.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 |
|
brokendependenciesdlg.lfm
|
|
|
|
brokendependenciesdlg.pas
|
Renamed LazarusCommonStrConst to IdeIntfStrConsts
|
2023-01-25 16:51:48 +01:00 |
|
cleanpkgdeps.lfm
|
|
|
|
cleanpkgdeps.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
confirmpkglistdlg.lfm
|
|
|
|
confirmpkglistdlg.pas
|
Renamed LazarusCommonStrConst to IdeIntfStrConsts
|
2023-01-25 16:51:48 +01:00 |
|
fppkghelper.pas
|
Don't use "const" for some function parameters related to OutputDirectory. Can cause mysterious errors.
|
2024-02-02 19:38:20 +02:00 |
|
installpkgsetdlg.lfm
|
IDE: Place Cancel button on the right in Install/Uninstall Packages window. From n7800.
|
2024-03-12 08:00:11 +02:00 |
|
installpkgsetdlg.pas
|
IDE: unified Export/Import button captions, removed unneeded resource strings
|
2023-09-27 17:56:40 +03:00 |
|
interpkgconflictfiles.lfm
|
|
|
|
interpkgconflictfiles.pas
|
Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package.
|
2023-07-23 22:34:21 +03:00 |
|
lpkcache.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
missingpkgfilesdlg.lfm
|
|
|
|
missingpkgfilesdlg.pas
|
Renamed LazarusCommonStrConst to IdeIntfStrConsts
|
2023-01-25 16:51:48 +01:00 |
|
newpkgcomponentdlg.lfm
|
|
|
|
newpkgcomponentdlg.pas
|
|
|
|
openinstalledpkgdlg.lfm
|
|
|
|
openinstalledpkgdlg.pas
|
|
|
|
packagedefs.pas
|
IdeIntf: Remove LCL dependency from unit ComponentReg. Adjust TRegisteredComponent method visibility.
|
2024-03-15 10:40:40 +02:00 |
|
packageeditor.lfm
|
ide: package editor: added menu item add new disk files
|
2023-08-02 01:22:05 +02:00 |
|
packageeditor.pas
|
IDE: package editor: unified store/restore filter, selection and scroll
|
2023-08-14 15:11:07 +02:00 |
|
packagelinks.pas
|
Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package.
|
2023-07-23 22:34:21 +03:00 |
|
packagesystem.pas
|
LazUtils: Add simple functions SaveStringToFile and LoadStringFromFile. Rename SaveStringToFile in DialogProcs.
|
2024-03-11 01:24:15 +02:00 |
|
pkggraphexplorer.lfm
|
|
|
|
pkggraphexplorer.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
pkglinksdlg.lfm
|
|
|
|
pkglinksdlg.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
pkgmanager.pas
|
IDE: Remove UTF8CompareLatinTextFast calls.
|
2024-02-09 01:20:36 +02:00 |
|
pkgregisterbase.pas
|
|
|
|
pkgsysbasepkgs.pas
|
updated makefiles
|
2023-09-12 16:25:55 +02:00 |
|
pkgvirtualuniteditor.pas
|
ide: less hints
|
2024-03-05 16:03:15 +01:00 |
|
projpackchecks.pas
|
ide: package editor: added menu item add new disk files
|
2023-08-02 01:22:05 +02:00 |
|
projpackcommon.pas
|
IDE: changed copiler options from string to TSTtrings for large amount of params
|
2023-07-24 16:38:31 +01:00 |
|
projpackediting.pas
|
IDE: package editor: unified store/restore filter, selection and scroll
|
2023-08-14 15:11:07 +02:00 |
|
projpackfilepropgui.pas
|
IDE: Support Hi-DPI in registered plugin list in PackageEditor. Issue #40345, patch by Bruno K.
|
2023-06-23 09:17:00 +03:00 |