114
I Use This!
Very High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ide: less hints
MattiasGaertner
as mattias
More... about 1 month ago
LazBuild: Add "get" alias for "get-expand-text" parameter. By n7800. More... about 1 month ago
LazBuild: Allow just the macro name to be specified in "get-expand-text" parameter. By n7800. More... about 1 month ago
LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800. More... about 1 month ago
Gtk2: fixed compilation on non x11 targets. Patch by Giuliano Colla, issue #40870 More... about 2 months ago
IDE: regenerated translations and updated Russian translation More... about 2 months ago
IDE: fixed i18n of FPCTarget macros description More... about 2 months ago
Jedi code format: fix issue #40871 error handling a set with ranges, based on a patch from bytebites More... about 2 months ago
ide: added resourcestring
MattiasGaertner
as mattias
More... about 2 months ago
Jedi code format: more fine grained control of warning messages. More... about 2 months ago
ide: added ide macro $FPCTarget()
MattiasGaertner
as mattias
More... about 2 months ago
LazControls: Fix DividerBevel for vertical layout / Ensure correct values for very small/thin bevels More... about 2 months ago
LCL: Fix CalculatePreferredSize. HorizontalSpacing was sometimes used for vertical size. Issue #20445 More... about 2 months ago
packages: fixed compile fcl_unicodertl
MattiasGaertner
as mattias
More... about 2 months ago
started fcl_unicodertl.lpk
MattiasGaertner
as mattias
More... about 2 months ago
ide: compiler options: read subtarget
MattiasGaertner
as mattias
More... about 2 months ago
ide: fixed using default subtarget by default
MattiasGaertner
as mattias
More... about 2 months ago
debs: added arch arm64
MattiasGaertner
as mattias
More... about 2 months ago
Debugger: Improve new Displayformats. Redo layout of watch properties More... about 2 months ago
LCL: ChildSizing, tests More... about 2 months ago
LCL: ChildSizing, fix calculating MaxWidth/Heigh for cell. If any chell in the Column(or Row in case of Height) has a Constraint it will apply (even if other are not constraint). If several have MaxWidth, the smallest MaxWidth applies. More... about 2 months ago
CI: enabled LCL test job to run automatically More... about 2 months ago
Cocoa: fix Font Orientation issue #40855 (by Johann) More... about 2 months ago
CI: added LCL test job (manual for now) More... about 2 months ago
FpDebug: fix compliation error when FPC<3.3.1 More... about 2 months ago
LCL: ChildSizing, fix applying new Height. Issue #24986 More... about 2 months ago
LCL: ChildSizing, remove restriction that child controls with "AutoSized=True" are not enlarged. (This did not work, due to bugs in constrains code / but now constrains code is fixed / This restores the old behaviour) More... about 2 months ago
LCL: Testcase for ChildSizing More... about 2 months ago
Fix several occurrences of raise exception('some string'), in effect casting a string into an exception, instead of raise exception.create(). Issue #40860. Patch by n7800 (slightly modified). More... about 2 months ago
LCL: Refactor ChildSizing. Fix constraint handling. More... about 2 months ago