.. |
docs
|
buildintf: split from ideintf
|
2020-03-22 11:58:11 +00:00 |
images
|
IDE/Restriction Browser: Fix visibility of icon on customdrawn button.
|
2018-10-19 11:19:00 +00:00 |
languages
|
Translations: Chinese translation update by robsean, bug #37290
|
2020-07-01 21:39:48 +00:00 |
actionseditor.lfm
|
|
|
actionseditor.pas
|
BuildIntf, IdeIntf, LazUtils: Use a faster compare method for case-insensitive strings and StringLists.
|
2021-02-05 11:28:07 +00:00 |
actionseditorstd.lfm
|
|
|
actionseditorstd.pas
|
|
|
bufdatasetdsgn.pas
|
BuildIntf, IdeIntf, LazUtils: Use a faster compare method for case-insensitive strings and StringLists.
|
2021-02-05 11:28:07 +00:00 |
changeparentdlg.lfm
|
|
|
changeparentdlg.pas
|
Fix compilation with FPC 3.0.4.
|
2021-02-05 20:07:12 +00:00 |
checkgroupeditordlg.lfm
|
|
|
checkgroupeditordlg.pas
|
|
|
checklistboxeditordlg.lfm
|
|
|
checklistboxeditordlg.pas
|
|
|
collectionpropeditform.lfm
|
IDEIntf: Activate modified component editor for TFlowPanel in order to be able to rearrange controls (issue #34286, modified patch by silvioprog)
|
2018-09-21 13:46:18 +00:00 |
collectionpropeditform.pas
|
IdeIntf: Remove an unused property OwnerComponent.
|
2020-12-28 19:15:26 +00:00 |
columndlg.pp
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
componenteditors.pas
|
Cleanup.
|
2020-12-09 11:48:28 +00:00 |
componentreg.pas
|
Fix compilation with FPC 3.0.4.
|
2021-02-05 20:07:12 +00:00 |
componenttreeview.pas
|
Fix Memleak in TComponentTreeView.Destroy
|
2021-01-03 01:48:34 +00:00 |
dbgridcolumnspropeditform.lfm
|
|
|
dbgridcolumnspropeditform.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
dbpropedits.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
editorsyntaxhighlighterdef.pas
|
|
|
fieldseditor.lfm
|
|
|
fieldseditor.pas
|
Restore the "const" removed in r64300 #943e4e4ff7. Affected 3rd party components.
|
2020-12-31 10:57:48 +00:00 |
fieldslist.lfm
|
IdeIntf: Fix anchors in TFieldsListFrm. Issue #37276.
|
2020-10-25 08:08:33 +00:00 |
fieldslist.pas
|
IdeIntf: Simplify function FieldNameToPascalIdentifier in FieldsList.
|
2018-09-20 08:18:49 +00:00 |
filefilterpropeditor.lfm
|
|
|
filefilterpropeditor.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
formeditingintf.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
fpmake.pp
|
IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth.
|
2020-07-22 20:16:20 +00:00 |
frmselectprops.lfm
|
|
|
frmselectprops.pas
|
Fix compilation with FPC 3.0.4.
|
2021-02-05 20:07:12 +00:00 |
graphicpropedit.lfm
|
|
|
graphicpropedit.pas
|
|
|
graphpropedits.pas
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
headercontrolpropedit.pp
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
helpfpdoc.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
idecommands.pas
|
LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
|
2020-12-12 11:41:07 +00:00 |
idedialogs.pas
|
BuildIntf: Rename LazMessageDialog as LazMessageWorker to avoid name clash and to be more accurate. Same for LazQuestionDialog.
|
2020-10-13 11:27:28 +00:00 |
idehelpintf.pas
|
IDEIntf: comment
|
2021-03-03 10:24:09 +00:00 |
ideimagesintf.pas
|
IDE, IDEImages: Add comment on how to use
|
2020-10-07 23:40:22 +00:00 |
ideintf.lpk
|
IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth.
|
2020-07-22 20:16:20 +00:00 |
ideintf.pas
|
IdeIntf: Implement Selection Editors to extend handling of OI selections. Patch by Sven Barth.
|
2020-07-22 20:16:20 +00:00 |
idemsgintf.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
ideopteditorintf.pas
|
Components: Reduce calls to LowerCase().
|
2021-02-10 13:43:15 +00:00 |
idetextconverter.pas
|
LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
|
2021-01-14 12:41:32 +00:00 |
ideutils.pas
|
LazUtils: New function UTF8CompareLatinTextFast. Use in IDE instead of UTF8CompareText.
|
2021-01-14 13:52:23 +00:00 |
idewindowintf.pas
|
ide: on app activate: invalidate file state cache immediately
|
2021-04-02 17:26:11 +00:00 |
imagelisteditor.lfm
|
IDEIntf: Allow to add sliced images to the image list editor of the multi-res imagelist (see https://forum.lazarus.freepascal.org/index.php/topic,43088.msg301126.html)
|
2018-11-03 21:14:09 +00:00 |
imagelisteditor.pp
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
keyvalpropeditdlg.lfm
|
|
|
keyvalpropeditdlg.pas
|
|
|
lazideintf.pas
|
ideintf: added HandlerOnRunDebugInit
|
2020-06-27 08:56:43 +00:00 |
lazstringgridedit.lfm
|
|
|
lazstringgridedit.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
listviewpropedit.lfm
|
|
|
listviewpropedit.pp
|
|
|
Makefile
|
updated Makefiles
|
2021-02-13 13:01:14 +00:00 |
Makefile.compiled
|
LazUtils/FreeType: Separate FreeType stuff into its own package
|
2020-07-14 18:09:17 +00:00 |
Makefile.fpc
|
LazUtils/FreeType: Separate FreeType stuff into its own package
|
2020-07-14 18:09:17 +00:00 |
maskpropedit.lfm
|
|
|
maskpropedit.pas
|
|
|
menuintf.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
newfield.lfm
|
IDE, fix form size for NewField dialog, from Aleksey Lagunov, issue #35249
|
2019-03-20 06:11:22 +00:00 |
newfield.pas
|
IDE, fix form size for NewField dialog, from Aleksey Lagunov, issue #35249
|
2019-03-20 06:11:22 +00:00 |
objectinspector.lfm
|
IdeIntf: Allow F12 and other hotkeys in Object Inspector when the selection Combobox is active. Issue #29335, patch from ptvs.
|
2019-03-22 09:36:22 +00:00 |
objectinspector.pp
|
IdeIntf: Reduce calls to UpperCase() and LowerCase().
|
2021-02-12 10:26:41 +00:00 |
objinspstrconsts.pas
|
IDEIntf: moved TBufDatasetDesignEditor resource strings to objinspstrconsts.pas, regenerated translations and updated Russian translation
|
2020-04-30 23:55:19 +00:00 |
oifavoriteproperties.pas
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
pagespropeditdlg.lfm
|
|
|
pagespropeditdlg.pas
|
|
|
projectgroupintf.pp
|
Remove unused units from uses sections.
|
2019-10-31 23:12:37 +00:00 |
propedits.pp
|
IdeIntf: Reduce calls to UpperCase() and LowerCase().
|
2021-02-12 10:26:41 +00:00 |
propeditutils.pp
|
Remove useless test for X <> Nil when using "is" operator.
|
2020-08-18 17:35:21 +00:00 |
README.txt
|
|
|
selectdatasetdlg.lfm
|
* Rename dialog to avoid resource conflicts
|
2020-05-01 15:17:10 +00:00 |
selectdatasetdlg.pas
|
* Rename dialog to avoid resource conflicts
|
2020-05-01 15:17:10 +00:00 |
seledits.pas
|
IdeIntf: Reduce calls to UpperCase() and LowerCase().
|
2021-02-12 10:26:41 +00:00 |
srceditorintf.pas
|
IDE: new file: do not break lines at dots
|
2020-06-20 16:01:26 +00:00 |
statusbarpropedit.pp
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
|
2020-03-23 20:33:04 +00:00 |
stringspropeditdlg.lfm
|
|
|
stringspropeditdlg.pas
|
IdeIntf: Add caption to a GroupBox with LCL-QT5 to prevent a layout error. Issue #37576.
|
2020-08-16 07:54:12 +00:00 |
texttools.pas
|
buildintf: split from ideintf
|
2020-03-22 11:58:11 +00:00 |
toolbarintf.pas
|
IDE: Use a faster compare method for case-insensitive strings and StringLists.
|
2021-01-29 19:59:04 +00:00 |
treeviewpropedit.lfm
|
|
|
treeviewpropedit.pas
|
buildintf: split from ideintf
|
2020-03-22 11:58:11 +00:00 |
unitresources.pas
|
IDE: Fix reading ancestor type TFrame for object in LFM when it is not a direct ancestor. Issue #38585, patch from Martok.
|
2021-03-14 07:41:46 +00:00 |